package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "commander@2.8.x",
  6. "scope": null,
  7. "escapedName": "commander",
  8. "name": "commander",
  9. "rawSpec": "2.8.x",
  10. "spec": ">=2.8.0 <2.9.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/clean-css"
  14. ]
  15. ],
  16. "_from": "commander@>=2.8.0 <2.9.0",
  17. "_id": "commander@2.8.1",
  18. "_inCache": true,
  19. "_location": "/commander",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "zhiyelee",
  23. "email": "zhiyelee@gmail.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "commander@2.8.x",
  29. "scope": null,
  30. "escapedName": "commander",
  31. "name": "commander",
  32. "rawSpec": "2.8.x",
  33. "spec": ">=2.8.0 <2.9.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/clean-css"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
  40. "_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  41. "_shrinkwrap": null,
  42. "_spec": "commander@2.8.x",
  43. "_where": "/home/conte/data/reveal.js/node_modules/clean-css",
  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.14.1"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  62. "tarball": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">= 0.6.x"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",
  71. "homepage": "https://github.com/tj/commander.js",
  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": "thethomaseffect",
  94. "email": "thethomaseffect@gmail.com"
  95. }
  96. ],
  97. "name": "commander",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/tj/commander.js.git"
  103. },
  104. "scripts": {
  105. "test": "make test"
  106. },
  107. "version": "2.8.1"
  108. }