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.

80 lines
2.0 KiB
JSON

{
"_args": [
[
"ufo@1.3.2",
"D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView"
]
],
"_development": true,
"_from": "ufo@1.3.2",
"_id": "ufo@1.3.2",
"_inBundle": false,
"_integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==",
"_location": "/ufo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ufo@1.3.2",
"name": "ufo",
"escapedName": "ufo",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/mlly"
],
"_resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.3.2.tgz",
"_spec": "1.3.2",
"_where": "D:\\myproject\\git\\JZJK-ZCDataQuery\\ZCDataQueryView",
"bugs": {
"url": "https://github.com/unjs/ufo/issues"
},
"description": "URL utils for humans",
"devDependencies": {
"@types/node": "^20.9.0",
"@vitest/coverage-v8": "^0.34.6",
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"files": [
"dist"
],
"homepage": "https://github.com/unjs/ufo#readme",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"name": "ufo",
"packageManager": "pnpm@8.10.5",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/ufo.git"
},
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts . && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && vitest --run typecheck && vitest run"
},
"sideEffects": false,
"types": "./dist/index.d.ts",
"version": "1.3.2"
}