package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "liftoff@^2.1.0",
  6. "scope": null,
  7. "escapedName": "liftoff",
  8. "name": "liftoff",
  9. "rawSpec": "^2.1.0",
  10. "spec": ">=2.1.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "liftoff@>=2.1.0 <3.0.0",
  17. "_id": "liftoff@2.3.0",
  18. "_inCache": true,
  19. "_location": "/liftoff",
  20. "_nodeVersion": "0.10.41",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/liftoff-2.3.0.tgz_1469646196567_0.8871160212438554"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "liftoff@^2.1.0",
  33. "scope": null,
  34. "escapedName": "liftoff",
  35. "name": "liftoff",
  36. "rawSpec": "^2.1.0",
  37. "spec": ">=2.1.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gulp"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
  44. "_shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
  45. "_shrinkwrap": null,
  46. "_spec": "liftoff@^2.1.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp",
  48. "author": {
  49. "name": "Tyler Kellen",
  50. "url": "http://goingslowly.com/"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/js-cli/js-liftoff/issues"
  54. },
  55. "dependencies": {
  56. "extend": "^3.0.0",
  57. "findup-sync": "^0.4.2",
  58. "fined": "^1.0.1",
  59. "flagged-respawn": "^0.3.2",
  60. "lodash.isplainobject": "^4.0.4",
  61. "lodash.isstring": "^4.0.1",
  62. "lodash.mapvalues": "^4.4.0",
  63. "rechoir": "^0.6.2",
  64. "resolve": "^1.1.7"
  65. },
  66. "description": "Launch your command line tool with ease.",
  67. "devDependencies": {
  68. "chai": "^3.5.0",
  69. "coffee-script": "^1.10.0",
  70. "istanbul": "^0.4.3",
  71. "jscs": "^2.11.0",
  72. "jshint": "^2.9.2",
  73. "mocha": "^2.4.5",
  74. "sinon": "~1.17.4"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "a98f2ff67183d8ba7cfaca10548bd7ff0550b385",
  79. "tarball": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 0.8"
  83. },
  84. "gitHead": "be40ec3a3fa5854b4ab496a97f3d5877bf747b0b",
  85. "homepage": "https://github.com/js-cli/js-liftoff",
  86. "keywords": [
  87. "command line"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "jonschlinkert",
  94. "email": "github@sellside.com"
  95. },
  96. {
  97. "name": "phated",
  98. "email": "blaine.bublitz@gmail.com"
  99. },
  100. {
  101. "name": "tkellen",
  102. "email": "tyler@sleekcode.net"
  103. },
  104. {
  105. "name": "tusbar",
  106. "email": "bertrand.marron@gmail.com"
  107. }
  108. ],
  109. "name": "liftoff",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/js-cli/js-liftoff.git"
  115. },
  116. "scripts": {
  117. "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
  118. },
  119. "version": "2.3.0"
  120. }