{ "_from": "chokidar@4.0.3", "_id": "chokidar@4.0.3", "_inBundle": false, "_integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", "_location": "/chokidar", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "chokidar@4.0.3", "name": "chokidar", "escapedName": "chokidar", "rawSpec": "4.0.3", "saveSpec": null, "fetchSpec": "4.0.3" }, "_requiredBy": [ "/sass" ], "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", "_shasum": "7be37a4c03c9aee1ecfe862a4a23b2c70c205d30", "_spec": "chokidar@4.0.3", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/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", "handler.js", "handler.d.ts", "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.3" }