package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "body-parser",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==",
  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. ],
  22. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz",
  23. "_shasum": "1499abbaa9274af3ecc9f6f10396c995943e31d4",
  24. "_spec": "body-parser",
  25. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server",
  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": "[email protected]"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "[email protected]",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "bytes": "3.1.1",
  43. "content-type": "~1.0.4",
  44. "debug": "2.6.9",
  45. "depd": "~1.1.2",
  46. "http-errors": "1.8.1",
  47. "iconv-lite": "0.4.24",
  48. "on-finished": "~2.3.0",
  49. "qs": "6.9.6",
  50. "raw-body": "2.4.2",
  51. "type-is": "~1.6.18"
  52. },
  53. "deprecated": false,
  54. "description": "Node.js body parsing middleware",
  55. "devDependencies": {
  56. "eslint": "7.32.0",
  57. "eslint-config-standard": "14.1.1",
  58. "eslint-plugin-import": "2.25.3",
  59. "eslint-plugin-markdown": "2.2.1",
  60. "eslint-plugin-node": "11.1.0",
  61. "eslint-plugin-promise": "5.2.0",
  62. "eslint-plugin-standard": "4.1.0",
  63. "methods": "1.1.2",
  64. "mocha": "9.1.3",
  65. "nyc": "15.1.0",
  66. "safe-buffer": "5.2.1",
  67. "supertest": "6.1.6"
  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 .",
  87. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  88. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test"
  90. },
  91. "version": "1.19.1"
  92. }