You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.2 KiB
JSON

{
"_args": [
[
"pathe@0.3.8",
"D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut"
]
],
"_development": true,
"_from": "pathe@0.3.8",
"_id": "pathe@0.3.8",
"_inBundle": false,
"_integrity": "sha512-c71n61F1skhj/jzZe+fWE9XDoTYjWbUwIKVwFftZ5IOgiX44BVkTkD+/803YDgR50tqeO4eXWxLyVHBLWQAD1g==",
"_location": "/pathe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pathe@0.3.8",
"name": "pathe",
"escapedName": "pathe",
"rawSpec": "0.3.8",
"saveSpec": null,
"fetchSpec": "0.3.8"
},
"_requiredBy": [
"/mlly",
"/pkg-types",
"/unimport"
],
"_resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.8.tgz",
"_spec": "0.3.8",
"_where": "D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut",
"bugs": {
"url": "https://github.com/unjs/pathe/issues"
},
"description": "Universal filesystem path utils",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "^16.11.59",
"@vitest/coverage-c8": "^0.23.4",
"c8": "^7.12.0",
"eslint": "latest",
"jiti": "^1.15.0",
"standard-version": "latest",
"typescript": "^4.8.3",
"unbuild": "^0.8.11",
"vitest": "^0.23.4"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./utils": {
"import": "./dist/utils.mjs",
"require": "./dist/utils.cjs",
"types": "./dist/utils.d.ts"
}
},
"files": [
"dist",
"utils.d.ts"
],
"homepage": "https://github.com/unjs/pathe#readme",
"license": "MIT",
"main": "./dist/index.cjs",
"name": "pathe",
"packageManager": "pnpm@7.12.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/pathe.git"
},
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"release": "pnpm vitest run && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage",
"test:types": "tsc --noEmit"
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"version": "0.3.8"
}