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 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_from": "express",
  3. "_id": "express@4.16.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==",
  6. "_location": "/express",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "express",
  12. "name": "express",
  13. "escapedName": "express",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
  23. "_shasum": "fddef61926109e24c515ea97fd2f1bdbf62df12e",
  24. "_spec": "express",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/expressjs/express/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Aaron Heckmann",
  37. "email": "aaron.heckmann+github@gmail.com"
  38. },
  39. {
  40. "name": "Ciaran Jessup",
  41. "email": "ciaranj@gmail.com"
  42. },
  43. {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. {
  48. "name": "Guillermo Rauch",
  49. "email": "rauchg@gmail.com"
  50. },
  51. {
  52. "name": "Jonathan Ong",
  53. "email": "me@jongleberry.com"
  54. },
  55. {
  56. "name": "Roman Shtylman",
  57. "email": "shtylman+expressjs@gmail.com"
  58. },
  59. {
  60. "name": "Young Jae Sim",
  61. "email": "hanul@hanul.me"
  62. }
  63. ],
  64. "dependencies": {
  65. "accepts": "~1.3.5",
  66. "array-flatten": "1.1.1",
  67. "body-parser": "1.18.3",
  68. "content-disposition": "0.5.2",
  69. "content-type": "~1.0.4",
  70. "cookie": "0.3.1",
  71. "cookie-signature": "1.0.6",
  72. "debug": "2.6.9",
  73. "depd": "~1.1.2",
  74. "encodeurl": "~1.0.2",
  75. "escape-html": "~1.0.3",
  76. "etag": "~1.8.1",
  77. "finalhandler": "1.1.1",
  78. "fresh": "0.5.2",
  79. "merge-descriptors": "1.0.1",
  80. "methods": "~1.1.2",
  81. "on-finished": "~2.3.0",
  82. "parseurl": "~1.3.2",
  83. "path-to-regexp": "0.1.7",
  84. "proxy-addr": "~2.0.4",
  85. "qs": "6.5.2",
  86. "range-parser": "~1.2.0",
  87. "safe-buffer": "5.1.2",
  88. "send": "0.16.2",
  89. "serve-static": "1.13.2",
  90. "setprototypeof": "1.1.0",
  91. "statuses": "~1.4.0",
  92. "type-is": "~1.6.16",
  93. "utils-merge": "1.0.1",
  94. "vary": "~1.1.2"
  95. },
  96. "deprecated": false,
  97. "description": "Fast, unopinionated, minimalist web framework",
  98. "devDependencies": {
  99. "after": "0.8.2",
  100. "connect-redis": "3.4.0",
  101. "cookie-parser": "~1.4.3",
  102. "cookie-session": "1.3.2",
  103. "ejs": "2.6.1",
  104. "eslint": "2.13.1",
  105. "express-session": "1.15.6",
  106. "hbs": "4.0.1",
  107. "istanbul": "0.4.5",
  108. "marked": "0.5.1",
  109. "method-override": "3.0.0",
  110. "mocha": "5.2.0",
  111. "morgan": "1.9.1",
  112. "multiparty": "4.2.1",
  113. "pbkdf2-password": "1.2.1",
  114. "should": "13.2.3",
  115. "supertest": "3.3.0",
  116. "vhost": "~3.0.2"
  117. },
  118. "engines": {
  119. "node": ">= 0.10.0"
  120. },
  121. "files": [
  122. "LICENSE",
  123. "History.md",
  124. "Readme.md",
  125. "index.js",
  126. "lib/"
  127. ],
  128. "homepage": "http://expressjs.com/",
  129. "keywords": [
  130. "express",
  131. "framework",
  132. "sinatra",
  133. "web",
  134. "rest",
  135. "restful",
  136. "router",
  137. "app",
  138. "api"
  139. ],
  140. "license": "MIT",
  141. "name": "express",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/expressjs/express.git"
  145. },
  146. "scripts": {
  147. "lint": "eslint .",
  148. "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
  149. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
  150. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
  151. "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
  152. },
  153. "version": "4.16.4"
  154. }