package.json 2.5 KB

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