You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "optionator@0.9.1",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "optionator@0.9.1",
  10. "_id": "optionator@0.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  13. "_location": "/optionator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "optionator@0.9.1",
  19. "name": "optionator",
  20. "escapedName": "optionator",
  21. "rawSpec": "0.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.9.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  29. "_spec": "0.9.1",
  30. "_where": "/home/guest/socket",
  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. "deep-is": "^0.1.3",
  40. "fast-levenshtein": "^2.0.6",
  41. "levn": "^0.4.1",
  42. "prelude-ls": "^1.2.1",
  43. "type-check": "^0.4.0",
  44. "word-wrap": "^1.2.3"
  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.1"
  77. }