package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "optionator@^0.8.1",
  3. "_id": "optionator@0.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
  6. "_location": "/optionator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optionator@^0.8.1",
  12. "name": "optionator",
  13. "escapedName": "optionator",
  14. "rawSpec": "^0.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.8.1"
  17. },
  18. "_requiredBy": [
  19. "/escodegen",
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  23. "_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
  24. "_spec": "optionator@^0.8.1",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\escodegen",
  26. "author": {
  27. "name": "George Zahariev",
  28. "email": "z@georgezahariev.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gkz/optionator/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "deep-is": "~0.1.3",
  36. "fast-levenshtein": "~2.0.6",
  37. "levn": "~0.3.0",
  38. "prelude-ls": "~1.1.2",
  39. "type-check": "~0.3.2",
  40. "word-wrap": "~1.2.3"
  41. },
  42. "deprecated": false,
  43. "description": "option parsing and help generation",
  44. "devDependencies": {
  45. "istanbul": "~0.4.5",
  46. "livescript": "~1.6.0",
  47. "mocha": "~6.2.2"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "files": [
  53. "lib",
  54. "README.md",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/gkz/optionator",
  58. "keywords": [
  59. "options",
  60. "flags",
  61. "option parsing",
  62. "cli"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/",
  66. "name": "optionator",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/gkz/optionator.git"
  70. },
  71. "scripts": {
  72. "test": "make test"
  73. },
  74. "version": "0.8.3"
  75. }