{ "_from": "smob@^1.0.0", "_id": "smob@1.5.0", "_inBundle": false, "_integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==", "_location": "/smob", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "smob@^1.0.0", "name": "smob", "escapedName": "smob", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@rollup/plugin-terser" ], "_resolved": "https://registry.npmmirror.com/smob/-/smob-1.5.0.tgz", "_shasum": "85d79a1403abf128d24d3ebc1cdc5e1a9548d3ab", "_spec": "smob@^1.0.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/@rollup/plugin-terser", "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "bugs": { "url": "https://github.com/Tada5hi/smob/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Zero dependency library to safe merge objects.", "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@swc/core": "^1.4.11", "@swc/jest": "^0.2.29", "@tada5hi/commitlint-config": "^1.2.0", "@tada5hi/eslint-config-typescript": "^1.2.10", "@tada5hi/semantic-release": "^0.3.1", "@tada5hi/tsconfig": "^0.5.1", "@types/jest": "^29.5.3", "@types/node": "^20.10.4", "cross-env": "^7.0.3", "eslint": "^8.57.0", "husky": "^9.0.11", "jest": "^29.6.1", "rollup": "^4.13.2", "semantic-release": "^23.0.6", "typescript": "^5.4.3" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist/" ], "homepage": "https://github.com/Tada5hi/smob#readme", "keywords": [ "object", "object-merge", "merge", "safe", "deep-merge", "merge-deep" ], "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "smob", "repository": { "type": "git", "url": "git+https://github.com/Tada5hi/smob.git" }, "scripts": { "build": "rimraf dist && npm run build:types && npm run build:js", "build:js": "rollup -c", "build:types": "tsc --emitDeclarationOnly", "commit": "npx git-cz", "lint": "eslint --ext .js,.ts ./src", "lint:fix": "npm run lint -- --fix", "prepare": "npx husky install", "prepublishOnly": "npm run build", "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js", "test:coverage": "npm run test -- --coverage" }, "types": "dist/index.d.ts", "version": "1.5.0" }