{ "_from": "dot-prop@^6.0.1", "_id": "dot-prop@6.0.1", "_inBundle": false, "_integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", "_location": "/dot-prop", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dot-prop@^6.0.1", "name": "dot-prop", "escapedName": "dot-prop", "rawSpec": "^6.0.1", "saveSpec": null, "fetchSpec": "^6.0.1" }, "_requiredBy": [ "/conf" ], "_resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-6.0.1.tgz", "_shasum": "fc26b3cf142b9e59b74dbd39ed66ce620c681083", "_spec": "dot-prop@^6.0.1", "_where": "/data/wwwroot/qimall/node/node_modules/conf", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/dot-prop/issues" }, "bundleDependencies": false, "dependencies": { "is-obj": "^2.0.0" }, "deprecated": false, "description": "Get, set, or delete a property from a nested object using a dot path", "devDependencies": { "ava": "^2.1.0", "benchmark": "^2.1.4", "tsd": "^0.13.1", "xo": "^0.33.1" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/dot-prop#readme", "keywords": [ "object", "prop", "property", "dot", "path", "get", "set", "delete", "access", "notation", "dotty" ], "license": "MIT", "name": "dot-prop", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/dot-prop.git" }, "scripts": { "bench": "node bench.js", "test": "xo && ava && tsd" }, "version": "6.0.1", "xo": { "rules": { "@typescript-eslint/method-signature-style": "off" } } }