package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.19.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.19.2",
  10. "_id": "body-parser@1.19.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "body-parser@1.19.2",
  19. "name": "body-parser",
  20. "escapedName": "body-parser",
  21. "rawSpec": "1.19.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.19.2"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.19.2.tgz",
  29. "_spec": "1.19.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "bugs": {
  32. "url": "https://github.com/expressjs/body-parser/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "bytes": "3.1.2",
  47. "content-type": "~1.0.4",
  48. "debug": "2.6.9",
  49. "depd": "~1.1.2",
  50. "http-errors": "1.8.1",
  51. "iconv-lite": "0.4.24",
  52. "on-finished": "~2.3.0",
  53. "qs": "6.9.7",
  54. "raw-body": "2.4.3",
  55. "type-is": "~1.6.18"
  56. },
  57. "description": "Node.js body parsing middleware",
  58. "devDependencies": {
  59. "eslint": "7.32.0",
  60. "eslint-config-standard": "14.1.1",
  61. "eslint-plugin-import": "2.25.4",
  62. "eslint-plugin-markdown": "2.2.1",
  63. "eslint-plugin-node": "11.1.0",
  64. "eslint-plugin-promise": "5.2.0",
  65. "eslint-plugin-standard": "4.1.0",
  66. "methods": "1.1.2",
  67. "mocha": "9.2.0",
  68. "nyc": "15.1.0",
  69. "safe-buffer": "5.2.1",
  70. "supertest": "6.2.2"
  71. },
  72. "engines": {
  73. "node": ">= 0.8"
  74. },
  75. "files": [
  76. "lib/",
  77. "LICENSE",
  78. "HISTORY.md",
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/expressjs/body-parser#readme",
  82. "license": "MIT",
  83. "name": "body-parser",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/expressjs/body-parser.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  91. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  92. "test-cov": "nyc --reporter=html --reporter=text npm test"
  93. },
  94. "version": "1.19.2"
  95. }