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

122 lines
2.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "chokidar@^3.4.1",
"_id": "chokidar@3.5.3",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
2023-12-18 13:12:25 +08:00
"_location": "/chokidar",
"_phantomChildren": {
"is-extglob": "2.1.1"
},
"_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": "chokidar@^3.4.1",
2023-12-18 13:12:25 +08:00
"name": "chokidar",
"escapedName": "chokidar",
2024-01-16 21:26:16 +08:00
"rawSpec": "^3.4.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^3.4.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/watchpack"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
"_shasum": "1cf37c8707b932bd1af1ae22c0432e2acd1903bd",
"_spec": "chokidar@^3.4.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\watchpack",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Paul Miller",
"url": "https://paulmillr.com"
},
"bugs": {
"url": "https://github.com/paulmillr/chokidar/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"contributors": [
{
"name": "Paul Miller",
"url": "https://paulmillr.com"
},
{
"name": "Elan Shanker"
}
],
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
"description": "Minimal and efficient cross-platform file watching library",
2023-12-18 13:12:25 +08:00
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@types/node": "^14",
"chai": "^4.3",
"dtslint": "^3.3.0",
"eslint": "^7.0.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"rimraf": "^3.0.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.3.0",
"typescript": "~4.4.3",
"upath": "^1.2.0"
},
"engines": {
"node": ">= 8.10.0"
2023-12-18 13:12:25 +08:00
},
"files": [
"index.js",
2024-01-16 21:26:16 +08:00
"lib/*.js",
2023-12-18 13:12:25 +08:00
"types/index.d.ts"
],
2024-01-16 21:26:16 +08:00
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/paulmillr/chokidar",
"keywords": [
"fs",
"watch",
"watchFile",
"watcher",
"watching",
"file",
"fsevents"
],
"license": "MIT",
2024-01-16 21:26:16 +08:00
"main": "index.js",
2023-12-18 13:12:25 +08:00
"name": "chokidar",
2024-01-16 21:26:16 +08:00
"nyc": {
"include": [
"index.js",
"lib/*.js"
],
"reporter": [
"html",
"text"
]
},
2023-12-18 13:12:25 +08:00
"optionalDependencies": {
2024-01-16 21:26:16 +08:00
"fsevents": "~2.3.2"
2023-12-18 13:12:25 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/chokidar.git"
},
"scripts": {
"dtslint": "dtslint types",
2024-01-16 21:26:16 +08:00
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"mocha": "mocha --exit --timeout 90000",
"test": "npm run lint && npm run mocha"
2023-12-18 13:12:25 +08:00
},
"types": "./types/index.d.ts",
2024-01-16 21:26:16 +08:00
"version": "3.5.3"
2023-12-18 13:12:25 +08:00
}