package.json 691 B

1234567891011121314151617181920212223242526272829
  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. }