You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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