package.json 1.8 KB

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