package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.20.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.20.1",
  10. "_id": "body-parser@1.20.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "body-parser@1.20.1",
  19. "name": "body-parser",
  20. "escapedName": "body-parser",
  21. "rawSpec": "1.20.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.20.1"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",
  29. "_spec": "1.20.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  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": "2.0.0",
  50. "destroy": "1.2.0",
  51. "http-errors": "2.0.0",
  52. "iconv-lite": "0.4.24",
  53. "on-finished": "2.4.1",
  54. "qs": "6.11.0",
  55. "raw-body": "2.5.1",
  56. "type-is": "~1.6.18",
  57. "unpipe": "1.0.0"
  58. },
  59. "description": "Node.js body parsing middleware",
  60. "devDependencies": {
  61. "eslint": "8.24.0",
  62. "eslint-config-standard": "14.1.1",
  63. "eslint-plugin-import": "2.26.0",
  64. "eslint-plugin-markdown": "3.0.0",
  65. "eslint-plugin-node": "11.1.0",
  66. "eslint-plugin-promise": "6.0.1",
  67. "eslint-plugin-standard": "4.1.0",
  68. "methods": "1.1.2",
  69. "mocha": "10.0.0",
  70. "nyc": "15.1.0",
  71. "safe-buffer": "5.2.1",
  72. "supertest": "6.3.0"
  73. },
  74. "engines": {
  75. "node": ">= 0.8",
  76. "npm": "1.2.8000 || >= 1.4.16"
  77. },
  78. "files": [
  79. "lib/",
  80. "LICENSE",
  81. "HISTORY.md",
  82. "SECURITY.md",
  83. "index.js"
  84. ],
  85. "homepage": "https://github.com/expressjs/body-parser#readme",
  86. "license": "MIT",
  87. "name": "body-parser",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/expressjs/body-parser.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint .",
  94. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  95. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  96. "test-cov": "nyc --reporter=html --reporter=text npm test"
  97. },
  98. "version": "1.20.1"
  99. }