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.5KB

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