1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/minipass/package.json

110 lines
2.6 KiB
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
"_from": "minipass@^5.0.0",
"_id": "minipass@5.0.0",
"_inBundle": false,
"_integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
"_location": "/minipass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minipass@^5.0.0",
"name": "minipass",
"escapedName": "minipass",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/tar"
],
"_resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
"_shasum": "3e9788ffb90b694a5d0ec94479a45b5d8738133d",
"_spec": "minipass@^5.0.0",
"_where": "/home/ubuntu/fix/node_modules/tar",
"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": "^17.0.41",
"end-of-stream": "^1.4.0",
"node-abort-controller": "^3.1.1",
"prettier": "^2.6.2",
"tap": "^16.2.0",
"through2": "^2.0.3",
"ts-node": "^10.8.1",
"typedoc": "^0.23.24",
"typescript": "^4.7.3"
},
"engines": {
"node": ">=8"
},
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"index.d.ts",
"index.js",
"index.mjs"
],
"homepage": "https://github.com/isaacs/minipass#readme",
"keywords": [
"passthrough",
"stream"
],
"license": "ISC",
"main": "./index.js",
"module": "./index.mjs",
"name": "minipass",
"prettier": {
"semi": false,
"printWidth": 80,
"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",
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"prepare": "node ./scripts/transpile-to-esm.js",
"presnap": "npm run prepare",
"pretest": "npm run prepare",
"preversion": "npm test",
"snap": "tap",
"test": "tap",
"typedoc": "typedoc ./index.d.ts"
},
"tap": {
"check-coverage": true
},
"types": "./index.d.ts",
"version": "5.0.0"
}