選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 799B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "minipass-flush",
  3. "version": "1.0.5",
  4. "description": "A Minipass stream that calls a flush function before emitting 'end'",
  5. "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  6. "license": "ISC",
  7. "scripts": {
  8. "test": "tap",
  9. "snap": "tap",
  10. "preversion": "npm test",
  11. "postversion": "npm publish",
  12. "postpublish": "git push origin --follow-tags"
  13. },
  14. "tap": {
  15. "check-coverage": true
  16. },
  17. "devDependencies": {
  18. "tap": "^14.6.9"
  19. },
  20. "dependencies": {
  21. "minipass": "^3.0.0"
  22. },
  23. "files": [
  24. "index.js"
  25. ],
  26. "main": "index.js",
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/isaacs/minipass-flush.git"
  30. },
  31. "keywords": [
  32. "minipass",
  33. "flush",
  34. "stream"
  35. ],
  36. "engines": {
  37. "node": ">= 8"
  38. }
  39. }