{
  "_from": "readdirp@^5.0.0",
  "_id": "readdirp@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
  "_location": "/readdirp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "readdirp@^5.0.0",
    "name": "readdirp",
    "escapedName": "readdirp",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/chokidar"
  ],
  "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
  "_shasum": "fbf1f71a727891d685bb1786f9ba74084f6e2f91",
  "_spec": "readdirp@^5.0.0",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\chokidar",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/readdirp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Thorsten Lorenz",
      "email": "thlorenz@gmx.de",
      "url": "thlorenz.com"
    },
    {
      "name": "Paul Miller",
      "url": "https://paulmillr.com"
    }
  ],
  "deprecated": false,
  "description": "Recursive version of fs.readdir with small RAM & CPU footprint",
  "devDependencies": {
    "@paulmillr/jsbt": "0.4.5",
    "@types/node": "24.10.1",
    "c8": "10.1.3",
    "chai": "4.3.4",
    "chai-subset": "1.6.0",
    "prettier": "3.1.1",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">= 20.19.0"
  },
  "exports": {
    ".": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "index.d.ts.map",
    "index.js.map"
  ],
  "funding": {
    "type": "individual",
    "url": "https://paulmillr.com/funding/"
  },
  "homepage": "https://github.com/paulmillr/readdirp",
  "keywords": [
    "recursive",
    "fs",
    "stream",
    "streams",
    "readdir",
    "filesystem",
    "find",
    "filter"
  ],
  "license": "MIT",
  "main": "./index.js",
  "module": "./index.js",
  "name": "readdirp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/readdirp.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write index.ts test/index.test.js",
    "lint": "prettier --check index.ts test/index.test.js",
    "test": "node test/index.test.js",
    "test:coverage": "c8 node test/index.test.js"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./index.d.ts",
  "version": "5.0.0"
}
