package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "optimist@~0.3",
  5. "D:\\work\\im\\node_modules\\handlebars"
  6. ]
  7. ],
  8. "_from": "optimist@>=0.3.0 <0.4.0",
  9. "_id": "optimist@0.3.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/optimist",
  13. "_npmUser": {
  14. "email": "mail@substack.net",
  15. "name": "substack"
  16. },
  17. "_npmVersion": "1.2.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "optimist",
  21. "raw": "optimist@~0.3",
  22. "rawSpec": "~0.3",
  23. "scope": null,
  24. "spec": ">=0.3.0 <0.4.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/handlebars",
  29. "/uglify-js"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
  32. "_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
  33. "_shrinkwrap": null,
  34. "_spec": "optimist@~0.3",
  35. "_where": "D:\\work\\im\\node_modules\\handlebars",
  36. "author": {
  37. "email": "mail@substack.net",
  38. "name": "James Halliday",
  39. "url": "http://substack.net"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/substack/node-optimist/issues"
  43. },
  44. "dependencies": {
  45. "wordwrap": "~0.0.2"
  46. },
  47. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  48. "devDependencies": {
  49. "hashish": "~0.0.4",
  50. "tap": "~0.4.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
  55. "tarball": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz"
  56. },
  57. "engine": {
  58. "node": ">=0.4"
  59. },
  60. "homepage": "https://github.com/substack/node-optimist#readme",
  61. "keywords": [
  62. "argument",
  63. "args",
  64. "option",
  65. "parser",
  66. "parsing",
  67. "cli",
  68. "command"
  69. ],
  70. "license": "MIT/X11",
  71. "main": "./index.js",
  72. "maintainers": [
  73. {
  74. "email": "mail@substack.net",
  75. "name": "substack"
  76. }
  77. ],
  78. "name": "optimist",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  84. },
  85. "scripts": {
  86. "test": "tap ./test/*.js"
  87. },
  88. "version": "0.3.7"
  89. }