{ "_args": [ [ "defu@2.0.4", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "defu@2.0.4", "_id": "defu@2.0.4", "_inBundle": false, "_integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==", "_location": "/defu", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "defu@2.0.4", "name": "defu", "escapedName": "defu", "rawSpec": "2.0.4", "saveSpec": null, "fetchSpec": "2.0.4" }, "_requiredBy": [ "/@nuxt/config", "/@nuxt/loading-screen", "/@nuxt/telemetry", "/@nuxtjs/axios", "/rc9" ], "_resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", "_spec": "2.0.4", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "bugs": { "url": "https://github.com/nuxt-contrib/defu/issues" }, "description": "Recursively assign default properties. Lightweight and Fast!", "devDependencies": { "@nuxtjs/eslint-config-typescript": "latest", "@types/jest": "latest", "@types/node": "latest", "bili": "latest", "eslint": "latest", "jest": "latest", "rollup-plugin-typescript2": "latest", "standard-version": "latest", "ts-jest": "latest", "typescript": "latest" }, "files": [ "dist" ], "homepage": "https://github.com/nuxt-contrib/defu#readme", "license": "MIT", "main": "./dist/defu.js", "name": "defu", "repository": { "type": "git", "url": "git+https://github.com/nuxt-contrib/defu.git" }, "scripts": { "build": "bili src/defu.ts", "lint": "eslint --ext .ts src", "prepublish": "yarn build", "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && yarn jest" }, "types": "./dist/defu.d.ts", "version": "2.0.4" }