Icard/angular-clarity-master(work.../node_modules/@ljharb/through/package.json

78 lines
2.0 KiB
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"name": "@ljharb/through",
"version": "2.3.13",
"description": "simplified stream construction",
"main": "index.js",
"types": "./through.d.ts",
"sideEffects": false,
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"lint": "eslint --ext=js,mjs .",
"postlint": "npm run tsc",
"tsc": "tsc -p .",
"posttsc": "attw --pack",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"dependencies": {
"call-bind": "^1.0.7"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.10",
"@ljharb/eslint-config": "^21.1.0",
"@ljharb/tsconfig": "^0.1.1",
"@types/call-bind": "^1.0.5",
"@types/node": "^20.11.25",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"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.7.5",
"typescript": "next"
},
"keywords": [
"stream",
"streams",
"user-streams",
"pipe"
],
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/through.git"
},
"homepage": "https://github.com/ljharb/through",
"testling": {
"files": "test/*.js"
},
"engines": {
"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true,
"startingVersion": "2.3.9"
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}