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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "body-parser@^1.19.0",
  3. "_id": "body-parser@1.19.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
  6. "_location": "/body-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "body-parser@^1.19.0",
  12. "name": "body-parser",
  13. "escapedName": "body-parser",
  14. "rawSpec": "^1.19.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.19.0"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
  23. "_shasum": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a",
  24. "_spec": "body-parser@^1.19.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  26. "bugs": {
  27. "url": "https://github.com/expressjs/body-parser/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "bytes": "3.1.0",
  43. "content-type": "~1.0.4",
  44. "debug": "2.6.9",
  45. "depd": "~1.1.2",
  46. "http-errors": "1.7.2",
  47. "iconv-lite": "0.4.24",
  48. "on-finished": "~2.3.0",
  49. "qs": "6.7.0",
  50. "raw-body": "2.4.0",
  51. "type-is": "~1.6.17"
  52. },
  53. "deprecated": false,
  54. "description": "Node.js body parsing middleware",
  55. "devDependencies": {
  56. "eslint": "5.16.0",
  57. "eslint-config-standard": "12.0.0",
  58. "eslint-plugin-import": "2.17.2",
  59. "eslint-plugin-markdown": "1.0.0",
  60. "eslint-plugin-node": "8.0.1",
  61. "eslint-plugin-promise": "4.1.1",
  62. "eslint-plugin-standard": "4.0.0",
  63. "istanbul": "0.4.5",
  64. "methods": "1.1.2",
  65. "mocha": "6.1.4",
  66. "safe-buffer": "5.1.2",
  67. "supertest": "4.0.2"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "files": [
  73. "lib/",
  74. "LICENSE",
  75. "HISTORY.md",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/expressjs/body-parser#readme",
  79. "license": "MIT",
  80. "name": "body-parser",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/expressjs/body-parser.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --plugin markdown --ext js,md .",
  87. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  88. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  89. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  90. },
  91. "version": "1.19.0"
  92. }