package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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/king/Desktop/FINAL/AhMyth/app/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. "_installable": true,
  20. "_location": "/commander",
  21. "_nodeVersion": "0.12.0",
  22. "_npmUser": {
  23. "name": "zhiyelee",
  24. "email": "zhiyelee@gmail.com"
  25. },
  26. "_npmVersion": "2.5.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "commander@2.8.x",
  30. "scope": null,
  31. "escapedName": "commander",
  32. "name": "commander",
  33. "rawSpec": "2.8.x",
  34. "spec": ">=2.8.0 <2.9.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/clean-css"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
  41. "_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  42. "_shrinkwrap": null,
  43. "_spec": "commander@2.8.x",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/clean-css",
  45. "author": {
  46. "name": "TJ Holowaychuk",
  47. "email": "tj@vision-media.ca"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/tj/commander.js/issues"
  51. },
  52. "dependencies": {
  53. "graceful-readlink": ">= 1.0.0"
  54. },
  55. "description": "the complete solution for node.js command-line programs",
  56. "devDependencies": {
  57. "should": ">= 0.0.1",
  58. "sinon": ">= 1.14.1"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
  63. "tarball": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">= 0.6.x"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",
  72. "homepage": "https://github.com/tj/commander.js",
  73. "keywords": [
  74. "command",
  75. "option",
  76. "parser"
  77. ],
  78. "license": "MIT",
  79. "main": "index",
  80. "maintainers": [
  81. {
  82. "name": "tjholowaychuk",
  83. "email": "tj@vision-media.ca"
  84. },
  85. {
  86. "name": "somekittens",
  87. "email": "rkoutnik@gmail.com"
  88. },
  89. {
  90. "name": "zhiyelee",
  91. "email": "zhiyelee@gmail.com"
  92. },
  93. {
  94. "name": "thethomaseffect",
  95. "email": "thethomaseffect@gmail.com"
  96. }
  97. ],
  98. "name": "commander",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/tj/commander.js.git"
  104. },
  105. "scripts": {
  106. "test": "make test"
  107. },
  108. "version": "2.8.1"
  109. }