{
  "_from": "@ljharb/through@^2.3.12",
  "_id": "@ljharb/through@2.3.14",
  "_inBundle": false,
  "_integrity": "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==",
  "_location": "/@ljharb/through",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ljharb/through@^2.3.12",
    "name": "@ljharb/through",
    "escapedName": "@ljharb%2fthrough",
    "scope": "@ljharb",
    "rawSpec": "^2.3.12",
    "saveSpec": null,
    "fetchSpec": "^2.3.12"
  },
  "_requiredBy": [
    "/@angular-devkit/schematics-cli/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.14.tgz",
  "_shasum": "a5df44295f44dc23bfe106af59426dd0677760b1",
  "_spec": "@ljharb/through@^2.3.12",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@angular-devkit/schematics-cli/node_modules/inquirer",
  "author": {
    "name": "Dominic Tarr",
    "email": "dominic.tarr@gmail.com",
    "url": "dominictarr.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true,
    "startingVersion": "2.3.9"
  },
  "bugs": {
    "url": "https://github.com/ljharb/through/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bind": "^1.0.8"
  },
  "deprecated": false,
  "description": "simplified stream construction",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.3",
    "@ljharb/eslint-config": "^21.1.1",
    "@ljharb/tsconfig": "^0.2.3",
    "@types/call-bind": "^1.0.5",
    "@types/node": "^0.12.25",
    "@types/tape": "^5.8.1",
    "auto-changelog": "^2.5.0",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "from": "^0.1.7",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "stream-spec": "^0.3.6",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/through",
  "keywords": [
    "stream",
    "streams",
    "user-streams",
    "pipe"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@ljharb/through",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/through.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "postlint": "tsc && attw -P",
    "posttest": "npx npm@\">= 10.2\" audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "testling": {
    "files": "test/*.js"
  },
  "types": "./through.d.ts",
  "version": "2.3.14"
}
