76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"_from": "defu@^6.1.2",
|
|
"_id": "defu@6.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
|
|
"_location": "/defu",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "defu@^6.1.2",
|
|
"name": "defu",
|
|
"escapedName": "defu",
|
|
"rawSpec": "^6.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/unplugin-vue2-script-setup"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
|
|
"_shasum": "4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479",
|
|
"_spec": "defu@^6.1.2",
|
|
"_where": "C:\\Users\\z1058\\Desktop\\fn\\node_modules\\unplugin-vue2-script-setup",
|
|
"bugs": {
|
|
"url": "https://github.com/unjs/defu/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Recursively assign default properties. Lightweight and Fast!",
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"@vitest/coverage-v8": "^1.1.3",
|
|
"changelogen": "^0.5.5",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-unjs": "^0.2.1",
|
|
"expect-type": "^0.17.3",
|
|
"prettier": "^3.1.1",
|
|
"typescript": "^5.3.3",
|
|
"unbuild": "^2.0.0",
|
|
"vitest": "^1.1.3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/defu.d.ts",
|
|
"import": "./dist/defu.mjs",
|
|
"require": "./lib/defu.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/unjs/defu#readme",
|
|
"license": "MIT",
|
|
"main": "./lib/defu.cjs",
|
|
"module": "./dist/defu.mjs",
|
|
"name": "defu",
|
|
"packageManager": "pnpm@8.10.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unjs/defu.git"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"dev": "vitest",
|
|
"lint": "eslint --ext .ts src && prettier -c src test",
|
|
"lint:fix": "eslint --ext .ts src --fix && prettier -w src test",
|
|
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
|
|
"test": "pnpm lint && pnpm vitest run",
|
|
"test:types": "tsc --noEmit"
|
|
},
|
|
"types": "./dist/defu.d.ts",
|
|
"version": "6.1.4"
|
|
}
|