package.json 1.7 KB

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