1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/anymatch/package.json

77 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "anymatch@~3.1.2",
"_id": "anymatch@3.1.3",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
2023-12-18 13:12:25 +08:00
"_location": "/anymatch",
2024-01-16 21:26:16 +08:00
"_phantomChildren": {},
2023-12-18 13:12:25 +08:00
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "anymatch@~3.1.2",
2023-12-18 13:12:25 +08:00
"name": "anymatch",
"escapedName": "anymatch",
2024-01-16 21:26:16 +08:00
"rawSpec": "~3.1.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "~3.1.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/chokidar"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
"_shasum": "790c58b19ba1720a84205b57c618d5ad8524973e",
"_spec": "anymatch@~3.1.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\chokidar",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Elan Shanker",
2024-01-16 21:26:16 +08:00
"url": "https://github.com/es128"
2023-12-18 13:12:25 +08:00
},
"bugs": {
"url": "https://github.com/micromatch/anymatch/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"mocha": "^6.1.3",
"nyc": "^14.0.0"
},
"engines": {
"node": ">= 8"
2023-12-18 13:12:25 +08:00
},
"files": [
2024-01-16 21:26:16 +08:00
"index.js",
"index.d.ts"
2023-12-18 13:12:25 +08:00
],
"homepage": "https://github.com/micromatch/anymatch",
"keywords": [
"match",
"any",
"string",
"file",
"fs",
"list",
"glob",
"regex",
"regexp",
"regular",
"expression",
"function"
],
"license": "ISC",
"name": "anymatch",
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/anymatch.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"mocha": "mocha",
"test": "nyc mocha"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "3.1.3"
2023-12-18 13:12:25 +08:00
}