package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "optionator@0.9.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "optionator@0.9.3",
  10. "_id": "optionator@0.9.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  13. "_location": "/optionator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "optionator@0.9.3",
  19. "name": "optionator",
  20. "escapedName": "optionator",
  21. "rawSpec": "0.9.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.9.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz",
  29. "_spec": "0.9.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "George Zahariev",
  33. "email": "z@georgezahariev.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gkz/optionator/issues"
  37. },
  38. "dependencies": {
  39. "@aashutoshrathi/word-wrap": "^1.2.3",
  40. "deep-is": "^0.1.3",
  41. "fast-levenshtein": "^2.0.6",
  42. "levn": "^0.4.1",
  43. "prelude-ls": "^1.2.1",
  44. "type-check": "^0.4.0"
  45. },
  46. "description": "option parsing and help generation",
  47. "devDependencies": {
  48. "livescript": "^1.6.0",
  49. "mocha": "^7.1.1"
  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.9.3"
  77. }