102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"_from": "chokidar@^4.0.0",
|
|
"_id": "chokidar@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
|
|
"_location": "/chokidar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "chokidar@^4.0.0",
|
|
"name": "chokidar",
|
|
"escapedName": "chokidar",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/sass"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.1.tgz",
|
|
"_shasum": "4a6dff66798fb0f72a94f616abbd7e1a19f31d41",
|
|
"_spec": "chokidar@^4.0.0",
|
|
"_where": "D:\\Code\\lanan-repair\\node_modules\\sass",
|
|
"author": {
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/paulmillr/chokidar/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"readdirp": "^4.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Minimal and efficient cross-platform file watching library",
|
|
"devDependencies": {
|
|
"@paulmillr/jsbt": "0.2.1",
|
|
"@types/node": "20.14.8",
|
|
"chai": "4.3.4",
|
|
"prettier": "3.1.1",
|
|
"rimraf": "5.0.5",
|
|
"sinon": "12.0.1",
|
|
"sinon-chai": "3.7.0",
|
|
"typescript": "5.5.2",
|
|
"upath": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.16.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.js",
|
|
"require": "./index.js"
|
|
},
|
|
"./handler.js": {
|
|
"import": "./esm/handler.js",
|
|
"require": "./handler.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"index.d.ts.map",
|
|
"index.js.map",
|
|
"handler.js",
|
|
"handler.d.ts",
|
|
"handler.d.ts.map",
|
|
"handler.js.map",
|
|
"esm"
|
|
],
|
|
"funding": "https://paulmillr.com/funding/",
|
|
"homepage": "https://github.com/paulmillr/chokidar",
|
|
"keywords": [
|
|
"fs",
|
|
"watch",
|
|
"watchFile",
|
|
"watcher",
|
|
"watching",
|
|
"file",
|
|
"fsevents"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"module": "./esm/index.js",
|
|
"name": "chokidar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paulmillr/chokidar.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"format": "prettier --write src",
|
|
"lint": "prettier --check src",
|
|
"test": "node --test"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "./index.d.ts",
|
|
"version": "4.0.1"
|
|
}
|