{
  "_from": "chokidar@^5.0.0",
  "_id": "chokidar@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  "_location": "/chokidar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chokidar@^5.0.0",
    "name": "chokidar",
    "escapedName": "chokidar",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
  "_shasum": "949c126a9238a80792be9a0265934f098af369a5",
  "_spec": "chokidar@^5.0.0",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\vue-router",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/chokidar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readdirp": "^5.0.0"
  },
  "deprecated": false,
  "description": "Minimal and efficient cross-platform file watching library",
  "devDependencies": {
    "@paulmillr/jsbt": "0.4.5",
    "@types/node": "24.10.1",
    "prettier": "3.5.2",
    "tinyspy": "3.0.2",
    "typescript": "5.9.2",
    "upath": "2.0.1"
  },
  "engines": {
    "node": ">= 20.19.0"
  },
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./handler.js": {
      "default": "./handler.js"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "handler.js",
    "handler.d.ts"
  ],
  "funding": "https://paulmillr.com/funding/",
  "homepage": "https://github.com/paulmillr/chokidar",
  "keywords": [
    "fs",
    "watch",
    "watchFile",
    "watcher",
    "watching",
    "file",
    "fsevents"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "chokidar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/chokidar.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write src",
    "lint": "prettier --check src",
    "test": "node index.test.js",
    "test:bun1": "bun index.test.js"
  },
  "sideEffects": false,
  "type": "module",
  "version": "5.0.0"
}
