Ohm-Management - Projektarbeit B-ME
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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "optionator@^0.8.2",
  3. "_id": "optionator@0.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
  6. "_location": "/optionator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optionator@^0.8.2",
  12. "name": "optionator",
  13. "escapedName": "optionator",
  14. "rawSpec": "^0.8.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.8.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz",
  22. "_shasum": "364c5e409d3f4d6301d6c0b4c05bba50180aeb64",
  23. "_spec": "optionator@^0.8.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/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.4",
  36. "levn": "~0.3.0",
  37. "prelude-ls": "~1.1.2",
  38. "type-check": "~0.3.2",
  39. "wordwrap": "~1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "option parsing and help generation",
  43. "devDependencies": {
  44. "istanbul": "~0.4.1",
  45. "livescript": "~1.5.0",
  46. "mocha": "~3.0.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.2"
  74. }