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.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. ],
  21. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
  22. "_shasum": "84fa1d036fe9d3c7e21d99884b601167ec8fb495",
  23. "_spec": "optionator@^0.8.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\escodegen",
  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.3.0",
  37. "prelude-ls": "~1.1.2",
  38. "type-check": "~0.3.2",
  39. "word-wrap": "~1.2.3"
  40. },
  41. "deprecated": false,
  42. "description": "option parsing and help generation",
  43. "devDependencies": {
  44. "istanbul": "~0.4.5",
  45. "livescript": "~1.6.0",
  46. "mocha": "~6.2.2"
  47. },
  48. "engines": {
  49. "node": ">= 0.8.0"
  50. },
  51. "files": [
  52. "lib",
  53. "README.md",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/gkz/optionator",
  57. "keywords": [
  58. "options",
  59. "flags",
  60. "option parsing",
  61. "cli"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/",
  65. "name": "optionator",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/gkz/optionator.git"
  69. },
  70. "scripts": {
  71. "test": "make test"
  72. },
  73. "version": "0.8.3"
  74. }