12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "defu@^6.0.0",
- "_id": "defu@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==",
- "_location": "/@nuxtjs/eslint-module/defu",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "defu@^6.0.0",
- "name": "defu",
- "escapedName": "defu",
- "rawSpec": "^6.0.0",
- "saveSpec": null,
- "fetchSpec": "^6.0.0"
- },
- "_requiredBy": [
- "/@nuxtjs/eslint-module"
- ],
- "_resolved": "https://registry.npmjs.org/defu/-/defu-6.0.0.tgz",
- "_shasum": "b397a6709a2f3202747a3d9daf9446e41ad0c5fc",
- "_spec": "defu@^6.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\eslint-module",
- "bugs": {
- "url": "https://github.com/unjs/defu/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Recursively assign default properties. Lightweight and Fast!",
- "devDependencies": {
- "@nuxtjs/eslint-config-typescript": "latest",
- "@types/node": "latest",
- "c8": "^7.11.0",
- "eslint": "latest",
- "expect-type": "latest",
- "standard-version": "latest",
- "typescript": "latest",
- "unbuild": "latest",
- "vitest": "^0.7.7"
- },
- "exports": {
- ".": {
- "require": "./dist/defu.cjs",
- "import": "./dist/defu.mjs"
- }
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/unjs/defu#readme",
- "license": "MIT",
- "main": "./dist/defu.cjs",
- "module": "./dist/defu.mjs",
- "name": "defu",
- "packageManager": "pnpm@6.32.3",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/defu.git"
- },
- "scripts": {
- "build": "unbuild",
- "dev": "vitest",
- "lint": "eslint --ext .ts src",
- "release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
- "test": "pnpm lint && pnpm vitest"
- },
- "types": "./dist/defu.d.ts",
- "version": "6.0.0"
- }
|