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

120 lines
3.0 KiB
JSON

{
"_from": "minimatch@^9.0.1",
"_id": "minimatch@9.0.3",
"_inBundle": false,
"_integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@^9.0.1",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "^9.0.1",
"saveSpec": null,
"fetchSpec": "^9.0.1"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"_shasum": "a6e00c3de44c3a542bfaae70abfc22420a6da825",
"_spec": "minimatch@^9.0.1",
"_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/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"deprecated": false,
"description": "a glob matcher in javascript",
"devDependencies": {
"@types/brace-expansion": "^1.1.0",
"@types/node": "^18.15.11",
"@types/tap": "^15.0.8",
"c8": "^7.12.0",
"eslint-config-prettier": "^8.6.0",
"mkdirp": "1",
"prettier": "^2.8.2",
"tap": "^16.3.7",
"ts-node": "^10.9.1",
"typedoc": "^0.23.21",
"typescript": "^4.9.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"
}
}
},
"files": [
"dist"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": "ISC",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"name": "minimatch",
"prettier": {
"semi": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"benchmark": "node benchmark/index.js",
"format": "prettier --write . --loglevel warn",
"postprepare": "bash fixup.sh",
"postversion": "npm publish",
"prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
"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": [
"--no-warnings",
"--loader",
"ts-node/esm"
],
"ts": false
},
"types": "./dist/cjs/index.d.ts",
"version": "9.0.3"
}