Files
rappaurio-sae501_502/app/node_modules/minipass/package.json
2023-09-25 13:27:24 +02:00

120 lines
3.1 KiB
JSON

{
"_from": "minipass@^5.0.0 || ^6.0.2 || ^7.0.0",
"_id": "minipass@7.0.3",
"_inBundle": false,
"_integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
"_location": "/minipass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minipass@^5.0.0 || ^6.0.2 || ^7.0.0",
"name": "minipass",
"escapedName": "minipass",
"rawSpec": "^5.0.0 || ^6.0.2 || ^7.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0 || ^6.0.2 || ^7.0.0"
},
"_requiredBy": [
"/glob",
"/path-scurry"
],
"_resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
"_shasum": "05ea638da44e475037ed94d1c7efcc76a25e1974",
"_spec": "minipass@^5.0.0 || ^6.0.2 || ^7.0.0",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/glob",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/minipass/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "minimal implementation of a PassThrough stream",
"devDependencies": {
"@types/node": "^20.1.2",
"@types/tap": "^15.0.8",
"c8": "^7.13.0",
"end-of-stream": "^1.4.0",
"node-abort-controller": "^3.1.1",
"prettier": "^2.6.2",
"sync-content": "^1.0.2",
"tap": "^16.3.0",
"through2": "^2.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"exports": {
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"homepage": "https://github.com/isaacs/minipass#readme",
"keywords": [
"passthrough",
"stream"
],
"license": "ISC",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"name": "minipass",
"prettier": {
"semi": false,
"printWidth": 75,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/minipass.git"
},
"scripts": {
"format": "prettier --write . --loglevel warn",
"postversion": "npm publish",
"prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh",
"preprepare": "rm -rf dist",
"prepublishOnly": "git push origin --follow-tags",
"presnap": "npm run prepare",
"pretest": "npm run prepare",
"preversion": "npm test",
"snap": "c8 tap",
"test": "c8 tap",
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
},
"tap": {
"coverage": false,
"node-arg": [
"--enable-source-maps",
"--no-warnings",
"--loader",
"ts-node/esm"
],
"ts": false
},
"types": "./dist/cjs/index.js",
"version": "7.0.3"
}