package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "body@5.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "body@5.1.0",
  9. "_id": "body@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=",
  12. "_location": "/body",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "body@5.1.0",
  18. "name": "body",
  19. "escapedName": "body",
  20. "rawSpec": "5.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.0"
  23. },
  24. "_requiredBy": [
  25. "/tiny-lr"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
  28. "_spec": "5.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/body/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jake Verbaten"
  41. }
  42. ],
  43. "dependencies": {
  44. "continuable-cache": "^0.3.1",
  45. "error": "^7.0.0",
  46. "raw-body": "~1.1.0",
  47. "safe-json-parse": "~1.0.1"
  48. },
  49. "description": "Body parsing",
  50. "devDependencies": {
  51. "after": "~0.7.0",
  52. "hammock": "^1.0.0",
  53. "process": "~0.5.1",
  54. "send-data": "~1.0.1",
  55. "tape": "~2.3.0",
  56. "test-server": "~0.1.3"
  57. },
  58. "homepage": "https://github.com/Raynos/body",
  59. "keywords": [],
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "http://github.com/Raynos/body/raw/master/LICENSE"
  64. }
  65. ],
  66. "main": "index",
  67. "name": "body",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/Raynos/body.git"
  71. },
  72. "scripts": {
  73. "test": "node ./test/index.js"
  74. },
  75. "version": "5.1.0"
  76. }