package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "optimist@0.6.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "optimist@0.6.1",
  9. "_id": "optimist@0.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
  12. "_location": "/optimist",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "optimist@0.6.1",
  18. "name": "optimist",
  19. "escapedName": "optimist",
  20. "rawSpec": "0.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.1"
  23. },
  24. "_requiredBy": [
  25. "/handlebars"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
  28. "_spec": "0.6.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-optimist/issues"
  37. },
  38. "dependencies": {
  39. "minimist": "~0.0.1",
  40. "wordwrap": "~0.0.2"
  41. },
  42. "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  43. "devDependencies": {
  44. "hashish": "~0.0.4",
  45. "tap": "~0.4.0"
  46. },
  47. "engine": {
  48. "node": ">=0.4"
  49. },
  50. "homepage": "https://github.com/substack/node-optimist#readme",
  51. "keywords": [
  52. "argument",
  53. "args",
  54. "option",
  55. "parser",
  56. "parsing",
  57. "cli",
  58. "command"
  59. ],
  60. "license": "MIT/X11",
  61. "main": "./index.js",
  62. "name": "optimist",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/substack/node-optimist.git"
  66. },
  67. "scripts": {
  68. "test": "tap ./test/*.js"
  69. },
  70. "version": "0.6.1"
  71. }