11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "minipass", 31cb0ef41Sopenharmony_ci "version": "7.0.4", 41cb0ef41Sopenharmony_ci "description": "minimal implementation of a PassThrough stream", 51cb0ef41Sopenharmony_ci "main": "./dist/commonjs/index.js", 61cb0ef41Sopenharmony_ci "types": "./dist/commonjs/index.d.ts", 71cb0ef41Sopenharmony_ci "type": "module", 81cb0ef41Sopenharmony_ci "tshy": { 91cb0ef41Sopenharmony_ci "main": true, 101cb0ef41Sopenharmony_ci "exports": { 111cb0ef41Sopenharmony_ci "./package.json": "./package.json", 121cb0ef41Sopenharmony_ci ".": "./src/index.ts" 131cb0ef41Sopenharmony_ci } 141cb0ef41Sopenharmony_ci }, 151cb0ef41Sopenharmony_ci "exports": { 161cb0ef41Sopenharmony_ci "./package.json": "./package.json", 171cb0ef41Sopenharmony_ci ".": { 181cb0ef41Sopenharmony_ci "import": { 191cb0ef41Sopenharmony_ci "types": "./dist/esm/index.d.ts", 201cb0ef41Sopenharmony_ci "default": "./dist/esm/index.js" 211cb0ef41Sopenharmony_ci }, 221cb0ef41Sopenharmony_ci "require": { 231cb0ef41Sopenharmony_ci "types": "./dist/commonjs/index.d.ts", 241cb0ef41Sopenharmony_ci "default": "./dist/commonjs/index.js" 251cb0ef41Sopenharmony_ci } 261cb0ef41Sopenharmony_ci } 271cb0ef41Sopenharmony_ci }, 281cb0ef41Sopenharmony_ci "files": [ 291cb0ef41Sopenharmony_ci "dist" 301cb0ef41Sopenharmony_ci ], 311cb0ef41Sopenharmony_ci "scripts": { 321cb0ef41Sopenharmony_ci "preversion": "npm test", 331cb0ef41Sopenharmony_ci "postversion": "npm publish", 341cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags", 351cb0ef41Sopenharmony_ci "prepare": "tshy", 361cb0ef41Sopenharmony_ci "pretest": "npm run prepare", 371cb0ef41Sopenharmony_ci "presnap": "npm run prepare", 381cb0ef41Sopenharmony_ci "test": "tap", 391cb0ef41Sopenharmony_ci "snap": "tap", 401cb0ef41Sopenharmony_ci "format": "prettier --write . --loglevel warn", 411cb0ef41Sopenharmony_ci "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" 421cb0ef41Sopenharmony_ci }, 431cb0ef41Sopenharmony_ci "prettier": { 441cb0ef41Sopenharmony_ci "semi": false, 451cb0ef41Sopenharmony_ci "printWidth": 75, 461cb0ef41Sopenharmony_ci "tabWidth": 2, 471cb0ef41Sopenharmony_ci "useTabs": false, 481cb0ef41Sopenharmony_ci "singleQuote": true, 491cb0ef41Sopenharmony_ci "jsxSingleQuote": false, 501cb0ef41Sopenharmony_ci "bracketSameLine": true, 511cb0ef41Sopenharmony_ci "arrowParens": "avoid", 521cb0ef41Sopenharmony_ci "endOfLine": "lf" 531cb0ef41Sopenharmony_ci }, 541cb0ef41Sopenharmony_ci "devDependencies": { 551cb0ef41Sopenharmony_ci "@types/end-of-stream": "^1.4.2", 561cb0ef41Sopenharmony_ci "@types/node": "^20.1.2", 571cb0ef41Sopenharmony_ci "end-of-stream": "^1.4.0", 581cb0ef41Sopenharmony_ci "node-abort-controller": "^3.1.1", 591cb0ef41Sopenharmony_ci "prettier": "^2.6.2", 601cb0ef41Sopenharmony_ci "sync-content": "^1.0.2", 611cb0ef41Sopenharmony_ci "tap": "^18.3.0", 621cb0ef41Sopenharmony_ci "through2": "^2.0.3", 631cb0ef41Sopenharmony_ci "tshy": "^1.2.2", 641cb0ef41Sopenharmony_ci "typedoc": "^0.25.1", 651cb0ef41Sopenharmony_ci "typescript": "^5.2.2" 661cb0ef41Sopenharmony_ci }, 671cb0ef41Sopenharmony_ci "repository": "https://github.com/isaacs/minipass", 681cb0ef41Sopenharmony_ci "keywords": [ 691cb0ef41Sopenharmony_ci "passthrough", 701cb0ef41Sopenharmony_ci "stream" 711cb0ef41Sopenharmony_ci ], 721cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 731cb0ef41Sopenharmony_ci "license": "ISC", 741cb0ef41Sopenharmony_ci "engines": { 751cb0ef41Sopenharmony_ci "node": ">=16 || 14 >=14.17" 761cb0ef41Sopenharmony_ci }, 771cb0ef41Sopenharmony_ci "tap": { 781cb0ef41Sopenharmony_ci "include": [ 791cb0ef41Sopenharmony_ci "test/*.ts" 801cb0ef41Sopenharmony_ci ] 811cb0ef41Sopenharmony_ci } 821cb0ef41Sopenharmony_ci} 83