package.json 3.0 KB

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