package.json 1.5 KB

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