{ "name": "@sec-ant/readable-stream", "description": "A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.", "private": false, "version": "0.4.1", "type": "module", "files": [ "./dist" ], "main": "./dist/index/index.js", "module": "./dist/index/index.js", "exports": { ".": "./dist/index/index.js", "./asyncIterator": "./dist/index/asyncIterator.js", "./fromAnyIterable": "./dist/index/fromAnyIterable.js", "./ponyfill": "./dist/ponyfill/index.js", "./ponyfill/asyncIterator": "./dist/ponyfill/asyncIterator.js", "./ponyfill/fromAnyIterable": "./dist/ponyfill/fromAnyIterable.js", "./polyfill": "./dist/polyfill/index.js", "./polyfill/asyncIterator": "./dist/polyfill/asyncIterator.js", "./polyfill/fromAnyIterable": "./dist/polyfill/fromAnyIterable.js", "./async-iterator": { "types": "./dist/types/async-iterator.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/Sec-ant/readable-stream.git" }, "homepage": "https://github.com/Sec-ant/readable-stream", "author": { "name": "Ze-Zheng Wu" }, "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@biomejs/biome": "1.6.1", "@changesets/cli": "^2.27.1", "@commitlint/cli": "^19.1.0", "@commitlint/config-conventional": "^19.1.0", "@vitest/browser": "^1.3.1", "@vitest/coverage-istanbul": "^1.3.1", "@vitest/ui": "^1.3.1", "concurrently": "^8.2.2", "copy-files-from-to": "^3.9.1", "lint-staged": "^15.2.2", "playwright": "^1.42.1", "prettier": "^3.2.5", "simple-git-hooks": "^2.10.0", "typescript": "^5.4.2", "vite": "^5.1.6", "vitest": "^1.3.1" } }