|
Server IP : 161.35.85.9 / Your IP : 216.73.217.138 Web Server : nginx/1.30.4 System : Linux cheapdeb-ams3 7.1.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.1.13-1 (2026-09-03) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/node_modules/minipass-pipeline/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "minipass-pipeline",
"version": "3.0.0",
"description": "create a pipeline of streams using Minipass",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "BlueOak-1.0.0",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags",
"prepare": "tshy",
"typedoc": "typedoc",
"prepublishOnly": "git push origin --follow-tags",
"pretest": "npm run prepare",
"presnap": "npm run prepare",
"lint": "oxlint --fix src test",
"format": "prettier --write .",
"postsnap": "npm run lint",
"postlint": "npm run format"
},
"devDependencies": {
"@types/node": "^25.5.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.17.4",
"prettier": "^3.8.1",
"tap": "^21.6.2",
"tshy": "^4.0.0",
"typedoc": "^0.28.18"
},
"dependencies": {
"minipass": "^7.1.3"
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"repository": "https://github.com/isaacs/minipass-pipeline",
"tshy": {
"selfLink": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
}
},
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./package.json": "./package.json"
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"module": "./dist/esm/index.js"
}