UNPKG

streamx

Version:

An iteration of the Node.js core streams with a series of improvements

44 lines (43 loc) 1.08 kB
{ "name": "streamx", "version": "2.27.0", "description": "An iteration of the Node.js core streams with a series of improvements", "main": "index.js", "exports": { ".": "./index.js", "./package": "./package.json", "./errors": "./lib/errors" }, "dependencies": { "events-universal": "^1.0.0", "fast-fifo": "^1.3.2", "text-decoder": "^1.1.0" }, "devDependencies": { "b4a": "^1.6.6", "brittle": "^3.1.1", "end-of-stream": "^1.4.4", "lunte": "^1.8.0", "prettier": "^3.6.2", "prettier-config-holepunch": "^2.0.0" }, "files": [ "index.js", "lib/errors.js" ], "scripts": { "format": "prettier . --write", "test": "brittle test/all.js && brittle-bare test/all.js", "lint": "prettier . --check && lunte" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/streamx.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/streamx/issues" }, "homepage": "https://github.com/mafintosh/streamx" }