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

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