package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "liftoff@~2.2.0",
  3. "_id": "liftoff@2.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mYwods/0hLED5EI7k9NW2kRzTJE=",
  6. "_location": "/liftoff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "liftoff@~2.2.0",
  12. "name": "liftoff",
  13. "escapedName": "liftoff",
  14. "rawSpec": "~2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/liftoff/download/liftoff-2.2.5.tgz",
  22. "_shasum": "998c2876cff484b103e4423b93d356da44734c91",
  23. "_spec": "liftoff@~2.2.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
  25. "author": {
  26. "name": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cli/js-liftoff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "extend": "^3.0.0",
  35. "findup-sync": "^0.4.2",
  36. "flagged-respawn": "^0.3.2",
  37. "rechoir": "^0.6.2",
  38. "resolve": "^1.1.7"
  39. },
  40. "deprecated": false,
  41. "description": "Launch your command line tool with ease.",
  42. "devDependencies": {
  43. "chai": "^3.5.0",
  44. "coffee-script": "^1.10.0",
  45. "istanbul": "^0.4.3",
  46. "jscs": "^2.11.0",
  47. "jshint": "^2.9.2",
  48. "mocha": "^2.4.5",
  49. "sinon": "~1.17.4"
  50. },
  51. "engines": {
  52. "node": ">= 0.8"
  53. },
  54. "homepage": "https://github.com/js-cli/js-liftoff",
  55. "keywords": [
  56. "command line"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "liftoff",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/js-cli/js-liftoff.git"
  64. },
  65. "scripts": {
  66. "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
  67. },
  68. "version": "2.2.5"
  69. }