package.json 881 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "stream-each",
  3. "version": "1.2.3",
  4. "description": "Iterate all the data in a stream",
  5. "main": "index.js",
  6. "dependencies": {
  7. "end-of-stream": "^1.1.0",
  8. "stream-shift": "^1.0.0"
  9. },
  10. "devDependencies": {
  11. "ndjson": "^1.5.0",
  12. "standard": "^5.3.1",
  13. "tape": "^4.2.1",
  14. "through2": "^2.0.0"
  15. },
  16. "scripts": {
  17. "test": "standard && tape test.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/mafintosh/stream-each.git"
  22. },
  23. "author": "Mathias Buus (@mafintosh)",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/mafintosh/stream-each/issues"
  27. },
  28. "homepage": "https://github.com/mafintosh/stream-each",
  29. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  30. "_from": "stream-each@1.2.3",
  31. "_resolved": "https://registry.npm.taobao.org/stream-each/download/stream-each-1.2.3.tgz"
  32. }