package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "commander@^2.8.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator"
  6. ]
  7. ],
  8. "_from": "commander@>=2.8.1 <3.0.0",
  9. "_id": "commander@2.8.1",
  10. "_inCache": true,
  11. "_location": "/commander",
  12. "_nodeVersion": "0.12.0",
  13. "_npmUser": {
  14. "email": "zhiyelee@gmail.com",
  15. "name": "zhiyelee"
  16. },
  17. "_npmVersion": "2.5.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "commander",
  21. "raw": "commander@^2.8.1",
  22. "rawSpec": "^2.8.1",
  23. "scope": null,
  24. "spec": ">=2.8.1 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/har-validator"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
  31. "_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  32. "_shrinkwrap": null,
  33. "_spec": "commander@^2.8.1",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator",
  35. "author": {
  36. "email": "tj@vision-media.ca",
  37. "name": "TJ Holowaychuk"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/tj/commander.js/issues"
  41. },
  42. "dependencies": {
  43. "graceful-readlink": ">= 1.0.0"
  44. },
  45. "description": "the complete solution for node.js command-line programs",
  46. "devDependencies": {
  47. "should": ">= 0.0.1",
  48. "sinon": ">= 1.14.1"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  53. "tarball": "http://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
  54. },
  55. "engines": {
  56. "node": ">= 0.6.x"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",
  62. "homepage": "https://github.com/tj/commander.js",
  63. "installable": true,
  64. "keywords": [
  65. "command",
  66. "option",
  67. "parser"
  68. ],
  69. "license": "MIT",
  70. "main": "index",
  71. "maintainers": [
  72. {
  73. "name": "tjholowaychuk",
  74. "email": "tj@vision-media.ca"
  75. },
  76. {
  77. "name": "somekittens",
  78. "email": "rkoutnik@gmail.com"
  79. },
  80. {
  81. "name": "zhiyelee",
  82. "email": "zhiyelee@gmail.com"
  83. },
  84. {
  85. "name": "thethomaseffect",
  86. "email": "thethomaseffect@gmail.com"
  87. }
  88. ],
  89. "name": "commander",
  90. "optionalDependencies": {},
  91. "repository": {
  92. "type": "git",
  93. "url": "https://github.com/tj/commander.js.git"
  94. },
  95. "scripts": {
  96. "test": "make test"
  97. },
  98. "version": "2.8.1"
  99. }