{ "name": "streamx", "version": "2.12.5", "description": "An iteration of the Node.js core streams with a series of improvements", "main": "index.js", "dependencies": { "fast-fifo": "^1.0.0", "queue-tick": "^1.0.0" }, "devDependencies": { "abort-controller": "^3.0.0", "end-of-stream": "^1.4.1", "standard": "^14.3.1", "tape": "^4.11.0" }, "files": [ "index.js" ], "scripts": { "test": "standard && tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/streamxorg/streamx.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/streamxorg/streamx/issues" }, "homepage": "https://github.com/streamxorg/streamx" }