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

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