package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "optionator@0.8.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "optionator@0.8.2",
  9. "_id": "optionator@0.8.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
  12. "_location": "/optionator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "optionator@0.8.2",
  18. "name": "optionator",
  19. "escapedName": "optionator",
  20. "rawSpec": "0.8.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.8.2"
  23. },
  24. "_requiredBy": [
  25. "/escodegen"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
  28. "_spec": "0.8.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "George Zahariev",
  32. "email": "z@georgezahariev.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gkz/optionator/issues"
  36. },
  37. "dependencies": {
  38. "deep-is": "~0.1.3",
  39. "fast-levenshtein": "~2.0.4",
  40. "levn": "~0.3.0",
  41. "prelude-ls": "~1.1.2",
  42. "type-check": "~0.3.2",
  43. "wordwrap": "~1.0.0"
  44. },
  45. "description": "option parsing and help generation",
  46. "devDependencies": {
  47. "istanbul": "~0.4.1",
  48. "livescript": "~1.5.0",
  49. "mocha": "~3.0.2"
  50. },
  51. "engines": {
  52. "node": ">= 0.8.0"
  53. },
  54. "files": [
  55. "lib",
  56. "README.md",
  57. "LICENSE"
  58. ],
  59. "homepage": "https://github.com/gkz/optionator",
  60. "keywords": [
  61. "options",
  62. "flags",
  63. "option parsing",
  64. "cli"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/",
  68. "name": "optionator",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/gkz/optionator.git"
  72. },
  73. "scripts": {
  74. "test": "make test"
  75. },
  76. "version": "0.8.2"
  77. }