mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-11 23:35:01 +02:00
121 lines
3.1 KiB
JSON
121 lines
3.1 KiB
JSON
{
|
|
"_from": "path-scurry@^1.10.1",
|
|
"_id": "path-scurry@1.10.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
|
|
"_location": "/path-scurry",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "path-scurry@^1.10.1",
|
|
"name": "path-scurry",
|
|
"escapedName": "path-scurry",
|
|
"rawSpec": "^1.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/glob"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
|
|
"_shasum": "9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698",
|
|
"_spec": "path-scurry@^1.10.1",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/glob",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "https://blog.izs.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/path-scurry/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "walk paths fast and efficiently",
|
|
"devDependencies": {
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@types/node": "^20.1.4",
|
|
"@types/tap": "^15.0.7",
|
|
"c8": "^7.12.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"mkdirp": "^3.0.0",
|
|
"prettier": "^2.8.3",
|
|
"rimraf": "^5.0.1",
|
|
"tap": "^16.3.4",
|
|
"ts-node": "^10.9.1",
|
|
"typedoc": "^0.23.24",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"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/path-scurry#readme",
|
|
"license": "BlueOak-1.0.0",
|
|
"main": "./dist/cjs/index.js",
|
|
"module": "./dist/mjs/index.js",
|
|
"name": "path-scurry",
|
|
"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/path-scurry.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "bash ./scripts/bench.sh",
|
|
"format": "prettier --write . --loglevel warn",
|
|
"postprepare": "bash ./scripts/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
|
|
},
|
|
"version": "1.10.1"
|
|
}
|