1{ 2 "_from": "dot-prop@^4.2.1", 3 "_id": "dot-prop@4.2.1", 4 "_inBundle": false, 5 "_integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==", 6 "_location": "/dot-prop", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "dot-prop@^4.2.1", 12 "name": "dot-prop", 13 "escapedName": "dot-prop", 14 "rawSpec": "^4.2.1", 15 "saveSpec": null, 16 "fetchSpec": "^4.2.1" 17 }, 18 "_requiredBy": [ 19 "/configstore" 20 ], 21 "_resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz", 22 "_shasum": "45884194a71fc2cda71cbb4bceb3a4dd2f433ba4", 23 "_spec": "dot-prop@^4.2.1", 24 "_where": "/Users/ruyadorno/Documents/workspace/cli/latest/node_modules/configstore", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/dot-prop/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "is-obj": "^1.0.0" 36 }, 37 "deprecated": false, 38 "description": "Get, set, or delete a property from a nested object using a dot path", 39 "devDependencies": { 40 "ava": "1.4.1", 41 "matcha": "^0.7.0", 42 "xo": "0.24.0" 43 }, 44 "engines": { 45 "node": ">=4" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "homepage": "https://github.com/sindresorhus/dot-prop#readme", 51 "keywords": [ 52 "obj", 53 "object", 54 "prop", 55 "property", 56 "dot", 57 "path", 58 "get", 59 "set", 60 "delete", 61 "del", 62 "access", 63 "notation", 64 "dotty" 65 ], 66 "license": "MIT", 67 "name": "dot-prop", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/sindresorhus/dot-prop.git" 71 }, 72 "scripts": { 73 "bench": "matcha bench.js", 74 "test": "xo && ava" 75 }, 76 "version": "4.2.1", 77 "xo": { 78 "esnext": true 79 } 80} 81