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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "levn@^0.3.0",
  3. "_id": "levn@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
  6. "_location": "/levn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "levn@^0.3.0",
  12. "name": "levn",
  13. "escapedName": "levn",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/optionator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
  23. "_shasum": "3b09924edf9f083c0490fdd4c0bc4421e04764ee",
  24. "_spec": "levn@^0.3.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  26. "author": {
  27. "name": "George Zahariev",
  28. "email": "z@georgezahariev.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gkz/levn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "prelude-ls": "~1.1.2",
  36. "type-check": "~0.3.2"
  37. },
  38. "deprecated": false,
  39. "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
  40. "devDependencies": {
  41. "istanbul": "~0.4.1",
  42. "livescript": "~1.4.0",
  43. "mocha": "~2.3.4"
  44. },
  45. "engines": {
  46. "node": ">= 0.8.0"
  47. },
  48. "files": [
  49. "lib",
  50. "README.md",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/gkz/levn",
  54. "keywords": [
  55. "levn",
  56. "light",
  57. "ecmascript",
  58. "value",
  59. "notation",
  60. "json",
  61. "typed",
  62. "human",
  63. "concise",
  64. "typed",
  65. "flexible"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/",
  69. "name": "levn",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/gkz/levn.git"
  73. },
  74. "scripts": {
  75. "test": "make test"
  76. },
  77. "version": "0.3.0"
  78. }