项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.18.3",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.18.3",
  10. "_id": "body-parser@1.18.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {
  15. "safer-buffer": "2.1.2"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "body-parser@1.18.3",
  21. "name": "body-parser",
  22. "escapedName": "body-parser",
  23. "rawSpec": "1.18.3",
  24. "saveSpec": null,
  25. "fetchSpec": "1.18.3"
  26. },
  27. "_requiredBy": [
  28. "/express"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz",
  31. "_spec": "1.18.3",
  32. "_where": "D:\\A易云\\YiYunJianZhu",
  33. "bugs": {
  34. "url": "https://github.com/expressjs/body-parser/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "bytes": "3.0.0",
  49. "content-type": "~1.0.4",
  50. "debug": "2.6.9",
  51. "depd": "~1.1.2",
  52. "http-errors": "~1.6.3",
  53. "iconv-lite": "0.4.23",
  54. "on-finished": "~2.3.0",
  55. "qs": "6.5.2",
  56. "raw-body": "2.3.3",
  57. "type-is": "~1.6.16"
  58. },
  59. "description": "Node.js body parsing middleware",
  60. "devDependencies": {
  61. "eslint": "4.19.1",
  62. "eslint-config-standard": "11.0.0",
  63. "eslint-plugin-import": "2.11.0",
  64. "eslint-plugin-markdown": "1.0.0-beta.6",
  65. "eslint-plugin-node": "6.0.1",
  66. "eslint-plugin-promise": "3.7.0",
  67. "eslint-plugin-standard": "3.1.0",
  68. "istanbul": "0.4.5",
  69. "methods": "1.1.2",
  70. "mocha": "2.5.3",
  71. "safe-buffer": "5.1.2",
  72. "supertest": "1.1.0"
  73. },
  74. "engines": {
  75. "node": ">= 0.8"
  76. },
  77. "files": [
  78. "lib/",
  79. "LICENSE",
  80. "HISTORY.md",
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/expressjs/body-parser#readme",
  84. "license": "MIT",
  85. "name": "body-parser",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/expressjs/body-parser.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --plugin markdown --ext js,md .",
  92. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  93. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  94. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  95. },
  96. "version": "1.18.3"
  97. }