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

134 lines
3.5 KiB
JSON

{
"_from": "glob@^10.3.3",
"_id": "glob@10.3.5",
"_inBundle": false,
"_integrity": "sha512-bYUpUD7XDEHI4Q2O5a7PXGvyw4deKR70kHiDxzQbe925wbZknhOzUt2xBgTkYL6RBcVeXYuD9iNYeqoWbBZQnA==",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glob@^10.3.3",
"name": "glob",
"escapedName": "glob",
"rawSpec": "^10.3.3",
"saveSpec": null,
"fetchSpec": "^10.3.3"
},
"_requiredBy": [
"/express-handlebars"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-10.3.5.tgz",
"_shasum": "4c0e46b5bccd78ac42b06a7eaaeb9ee34062968e",
"_spec": "glob@^10.3.3",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/express-handlebars",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://blog.izs.me/"
},
"bin": {
"glob": "dist/cjs/src/bin.js"
},
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
"path-scurry": "^1.10.1"
},
"deprecated": false,
"description": "the most correct and second fastest glob implementation in JavaScript",
"devDependencies": {
"@types/node": "^20.3.2",
"@types/tap": "^15.0.7",
"c8": "^7.12.0",
"memfs": "^3.4.13",
"mkdirp": "^2.1.4",
"prettier": "^2.8.3",
"rimraf": "^4.1.3",
"sync-content": "^1.0.2",
"tap": "^16.3.4",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"exports": {
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
},
"require": {
"types": "./dist/cjs/src/index.d.ts",
"default": "./dist/cjs/src/index.js"
}
}
},
"files": [
"dist"
],
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "ISC",
"main": "./dist/cjs/src/index.js",
"module": "./dist/mjs/index.js",
"name": "glob",
"prettier": {
"semi": false,
"printWidth": 75,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"scripts": {
"bench": "bash benchmark.sh",
"benchclean": "node benchclean.js",
"format": "prettier --write . --loglevel warn",
"postversion": "npm publish",
"prebench": "npm run prepare",
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash fixup.sh",
"preprof": "npm run prepare",
"prepublish": "npm run benchclean",
"prepublishOnly": "git push origin --follow-tags",
"presnap": "npm run prepare",
"pretest": "npm run prepare",
"preversion": "npm test",
"prof": "bash prof.sh",
"profclean": "rm -f v8.log profile.txt",
"snap": "c8 tap",
"test": "c8 tap",
"test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts",
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
},
"tap": {
"before": "test/00-setup.ts",
"coverage": false,
"node-arg": [
"--no-warnings",
"--loader",
"ts-node/esm"
],
"ts": false
},
"types": "./dist/mjs/index.d.ts",
"version": "10.3.5"
}