package.json 905 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "flush-write-stream",
  3. "version": "1.1.1",
  4. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  5. "main": "index.js",
  6. "dependencies": {
  7. "inherits": "^2.0.3",
  8. "readable-stream": "^2.3.6"
  9. },
  10. "devDependencies": {
  11. "tape": "^4.2.2"
  12. },
  13. "scripts": {
  14. "test": "tape test.js"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/mafintosh/flush-write-stream.git"
  19. },
  20. "author": "Mathias Buus (@mafintosh)",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  24. },
  25. "homepage": "https://github.com/mafintosh/flush-write-stream",
  26. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  27. "_from": "flush-write-stream@1.1.1",
  28. "_resolved": "https://registry.npm.taobao.org/flush-write-stream/download/flush-write-stream-1.1.1.tgz"
  29. }