package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "raw-body@2.4.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "raw-body@2.4.0",
  10. "_id": "raw-body@2.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
  13. "_location": "/raw-body",
  14. "_phantomChildren": {
  15. "depd": "1.1.2",
  16. "inherits": "2.0.3",
  17. "toidentifier": "1.0.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "raw-body@2.4.0",
  23. "name": "raw-body",
  24. "escapedName": "raw-body",
  25. "rawSpec": "2.4.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.4.0"
  28. },
  29. "_requiredBy": [
  30. "/body-parser"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
  33. "_spec": "2.4.0",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/stream-utils/raw-body/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. {
  49. "name": "Raynos",
  50. "email": "raynos2@gmail.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "bytes": "3.1.0",
  55. "http-errors": "1.7.2",
  56. "iconv-lite": "0.4.24",
  57. "unpipe": "1.0.0"
  58. },
  59. "description": "Get and validate the raw body of a readable stream.",
  60. "devDependencies": {
  61. "bluebird": "3.5.4",
  62. "eslint": "5.16.0",
  63. "eslint-config-standard": "12.0.0",
  64. "eslint-plugin-import": "2.16.0",
  65. "eslint-plugin-markdown": "1.0.0",
  66. "eslint-plugin-node": "8.0.1",
  67. "eslint-plugin-promise": "4.1.1",
  68. "eslint-plugin-standard": "4.0.0",
  69. "istanbul": "0.4.5",
  70. "mocha": "6.1.3",
  71. "readable-stream": "2.3.6",
  72. "safe-buffer": "5.1.2"
  73. },
  74. "engines": {
  75. "node": ">= 0.8"
  76. },
  77. "files": [
  78. "HISTORY.md",
  79. "LICENSE",
  80. "README.md",
  81. "index.d.ts",
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/stream-utils/raw-body#readme",
  85. "license": "MIT",
  86. "name": "raw-body",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/stream-utils/raw-body.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --plugin markdown --ext js,md .",
  93. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  94. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  95. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  96. },
  97. "version": "2.4.0"
  98. }