11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "path-scurry",
31cb0ef41Sopenharmony_ci  "version": "1.10.1",
41cb0ef41Sopenharmony_ci  "description": "walk paths fast and efficiently",
51cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
61cb0ef41Sopenharmony_ci  "main": "./dist/cjs/index.js",
71cb0ef41Sopenharmony_ci  "module": "./dist/mjs/index.js",
81cb0ef41Sopenharmony_ci  "exports": {
91cb0ef41Sopenharmony_ci    ".": {
101cb0ef41Sopenharmony_ci      "import": {
111cb0ef41Sopenharmony_ci        "types": "./dist/mjs/index.d.ts",
121cb0ef41Sopenharmony_ci        "default": "./dist/mjs/index.js"
131cb0ef41Sopenharmony_ci      },
141cb0ef41Sopenharmony_ci      "require": {
151cb0ef41Sopenharmony_ci        "types": "./dist/cjs/index.d.ts",
161cb0ef41Sopenharmony_ci        "default": "./dist/cjs/index.js"
171cb0ef41Sopenharmony_ci      }
181cb0ef41Sopenharmony_ci    }
191cb0ef41Sopenharmony_ci  },
201cb0ef41Sopenharmony_ci  "files": [
211cb0ef41Sopenharmony_ci    "dist"
221cb0ef41Sopenharmony_ci  ],
231cb0ef41Sopenharmony_ci  "license": "BlueOak-1.0.0",
241cb0ef41Sopenharmony_ci  "scripts": {
251cb0ef41Sopenharmony_ci    "preversion": "npm test",
261cb0ef41Sopenharmony_ci    "postversion": "npm publish",
271cb0ef41Sopenharmony_ci    "prepublishOnly": "git push origin --follow-tags",
281cb0ef41Sopenharmony_ci    "preprepare": "rm -rf dist",
291cb0ef41Sopenharmony_ci    "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
301cb0ef41Sopenharmony_ci    "postprepare": "bash ./scripts/fixup.sh",
311cb0ef41Sopenharmony_ci    "pretest": "npm run prepare",
321cb0ef41Sopenharmony_ci    "presnap": "npm run prepare",
331cb0ef41Sopenharmony_ci    "test": "c8 tap",
341cb0ef41Sopenharmony_ci    "snap": "c8 tap",
351cb0ef41Sopenharmony_ci    "format": "prettier --write . --loglevel warn",
361cb0ef41Sopenharmony_ci    "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts",
371cb0ef41Sopenharmony_ci    "bench": "bash ./scripts/bench.sh"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "prettier": {
401cb0ef41Sopenharmony_ci    "semi": false,
411cb0ef41Sopenharmony_ci    "printWidth": 75,
421cb0ef41Sopenharmony_ci    "tabWidth": 2,
431cb0ef41Sopenharmony_ci    "useTabs": false,
441cb0ef41Sopenharmony_ci    "singleQuote": true,
451cb0ef41Sopenharmony_ci    "jsxSingleQuote": false,
461cb0ef41Sopenharmony_ci    "bracketSameLine": true,
471cb0ef41Sopenharmony_ci    "arrowParens": "avoid",
481cb0ef41Sopenharmony_ci    "endOfLine": "lf"
491cb0ef41Sopenharmony_ci  },
501cb0ef41Sopenharmony_ci  "tap": {
511cb0ef41Sopenharmony_ci    "coverage": false,
521cb0ef41Sopenharmony_ci    "node-arg": [
531cb0ef41Sopenharmony_ci      "--no-warnings",
541cb0ef41Sopenharmony_ci      "--loader",
551cb0ef41Sopenharmony_ci      "ts-node/esm"
561cb0ef41Sopenharmony_ci    ],
571cb0ef41Sopenharmony_ci    "ts": false
581cb0ef41Sopenharmony_ci  },
591cb0ef41Sopenharmony_ci  "devDependencies": {
601cb0ef41Sopenharmony_ci    "@nodelib/fs.walk": "^1.2.8",
611cb0ef41Sopenharmony_ci    "@types/node": "^20.1.4",
621cb0ef41Sopenharmony_ci    "@types/tap": "^15.0.7",
631cb0ef41Sopenharmony_ci    "c8": "^7.12.0",
641cb0ef41Sopenharmony_ci    "eslint-config-prettier": "^8.6.0",
651cb0ef41Sopenharmony_ci    "mkdirp": "^3.0.0",
661cb0ef41Sopenharmony_ci    "prettier": "^2.8.3",
671cb0ef41Sopenharmony_ci    "rimraf": "^5.0.1",
681cb0ef41Sopenharmony_ci    "tap": "^16.3.4",
691cb0ef41Sopenharmony_ci    "ts-node": "^10.9.1",
701cb0ef41Sopenharmony_ci    "typedoc": "^0.23.24",
711cb0ef41Sopenharmony_ci    "typescript": "^5.0.4"
721cb0ef41Sopenharmony_ci  },
731cb0ef41Sopenharmony_ci  "engines": {
741cb0ef41Sopenharmony_ci    "node": ">=16 || 14 >=14.17"
751cb0ef41Sopenharmony_ci  },
761cb0ef41Sopenharmony_ci  "funding": {
771cb0ef41Sopenharmony_ci    "url": "https://github.com/sponsors/isaacs"
781cb0ef41Sopenharmony_ci  },
791cb0ef41Sopenharmony_ci  "repository": {
801cb0ef41Sopenharmony_ci    "type": "git",
811cb0ef41Sopenharmony_ci    "url": "git+https://github.com/isaacs/path-scurry"
821cb0ef41Sopenharmony_ci  },
831cb0ef41Sopenharmony_ci  "dependencies": {
841cb0ef41Sopenharmony_ci    "lru-cache": "^9.1.1 || ^10.0.0",
851cb0ef41Sopenharmony_ci    "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
861cb0ef41Sopenharmony_ci  }
871cb0ef41Sopenharmony_ci}
88