{
  "_from": "path-scurry@^2.0.0",
  "_id": "path-scurry@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
  "_location": "/path-scurry",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "path-scurry@^2.0.0",
    "name": "path-scurry",
    "escapedName": "path-scurry",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/rimraf/glob"
  ],
  "_resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
  "_shasum": "9f052289f23ad8bf9397a2a0425e7b8615c58580",
  "_spec": "path-scurry@^2.0.0",
  "_where": "/home/ifotol5/nodevenv/application.ifotolife.com/10/lib/node_modules/rimraf/node_modules/glob",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/path-scurry/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lru-cache": "^11.0.0",
    "minipass": "^7.1.2"
  },
  "deprecated": false,
  "description": "walk paths fast and efficiently",
  "devDependencies": {
    "@nodelib/fs.walk": "^2.0.0",
    "@types/node": "^20.14.10",
    "mkdirp": "^3.0.0",
    "prettier": "^3.3.2",
    "rimraf": "^5.0.8",
    "tap": "^20.0.3",
    "ts-node": "^10.9.2",
    "tshy": "^2.0.1",
    "typedoc": "^0.26.3",
    "typescript": "^5.5.3"
  },
  "engines": {
    "node": "20 || >=22"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "https://github.com/isaacs/path-scurry#readme",
  "license": "BlueOak-1.0.0",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "path-scurry",
  "prettier": {
    "experimentalTernaries": true,
    "semi": false,
    "printWidth": 75,
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "jsxSingleQuote": false,
    "bracketSameLine": true,
    "arrowParens": "avoid",
    "endOfLine": "lf"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/path-scurry.git"
  },
  "scripts": {
    "bench": "bash ./scripts/bench.sh",
    "format": "prettier --write . --log-level warn",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "npm run prepare",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
  },
  "tap": {
    "typecheck": true
  },
  "tshy": {
    "selfLink": false,
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "2.0.0"
}
