package.json 2.5 KB

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