{
  "_args": [
    [
      "@web-std/stream@1.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@web-std/stream@1.0.0",
  "_id": "@web-std/stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==",
  "_location": "/@web-std/stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@web-std/stream@1.0.0",
    "name": "@web-std/stream",
    "escapedName": "@web-std%2fstream",
    "scope": "@web-std",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@web-std/blob"
  ],
  "_resolved": "https://registry.npmjs.org/@web-std/stream/-/stream-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Irakli Gozalishvili",
    "email": "dev@gozala.io",
    "url": "https://gozala.io"
  },
  "browser": {
    "./src/lib.node.js": "./src/lib.js"
  },
  "bugs": {
    "url": "https://github.com/web-std/io/issues"
  },
  "dependencies": {
    "web-streams-polyfill": "^3.1.1"
  },
  "description": "Web API compatible streams for node/web",
  "devDependencies": {
    "@types/node": "15.0.2",
    "git-validate": "2.2.4",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "playwright-test": "^7.2.0",
    "prettier": "^2.3.0",
    "rimraf": "3.0.2",
    "typescript": "^4.4.4",
    "uvu": "^0.5.2"
  },
  "exports": {
    ".": {
      "browser": "./src/lib.js",
      "require": "./src/stream.cjs",
      "import": "./src/lib.node.js",
      "types": "./src/lib.d.ts"
    }
  },
  "homepage": "https://github.com/web-std/io#readme",
  "keywords": [
    "web-stream",
    "whatwg-stream",
    "stream",
    "typescript"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --no-semi --write",
      "git add"
    ]
  },
  "main": "./src/stream.cjs",
  "module": "./src/lib.js",
  "name": "@web-std/stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-std/io.git"
  },
  "scripts": {
    "precommit": "lint-staged",
    "test": "npm run test:es && npm run test:web && npm run test:cjs",
    "test:cjs": "node test/node.spec.cjs",
    "test:es": "uvu test all.spec.js",
    "test:web": "playwright-test -r uvu test/web.spec.js",
    "typecheck": "tsc --build"
  },
  "type": "module",
  "types": "./src/lib.d.ts",
  "version": "1.0.0"
}
