package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "commander@2.6.0",
  3. "_id": "commander@2.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "commander@2.6.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "2.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.6.0"
  17. },
  18. "_requiredBy": [
  19. "/6to5-core",
  20. "/commoner"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz",
  23. "_shasum": "9df7e52fb2a0cb0fb89058ee80c3104225f37e1d",
  24. "_spec": "commander@2.6.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tj/commander.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "the complete solution for node.js command-line programs",
  36. "devDependencies": {
  37. "should": ">= 0.0.1"
  38. },
  39. "engines": {
  40. "node": ">= 0.6.x"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/tj/commander.js#readme",
  46. "keywords": [
  47. "command",
  48. "option",
  49. "parser",
  50. "prompt"
  51. ],
  52. "license": "MIT",
  53. "main": "index",
  54. "name": "commander",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/tj/commander.js.git"
  58. },
  59. "scripts": {
  60. "test": "make test"
  61. },
  62. "version": "2.6.0"
  63. }