{
  "_from": "@sec-ant/readable-stream@^0.4.1",
  "_id": "@sec-ant/readable-stream@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
  "_location": "/@sec-ant/readable-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sec-ant/readable-stream@^0.4.1",
    "name": "@sec-ant/readable-stream",
    "escapedName": "@sec-ant%2freadable-stream",
    "scope": "@sec-ant",
    "rawSpec": "^0.4.1",
    "saveSpec": null,
    "fetchSpec": "^0.4.1"
  },
  "_requiredBy": [
    "/execa/get-stream"
  ],
  "_resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
  "_shasum": "60de891bb126abfdc5410fdc6166aca065f10a0c",
  "_spec": "@sec-ant/readable-stream@^0.4.1",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/execa/node_modules/get-stream",
  "author": {
    "name": "Ze-Zheng Wu"
  },
  "bugs": {
    "url": "https://github.com/Sec-ant/readable-stream/issues",
    "email": "zezhengwu@proton.me"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.",
  "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"
  },
  "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"
    }
  },
  "files": [
    "./dist"
  ],
  "homepage": "https://github.com/Sec-ant/readable-stream",
  "keywords": [
    "stream",
    "web-streams",
    "readablestream",
    "async",
    "asynchronous",
    "iterator",
    "iteration",
    "async-iterator",
    "polyfill",
    "esm",
    "from-iterable"
  ],
  "license": "MIT",
  "main": "./dist/index/index.js",
  "module": "./dist/index/index.js",
  "name": "@sec-ant/readable-stream",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sec-ant/readable-stream.git"
  },
  "scripts": {
    "build": "vite build",
    "bump": "changeset version 2>/dev/null | grep . && npm i; exit 0",
    "bump-biome:latest": "npm i -DE @biomejs/biome@latest",
    "bump-biome:nightly": "npm i -DE @biomejs/biome@nightly",
    "changeset": "changeset",
    "check": "conc \"npm:format:prettier\" \"npm:check:biome\"",
    "check:biome": "biome check --apply .",
    "copy": "copy-files-from-to",
    "format": "conc \"npm:format:prettier\" \"npm:format:biome\"",
    "format:biome": "biome format . --write",
    "format:prettier": "prettier . --write",
    "install:ci": "npm ci && npx playwright install --with-deps",
    "install:codesandbox": "npm ci && ./scripts/prepare.sh",
    "postbuild": "tsc && npm run copy",
    "prebuild": "npm run check && npm run type-check",
    "prepublishOnly": "npm run build",
    "test": "npm run test:chromium && npm run test:firefox",
    "test:chromium": "vitest run --browser.name=chromium",
    "test:coverage": "vitest run --coverage",
    "test:firefox": "vitest run --browser.name=firefox",
    "test:ui": "vitest --ui --coverage",
    "type-check": "tsc --noEmit --emitDeclarationOnly false",
    "update-hooks": "simple-git-hooks"
  },
  "type": "module",
  "version": "0.4.1"
}
