package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "cli@~1.0.0",
  3. "_id": "cli@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
  6. "_location": "/cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli@~1.0.0",
  12. "name": "cli",
  13. "escapedName": "cli",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jshint"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/cli/download/cli-1.0.1.tgz",
  22. "_shasum": "22817534f24bfa4950c34d532d48ecbc621b8c14",
  23. "_spec": "cli@~1.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\jshint",
  25. "author": {
  26. "name": "Chris O'Hara",
  27. "email": "cohara87@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/node-js-libs/cli/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Meyer"
  36. }
  37. ],
  38. "dependencies": {
  39. "exit": "0.1.2",
  40. "glob": "^7.1.1"
  41. },
  42. "deprecated": false,
  43. "description": "A tool for rapidly building command line apps",
  44. "engines": {
  45. "node": ">=0.2.5"
  46. },
  47. "homepage": "http://github.com/node-js-libs/cli",
  48. "keywords": [
  49. "cli",
  50. "command line",
  51. "opts",
  52. "parseopt",
  53. "opt",
  54. "args",
  55. "console",
  56. "argsparse",
  57. "optparse",
  58. "autocomplete",
  59. "command",
  60. "autocompletion"
  61. ],
  62. "license": "MIT",
  63. "main": "cli.js",
  64. "name": "cli",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/node-js-libs/cli.git"
  68. },
  69. "version": "1.0.1"
  70. }