1{ 2 "_from": "configstore@^3.0.0", 3 "_id": "configstore@3.1.5", 4 "_inBundle": false, 5 "_integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==", 6 "_location": "/configstore", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "configstore@^3.0.0", 12 "name": "configstore", 13 "escapedName": "configstore", 14 "rawSpec": "^3.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.0" 17 }, 18 "_requiredBy": [ 19 "/update-notifier" 20 ], 21 "_resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz", 22 "_shasum": "e9af331fadc14dabd544d3e7e76dc446a09a530f", 23 "_spec": "configstore@^3.0.0", 24 "_where": "/Users/ruyadorno/Documents/workspace/cli/latest/node_modules/update-notifier", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/yeoman/configstore/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "dot-prop": "^4.2.1", 36 "graceful-fs": "^4.1.2", 37 "make-dir": "^1.0.0", 38 "unique-string": "^1.0.0", 39 "write-file-atomic": "^2.0.0", 40 "xdg-basedir": "^3.0.0" 41 }, 42 "deprecated": false, 43 "description": "Easily load and save config without having to think about where and how", 44 "devDependencies": { 45 "ava": "^0.25.0", 46 "xo": "^0.20.3" 47 }, 48 "engines": { 49 "node": ">=4" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/yeoman/configstore#readme", 55 "keywords": [ 56 "config", 57 "store", 58 "storage", 59 "conf", 60 "configuration", 61 "settings", 62 "preferences", 63 "json", 64 "data", 65 "persist", 66 "persistent", 67 "save" 68 ], 69 "license": "BSD-2-Clause", 70 "name": "configstore", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/yeoman/configstore.git" 74 }, 75 "scripts": { 76 "test": "xo && ava" 77 }, 78 "version": "3.1.5" 79} 80