项目原始demo,不改动
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
 
 

97 lignes
2.5 KiB

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