package.json 1.7 KB

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