package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.19.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.19.0",
  10. "_id": "body-parser@1.19.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {
  15. "depd": "1.1.2",
  16. "inherits": "2.0.3",
  17. "ms": "2.0.0",
  18. "toidentifier": "1.0.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "body-parser@1.19.0",
  24. "name": "body-parser",
  25. "escapedName": "body-parser",
  26. "rawSpec": "1.19.0",
  27. "saveSpec": null,
  28. "fetchSpec": "1.19.0"
  29. },
  30. "_requiredBy": [
  31. "/express",
  32. "/karma"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz",
  35. "_spec": "1.19.0",
  36. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  37. "bugs": {
  38. "url": "https://github.com/expressjs/body-parser/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com",
  48. "url": "http://jongleberry.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "bytes": "3.1.0",
  53. "content-type": "~1.0.4",
  54. "debug": "2.6.9",
  55. "depd": "~1.1.2",
  56. "http-errors": "1.7.2",
  57. "iconv-lite": "0.4.24",
  58. "on-finished": "~2.3.0",
  59. "qs": "6.7.0",
  60. "raw-body": "2.4.0",
  61. "type-is": "~1.6.17"
  62. },
  63. "description": "Node.js body parsing middleware",
  64. "devDependencies": {
  65. "eslint": "5.16.0",
  66. "eslint-config-standard": "12.0.0",
  67. "eslint-plugin-import": "2.17.2",
  68. "eslint-plugin-markdown": "1.0.0",
  69. "eslint-plugin-node": "8.0.1",
  70. "eslint-plugin-promise": "4.1.1",
  71. "eslint-plugin-standard": "4.0.0",
  72. "istanbul": "0.4.5",
  73. "methods": "1.1.2",
  74. "mocha": "6.1.4",
  75. "safe-buffer": "5.1.2",
  76. "supertest": "4.0.2"
  77. },
  78. "engines": {
  79. "node": ">= 0.8"
  80. },
  81. "files": [
  82. "lib/",
  83. "LICENSE",
  84. "HISTORY.md",
  85. "index.js"
  86. ],
  87. "homepage": "https://github.com/expressjs/body-parser#readme",
  88. "license": "MIT",
  89. "name": "body-parser",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/expressjs/body-parser.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --plugin markdown --ext js,md .",
  96. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  97. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  98. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  99. },
  100. "version": "1.19.0"
  101. }