package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "minipass-flush@^1.0.5",
  3. "_id": "minipass-flush@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
  6. "_location": "/minipass-flush",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minipass-flush@^1.0.5",
  12. "name": "minipass-flush",
  13. "escapedName": "minipass-flush",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/make-fetch-happen"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz",
  23. "_shasum": "82e7135d7e89a50ffe64610a787953c4c4cbb373",
  24. "_spec": "minipass-flush@^1.0.5",
  25. "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "https://izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/minipass-flush/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "minipass": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "A Minipass stream that calls a flush function before emitting 'end'",
  40. "devDependencies": {
  41. "tap": "^14.6.9"
  42. },
  43. "engines": {
  44. "node": ">= 8"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/minipass-flush#readme",
  50. "keywords": [
  51. "minipass",
  52. "flush",
  53. "stream"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "minipass-flush",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/isaacs/minipass-flush.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push origin --follow-tags",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "snap": "tap",
  67. "test": "tap"
  68. },
  69. "tap": {
  70. "check-coverage": true
  71. },
  72. "version": "1.0.5"
  73. }