{ "_from": "pathe@^1.1.2", "_id": "pathe@1.1.2", "_inBundle": false, "_integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", "_location": "/pathe", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pathe@^1.1.2", "name": "pathe", "escapedName": "pathe", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/@unocss/cli", "/mlly", "/pkg-types" ], "_resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", "_shasum": "6c4cb47a945692e48a1ddd6e4094d170516437ec", "_spec": "pathe@^1.1.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/mlly", "bugs": { "url": "https://github.com/unjs/pathe/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Universal filesystem path utils", "devDependencies": { "@types/node": "^20.10.8", "@vitest/coverage-v8": "^1.1.3", "changelogen": "^0.5.5", "eslint": "^8.56.0", "eslint-config-unjs": "^0.2.1", "jiti": "^1.21.0", "prettier": "^3.1.1", "typescript": "^5.3.3", "unbuild": "^2.0.0", "vitest": "^1.1.3" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./utils": { "types": "./dist/utils.d.ts", "import": "./dist/utils.mjs", "require": "./dist/utils.cjs" } }, "files": [ "dist", "utils.d.ts" ], "homepage": "https://github.com/unjs/pathe#readme", "license": "MIT", "main": "./dist/index.cjs", "name": "pathe", "packageManager": "pnpm@8.14.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/pathe.git" }, "scripts": { "build": "unbuild", "dev": "vitest", "lint": "eslint --ext .ts . && prettier -c src test", "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w", "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags", "test": "pnpm lint && vitest run --coverage", "test:types": "tsc --noEmit" }, "sideEffects": false, "types": "./dist/index.d.ts", "version": "1.1.2" }