{
	"name": "configstore",
	"versions": {
		"0.1.0": {
			"name": "configstore",
			"version": "0.1.0",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": "https://github.com/yeoman/configstore/issues",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "lib/configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "node node_modules/.bin/mocha test/test-*.js"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~0.9.1",
				"mkdirp": "~0.3.4",
				"yamljs": "~0.1.3"
			},
			"devDependencies": {
				"mocha": "~1.6.0"
			},
			"_id": "configstore@0.1.0",
			"dist": {
				"shasum": "860d104372f2f4462fbf896c53f8f260f5cdd60a",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.0.tgz"
			},
			"_npmVersion": "1.1.65",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "configstore",
			"version": "0.1.1",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": "https://github.com/yeoman/configstore/issues",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~1.0.1",
				"mkdirp": "~0.3.5",
				"yamljs": "~0.1.4"
			},
			"devDependencies": {
				"mocha": "~1.8.2"
			},
			"_id": "configstore@0.1.1",
			"dist": {
				"shasum": "c133d22eb49f6e8eb1836562824d73983b8f7a84",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.17",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.2": {
			"name": "configstore",
			"version": "0.1.2",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": "https://github.com/yeoman/configstore/issues",
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~1.2.1",
				"mkdirp": "~0.3.5",
				"yamljs": "~0.1.4"
			},
			"devDependencies": {
				"mocha": "~1.9.0"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.2",
			"dist": {
				"shasum": "4c033989d0896f981036113e1e99aee73b02220c",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.18",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.3": {
			"name": "configstore",
			"version": "0.1.3",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~1.3.0",
				"mkdirp": "~0.3.5",
				"js-yaml": "~2.1.0"
			},
			"devDependencies": {
				"mocha": "~1.12.0"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.3",
			"dist": {
				"shasum": "48a13db48f1aee986484faf6bb7baffeacd4a59c",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.3.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.32",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.4": {
			"name": "configstore",
			"version": "0.1.4",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~1.3.0",
				"mkdirp": "~0.3.5",
				"js-yaml": "~2.1.0",
				"osenv": "0.0.3"
			},
			"devDependencies": {
				"mocha": "~1.12.0"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.4",
			"dist": {
				"shasum": "7a0dabb3160323bd70e8e170828e6be66bacdfa8",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.4.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.2.32",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.5": {
			"name": "configstore",
			"version": "0.1.5",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~1.3.0",
				"mkdirp": "~0.3.5",
				"js-yaml": "~2.1.0",
				"osenv": "0.0.3"
			},
			"devDependencies": {
				"mocha": "~1.12.0"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.5",
			"dist": {
				"shasum": "807cfd60ef69c87f4a7b60561d940190a438503e",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.5.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.5",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.6": {
			"name": "configstore",
			"version": "0.1.6",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~2.4.1",
				"mkdirp": "~0.3.5",
				"js-yaml": "~2.1.0",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1"
			},
			"devDependencies": {
				"mocha": "~1.15.1"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.6",
			"dist": {
				"shasum": "3a437dd231db3da8d2d0d6b7be2da64d87a397a6",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.6.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.14",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.1.7": {
			"name": "configstore",
			"version": "0.1.7",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.8.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~2.4.1",
				"mkdirp": "~0.3.5",
				"js-yaml": "~2.1.0",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1"
			},
			"devDependencies": {
				"mocha": "~1.15.1"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.1.7",
			"dist": {
				"shasum": "57dc701bc2a51eb804d6e1733c8abb9d82a5cede",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.1.7.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.17",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "configstore",
			"version": "0.2.0",
			"description": "Easily load and persist config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"lodash": "~2.4.1",
				"mkdirp": "~0.3.5",
				"js-yaml": "~3.0.1",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1",
				"uuid": "~1.4.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.2.0",
			"dist": {
				"shasum": "073874a0823133fbca8f4e8ad85358ec0e9d6392",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.2.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.23",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.1": {
			"name": "configstore",
			"version": "0.2.1",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"mkdirp": "~0.3.5",
				"js-yaml": "~3.0.1",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1",
				"uuid": "~1.4.1",
				"object-assign": "~0.1.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.2.1",
			"dist": {
				"shasum": "aa4701963401ba06bd510e07977d62ba87985a01",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.2.1.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.25",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.2": {
			"name": "configstore",
			"version": "0.2.2",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"mkdirp": "~0.3.5",
				"js-yaml": "~3.0.1",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1",
				"uuid": "~1.4.1",
				"object-assign": "~0.1.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.2.2",
			"dist": {
				"shasum": "ae0eb4f75833a4436f33456a4d2db11d69cc61ed",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.2.2.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.25",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.2.3": {
			"name": "configstore",
			"version": "0.2.3",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"homepage": "https://github.com/yeoman/configstore",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"licenses": [
				{
					"type": "BSD"
				}
			],
			"dependencies": {
				"mkdirp": "~0.3.5",
				"js-yaml": "~3.0.1",
				"osenv": "0.0.3",
				"graceful-fs": "~2.0.1",
				"uuid": "~1.4.1",
				"object-assign": "~0.1.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"_id": "configstore@0.2.3",
			"dist": {
				"shasum": "b1bdc4ad823a25423dc15d220fcc1ae1d7efab02",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.2.3.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.3.21",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "configstore",
			"version": "0.3.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD",
			"dependencies": {
				"graceful-fs": "~2.0.1",
				"js-yaml": "~3.0.1",
				"mkdirp": "~0.3.5",
				"object-assign": "~0.2.1",
				"osenv": "~0.0.3",
				"uuid": "~1.4.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@0.3.0",
			"dist": {
				"shasum": "9bf5a709e6a6df6559068dd0e7eab7d3c0c6791f",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.3.0.tgz"
			},
			"_from": ".",
			"_npmVersion": "1.4.6",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "configstore",
			"version": "0.3.1",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"main": "configstore.js",
			"repository": {
				"type": "git",
				"url": "git://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD",
			"dependencies": {
				"graceful-fs": "~3.0.1",
				"js-yaml": "~3.0.1",
				"mkdirp": "~0.5.0",
				"object-assign": "~0.3.1",
				"osenv": "~0.1.0",
				"uuid": "~1.4.1"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"configstore.js"
			],
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@0.3.1",
			"_shasum": "e1b4715994fe5f8e22e69b21d54c7a448339314d",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "e1b4715994fe5f8e22e69b21d54c7a448339314d",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.3.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.2": {
			"name": "configstore",
			"version": "0.3.2",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"yaml",
				"yml"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "http://sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD",
			"dependencies": {
				"graceful-fs": "^3.0.1",
				"js-yaml": "^3.1.0",
				"mkdirp": "^0.5.0",
				"object-assign": "^2.0.0",
				"osenv": "^0.1.0",
				"user-home": "^1.0.0",
				"uuid": "^2.0.1",
				"xdg-basedir": "^1.0.0"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"index.js"
			],
			"gitHead": "b82690fc401318ad18dcd7d151a0003a4898a314",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@0.3.2",
			"_shasum": "25e4c16c3768abf75c5a65bc61761f495055b459",
			"_from": ".",
			"_npmVersion": "1.4.23",
			"_npmUser": {
				"name": "addyosmani",
				"email": "addyosmani@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"dist": {
				"shasum": "25e4c16c3768abf75c5a65bc61761f495055b459",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "configstore",
			"version": "1.0.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD",
			"dependencies": {
				"graceful-fs": "^3.0.1",
				"mkdirp": "^0.5.0",
				"object-assign": "^2.0.0",
				"osenv": "^0.1.0",
				"user-home": "^1.0.0",
				"uuid": "^2.0.1",
				"xdg-basedir": "^1.0.0"
			},
			"devDependencies": {
				"mocha": "*"
			},
			"files": [
				"index.js"
			],
			"gitHead": "27ff9357dd15074dbdb8f1e79dfe1c88e2629835",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@1.0.0",
			"_shasum": "07e0b4d4fe69d4a1f53c5c40826a3508ec9354bf",
			"_from": ".",
			"_npmVersion": "2.8.4",
			"_nodeVersion": "0.12.2",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "07e0b4d4fe69d4a1f53c5c40826a3508ec9354bf",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "paulirish",
					"email": "paul.irish@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "configstore",
			"version": "1.1.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"graceful-fs": "^3.0.1",
				"mkdirp": "^0.5.0",
				"object-assign": "^2.0.0",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"user-home": "^1.0.0",
				"uuid": "^2.0.1",
				"xdg-basedir": "^1.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^1.0.0"
			},
			"files": [
				"index.js"
			],
			"gitHead": "a4ac3c244b359e14970c35d3c69833431d751f6e",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@1.1.0",
			"_shasum": "e62e6fb7044d446d4526e90e111bc0e842d4f6c6",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "e62e6fb7044d446d4526e90e111bc0e842d4f6c6",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "configstore",
			"version": "1.2.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^3.0.0",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"user-home": "^2.0.0",
				"uuid": "^2.0.1",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^1.0.0"
			},
			"files": [
				"index.js"
			],
			"gitHead": "8c45c93456523329823fc57efb6a2596e6253e15",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@1.2.0",
			"_shasum": "27735b068dc912772a272e88778f3f5af61cc45e",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "27735b068dc912772a272e88778f3f5af61cc45e",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "configstore",
			"version": "1.2.1",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^3.0.0",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"uuid": "^2.0.1",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^1.0.0"
			},
			"files": [
				"index.js"
			],
			"gitHead": "87df9cbce1332f5fc6d19f5af3d67cc6e4a2ad74",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@1.2.1",
			"_shasum": "00ad402c0dba027bd8b4b7228dc7d42cefe3c81a",
			"_from": ".",
			"_npmVersion": "2.11.2",
			"_nodeVersion": "0.12.5",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "00ad402c0dba027bd8b4b7228dc7d42cefe3c81a",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "configstore",
			"version": "1.3.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "xo && mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^4.0.1",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"uuid": "^2.0.1",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^2.0.0",
				"xo": "*"
			},
			"files": [
				"index.js"
			],
			"gitHead": "40da37910a54b5956c4623ab2c2d9c5d66508206",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@1.3.0",
			"_shasum": "fcf9b376e97bc304817d1fbe10e978a6ac60641d",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "fcf9b376e97bc304817d1fbe10e978a6ac60641d",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "configstore",
			"version": "1.4.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "xo && mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^4.0.1",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"uuid": "^2.0.1",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^2.0.0",
				"xo": "*"
			},
			"files": [
				"index.js"
			],
			"gitHead": "9ad6120a0d38bc672ec557fda1e868acb29cb13a",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@1.4.0",
			"_shasum": "c35781d0501d268c25c54b8b17f6240e8a4fb021",
			"_from": ".",
			"_npmVersion": "2.14.7",
			"_nodeVersion": "4.2.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "c35781d0501d268c25c54b8b17f6240e8a4fb021",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "configstore",
			"version": "2.0.0",
			"description": "Easily load and save config without having to think about where and how",
			"keywords": [
				"conf",
				"config",
				"configuration",
				"settings",
				"store",
				"editable",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/yeoman/configstore"
			},
			"scripts": {
				"test": "xo && mocha"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"license": "BSD-2-Clause",
			"dependencies": {
				"dot-prop": "^2.3.0",
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^4.0.1",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"uuid": "^2.0.1",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"mocha": "*",
				"path-exists": "^2.0.0",
				"xo": "*"
			},
			"files": [
				"index.js"
			],
			"gitHead": "f828927374a56d4dc6601da7fa0386bca5b21958",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore",
			"_id": "configstore@2.0.0",
			"_shasum": "8d81e9cdfa73ebd0e06bc985147856b2f1c4e764",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.3.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "8d81e9cdfa73ebd0e06bc985147856b2f1c4e764",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-2.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/configstore-2.0.0.tgz_1456822157166_0.897884224774316"
			},
			"directories": {},
			"contributors": []
		},
		"2.1.0": {
			"name": "configstore",
			"version": "2.1.0",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^3.0.0",
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"object-assign": "^4.0.1",
				"os-tmpdir": "^1.0.0",
				"osenv": "^0.1.0",
				"uuid": "^2.0.1",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^2.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"path-exists": "^2.0.0",
				"xo": "*"
			},
			"gitHead": "1a02879cc302b661d998af5a6390817660eef359",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@2.1.0",
			"_shasum": "737a3a7036e9886102aa6099e47bb33ab1aba1a1",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.1",
			"_npmUser": {
				"name": "sboudrias",
				"email": "admin@simonboudrias.com"
			},
			"dist": {
				"shasum": "737a3a7036e9886102aa6099e47bb33ab1aba1a1",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/configstore-2.1.0.tgz_1472703568293_0.01155238808132708"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "configstore",
			"version": "3.0.0",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.1.0",
				"graceful-fs": "^4.1.2",
				"mkdirp": "^0.5.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^1.1.2",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "7ce00b4ce61ed2099388e1d476967a8cd8ff572a",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.0.0",
			"_shasum": "e1b8669c1803ccc50b545e92f8e6e79aa80e0196",
			"_from": ".",
			"_npmVersion": "2.15.11",
			"_nodeVersion": "4.6.2",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "e1b8669c1803ccc50b545e92f8e6e79aa80e0196",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/configstore-3.0.0.tgz_1486992079317_0.31415490387007594"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.0": {
			"name": "configstore",
			"version": "3.1.0",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.1.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "fbb075dc1e465767bbe1ff486111e29b2084cd79",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.0",
			"_shasum": "45df907073e26dfa1cf4b2d52f5b60545eaa11d1",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"shasum": "45df907073e26dfa1cf4b2d52f5b60545eaa11d1",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "hemanth",
					"email": "hemanth.hm@gmail.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "zckrs",
					"email": "mdara@eleven-labs.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/configstore-3.1.0.tgz_1494418252217_0.5322453058324754"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.1": {
			"name": "configstore",
			"version": "3.1.1",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.1.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "35d46bb6a37a17d5ff69896b13ea7c322728e54f",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.1",
			"_npmVersion": "5.0.0",
			"_nodeVersion": "8.0.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-5oNkD/L++l0O6xGXxb1EWS7SivtjfGQlRyxJsYgE0Z495/L81e2h4/d3r969hoPXuFItzNOKMtsXgYG4c7dYvw==",
				"shasum": "094ee662ab83fad9917678de114faaea8fcdca90",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.1.tgz"
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "hemanth",
					"email": "hemanth.hm@gmail.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "zckrs",
					"email": "mdara@eleven-labs.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore-3.1.1.tgz_1500586602444_0.7558521297760308"
			},
			"directories": {},
			"contributors": []
		},
		"3.1.2": {
			"name": "configstore",
			"version": "3.1.2",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.1.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "f09f067e50e6a636cfc648a6fc36a522062bd49d",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==",
				"shasum": "c6f25defaeef26df12dd33414b001fe81a543f8f",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
				"fileCount": 4,
				"unpackedSize": 6857
			},
			"maintainers": [
				{
					"name": "addyosmani",
					"email": "addyosmani@gmail.com"
				},
				{
					"name": "arthurvr",
					"email": "contact@arthurverschaeve.be"
				},
				{
					"name": "eddiemonge",
					"email": "eddie+npm@eddiemonge.com"
				},
				{
					"name": "hemanth",
					"email": "hemanth.hm@gmail.com"
				},
				{
					"name": "mischah",
					"email": "mail@michael-kuehnel.de"
				},
				{
					"name": "passy",
					"email": "phartig@rdrei.net"
				},
				{
					"name": "sboudrias",
					"email": "admin@simonboudrias.com"
				},
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				},
				{
					"name": "zckrs",
					"email": "mdara@eleven-labs.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_3.1.2_1522036601058_0.2787222913818217"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "configstore",
			"version": "4.0.0",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=6"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.1.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "*",
				"xo": "*"
			},
			"gitHead": "fca8373abaa2b50477dbae2673ac63bacc17525b",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@4.0.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "8.11.3",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==",
				"shasum": "5933311e95d3687efb592c528b922d9262d227e7",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 7164,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXJM9CRA9TVsSAnZWagAAlKkP/RMjyB5rsWyYtY+Q5LRS\nhgw7WWi3mVfVRW0IRabjvCxX0W0+ovkjfqZu+FmktYeJRnhk6Qe4meWdni2F\nirjgfcHOtfwYRx+tmKG10wlbMl4SGwunHpW2kby22iUdl3BG+TNbDa58eN4+\n59gUKgsPXnMb8gvFsr7mmpkl/IRaOdUDz3fWFmQn6rNPafTmrcSmNzYSklzn\ns7xbOEgF2jesIRDytx2RbGXDr0Y97FsryJ3JUCSFEJv7l+MbYil3QTh+Ndx9\nwVwR+zQMuAX3NSnOJ7ibsF8D5GKQSMYiWrph5+Pr+7HGfJG/GklE4vfO2sru\n705BSaZ+IaGhEmUi4iqy+Mp9IKyFvacx9JzFDQ0Buzkc680SPhmflFGZGi9a\n8Y0yV4YzoNP2dY5nDilhCaqGkYxxTk6QQdBaASMX3K3OqPD4FuZusHO2z/wH\noQ5Uvhbw94VkIQuCENbaX8cDUbEXWx/AiRULXmYB6VUpMpR1TK+Ye6LqZU++\nGmIuBtvLwunS0nfauK3IsdH3Gc84an5FTT4BABgLptGQ6J5xhje4TYGJHNv/\nG1pi1SFoPQAmKcY0BX+6jh8hmnxPM1BKoV/s5gIlBGLn//jwjkD4nvqu6X8K\ngoR19mJF6u4frcrN6RywN0vEkV2jujOkbaxof5MHsQ9ED05XOIJ0OVAQsrbi\nbHF+\r\n=VoVj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "contact@arthurverschaeve.be",
					"name": "arthurvr"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "phartig@rdrei.net",
					"name": "passy"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "mdara@eleven-labs.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_4.0.0_1532793660953_0.35844584496110565"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.0": {
			"name": "configstore",
			"version": "5.0.0",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"keywords": [
				"config",
				"store",
				"storage",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^5.1.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^3.0.0",
				"unique-string": "^2.0.0",
				"write-file-atomic": "^3.0.0",
				"xdg-basedir": "^4.0.0"
			},
			"devDependencies": {
				"ava": "^2.1.0",
				"xo": "^0.24.0"
			},
			"gitHead": "310f25f446c15e360e86c1d6d24bf4c352e4e242",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@5.0.0",
			"_nodeVersion": "8.16.0",
			"_npmVersion": "6.9.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==",
				"shasum": "37de662c7a49b5fe8dbcf8f6f5818d2d81ed852b",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz",
				"fileCount": 4,
				"unpackedSize": 7614,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc//HjCRA9TVsSAnZWagAAVXkQAJ5eYGe8h3/5hyjam6fl\nuUE76H8a/Q748AP4UcvULoSrE5E0yNfZFL+rQmBuG3rNfflysz6bxEkEBegM\ncg1XAdYaODqG+79MTEcNHmkN4fN6QUwgE7qXP+Lv0r8csIpTG4w2T7+RCFT/\nB5M0T9ISyNGvZFPEOAE7HxoCxxiFD6sEW/Va8o9zvfuq4IHClpw2RZsh+7ik\ngHNu9cDLOQPAkMEj5u0vb6139JIENj7R6oBm0v6HW9CYygkaPMovi8GwO2eg\npHzxe3vwGcK9kllR/M49MZLXxCctiSr4ez84Zc9EkBA6NlteSKcj9nhMhyZk\nND04N2o7YbLmbVdBY9R4vXM9mJVaX5FppkVMfOZ2vcd0B+3zPtN/mxFYKEBZ\nFMoeC+F9jRjt6we1jaUuMqxTbFqmGTlIjy3a/pEnWvRShbGcGssUcijyYiRq\nSDobo3vFwzbiI7ivLMCCzVXdF8Gycy3W3hbZttS6st5gze2wdTJcAKeQ33B2\noohOO6KKcog6HyfhM+N/5xSItcNRB8nT/C2odjG3VM+UhKLzmrvXodIgNHL8\n3X8UlHosFkgBAJl+tweXAqd0dIQmPP/w9cTMJFm1xit6LdalVxyC9GUmYJl1\nLVMgZg0NoDQSoeoXOOH2HEBFUSrXZEV+WiHAjYxNVuIhLaFsbuBAsf7hSw4q\nUIdF\r\n=Jt4s\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_5.0.0_1560277474443_0.3410405248312047"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"5.0.1": {
			"name": "configstore",
			"version": "5.0.1",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=8"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"keywords": [
				"config",
				"store",
				"storage",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^5.2.0",
				"graceful-fs": "^4.1.2",
				"make-dir": "^3.0.0",
				"unique-string": "^2.0.0",
				"write-file-atomic": "^3.0.0",
				"xdg-basedir": "^4.0.0"
			},
			"devDependencies": {
				"ava": "^2.1.0",
				"xo": "^0.24.0"
			},
			"gitHead": "7892c8ae62c963934ed2a77b1dcfd0713c6bbf99",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@5.0.1",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.4",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
				"shasum": "d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 7614,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRYrZCRA9TVsSAnZWagAAaQEP/Az/NTpLtgRmh7PjDtzx\nq/AHenICh9sQtxIJXGmBZo0vAd43ohgweoGCtuV3KavBzm8lihL9PtAlhofk\n/Yg59qxEgmjB53mS40OgdtMbcI5pdW8MJx13s7C1OIdT6S8AwOXzc8bFjCQt\n3yvPV9FRyXUcpDq8WNF6zD0jQM9+pKzKbp58NolQis8ocdzaJcBG+EJpG48x\nt7R6Blenh5kW3tjrfjsZzMsFyg565ylD5OBZ3OwEITW7PSuL0LUFfVFdzhKY\nKjvl4usMiWma3B6X9awZFAg/wcTgOOnSbOQRmoS0BdCeLWDD+MiEXVlmmVjY\npggN09+BilXDonrTMES95l/WIuz2sh95vu+AvbY887r4cV3rgj1zF0qUqp1h\nOsBUOvkvhCOKDdxjtvFLV4W+Fv1HUK+b8wUPphHrD0Z7kM02Fz4XE0npkdno\n5BEKIZro7Gerxfb4dRoQa5cdgU/b1dDbD+d9Cmp35vMhP7ASKECBdhZ8MSk4\nxcX0DYyNtHWJ217u9x45VxgbQB78uHeesX9MjNOKaRzTKk8W/ph6XLUluIg2\nObAJvnMWLaKUZ4DVFpvz00PBTcoe/qzqJiZXvtl/V/VBWMhcx0YM1erthETx\n9eTf+5oQAcQakoRnM2kDF2sdOloQ+VFCILTatYo44FSb8DCa2TQZ4jPVt4tJ\nV2WH\r\n=Tw1U\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_5.0.1_1581615832425_0.15766013962756342"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.3": {
			"name": "configstore",
			"version": "3.1.3",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "npm:dot-prop-legacy@^4.2.1",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^0.25.0",
				"xo": "^0.20.3"
			},
			"readmeFilename": "readme.md",
			"gitHead": "6f95459dfe222b378e32d627b97ef4ad204fbfd5",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.3",
			"_nodeVersion": "14.8.0",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-UEMhsBl7f/4siMBkpfm6971dJTVRP032kWkPmQXFIevhAzXcX2KjJMCWtmwqmdCuAlGAVX7DVY6ZkG6e/mh9Cw==",
				"shasum": "9674882b18fb397e3b8bd874d2749f62a31a4dd4",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.3.tgz",
				"fileCount": 4,
				"unpackedSize": 6960,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNrR7CRA9TVsSAnZWagAABwwQAJ/fyTvoG/UhJF73UzcB\n2ts103mGrZPcbeSeJjhNiayX3neN7PCsf9GvkmX8sXG42zomdwOX7JIvBdRs\nBVt23eemwKo4nwIViJ5hxlxMLa6I3W2z5USmlveSp5P1qI7KZYyPMIZPymSd\n05bNs5j3SX9eu1JW4zFVKVTgWoENUmLR4H9lFr1HBP2+tz3O3oD8A8WAnlzI\nAK8kfGAdN4bB4kOOlFawbkxl+MWgPI/VQVukEaIEOMyp8JZYt6L3JcRx+QrW\n872XBCoGdiTNC6UvoNKs1DNuIW7OoiDv/ATq/b3Rc2GvwmVWhoX4i3ueehS7\nNpAGrtRHGzzNyjWWzTKJZS9MSnerzk6n34TO9jdiOZJgqiuAPMgBctR8w30n\niqYpf28RLHnQ3o1bzJnjemaDNX+eQLDBWS+8b3gbz3Ycet4bJWxj0b0h3fGH\nA3lXFdptUjsKoD7A0CUFeUOwjv3P4mZyhi6hKuM0CUGcj2yYZKs6VAByfdeE\nWbVfoe6e4so+QYqCHdmiFKUlRr8SGfiXKkpLKwFk8FOmpus7OtvOws/i9Xyf\nbjX2hxEwHcgHlPWjyiawFGUYtUCm1E5YOv39VPLj4WX8tSlbScFoh4I724Hs\nbFpujC1lS3X8Q1RAXEvfFhMIy1CVkUS8TUL2dFQlFUhNOyc5OklnSSeBBNLd\nMHa0\r\n=IVxt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "ruyadorno@hotmail.com",
					"name": "ruyadorno"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "ruyadorno",
				"email": "ruyadorno@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_3.1.3_1597420666947_0.6548936422376594"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.4": {
			"name": "configstore",
			"version": "3.1.4",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop-legacy": "^4.2.1",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^0.25.0",
				"xo": "^0.20.3"
			},
			"readmeFilename": "readme.md",
			"gitHead": "4c36f27901257071fd1b0f5e3c9c4a21eabb546d",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.4",
			"_nodeVersion": "14.8.0",
			"_npmVersion": "6.14.7",
			"dist": {
				"integrity": "sha512-0zrqA+vOj4tKAFjho2DjcPby8YNYvU0g2fJLusolvRxpeC3qzfLTrTdPK1/lreiOd2J6prloAR6dcXhcr7mJEw==",
				"shasum": "596122c2e5d47630438a3f622156be3a771a82a4",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.4.tgz",
				"fileCount": 4,
				"unpackedSize": 6957,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNuSMCRA9TVsSAnZWagAASg4P/3gfDFOxhLSEjA2WLHnM\nqz5juF3+kaTD/YBuCGZEP45dWR+1jZH8BLxQFrgX0P3GcY/n1PE70lKpNnzM\nq8siUljEzmqPiWUUk/KQyQrEZVb0+m3V7S2Z6kVWXvj6lMB/fjuJaM2MoIgj\nmn1fLBmO3+7GSh34Hvxnk2a2VSoHihAEOBwZguAFY16EaGTPXllqPr3t+DYT\np+gv10TO7IfmljjKqLPKEvimdocXqjSenbGCr62u1cAl2etH9XxC1mWM3HJn\n1xMiatP/XXSgSaDZZPACmjyW/VkvUzwXvNIA51zvvHsv7Y9axTb97oDCwFPC\nFMz7HbJT28MMdKox1TKzYQrUebjPRefoh697H2SNUV62lWZOX110hwEJOxNb\nGWcH2qE3n+ixKO+WDv15IIq3QoFL/QUXuQTz4I5x2JxkB9OMXqIR6Lilv06E\n39eV0Y1gmDN4vrJyuEb9Nc5qCKBL2c+C5YgsY4hkSbJi2BNLWdqNjwcZ4K2G\nQz9FKAAZyFdYGqmkLQfFvniEb41OD/GKlaOseo6zuos9T1kyTv2yIRIe3MGQ\nGtiG0GBWQLdsMqNq6aDe2Xgsi5cS4t0VUw97ZzAnWLiGsxc1raDYW9dGyJ8N\nnH5dO5kPU3npEHjmOJUpecyxgvZMiu5vJaiiveQiXtVLSUiEBFM1NBqjBxpG\nicx7\r\n=7Xhx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "ruyadorno@hotmail.com",
					"name": "ruyadorno"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "ruyadorno",
				"email": "ruyadorno@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_3.1.4_1597432972222_0.40943515921986817"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.5": {
			"name": "configstore",
			"version": "3.1.5",
			"description": "Easily load and save config without having to think about where and how",
			"license": "BSD-2-Clause",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/yeoman/configstore.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=4"
			},
			"scripts": {
				"test": "xo && ava"
			},
			"keywords": [
				"config",
				"store",
				"storage",
				"conf",
				"configuration",
				"settings",
				"preferences",
				"json",
				"data",
				"persist",
				"persistent",
				"save"
			],
			"dependencies": {
				"dot-prop": "^4.2.1",
				"graceful-fs": "^4.1.2",
				"make-dir": "^1.0.0",
				"unique-string": "^1.0.0",
				"write-file-atomic": "^2.0.0",
				"xdg-basedir": "^3.0.0"
			},
			"devDependencies": {
				"ava": "^0.25.0",
				"xo": "^0.20.3"
			},
			"gitHead": "c495e265853a669cab2a4c6c1dba1877ba8a1bb6",
			"bugs": {
				"url": "https://github.com/yeoman/configstore/issues"
			},
			"homepage": "https://github.com/yeoman/configstore#readme",
			"_id": "configstore@3.1.5",
			"_nodeVersion": "14.8.0",
			"_npmVersion": "7.0.0-beta.4",
			"dist": {
				"integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==",
				"shasum": "e9af331fadc14dabd544d3e7e76dc446a09a530f",
				"tarball": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz",
				"fileCount": 4,
				"unpackedSize": 6943,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOYbMCRA9TVsSAnZWagAAWB8P/2yeloetVO/aj7GKklUq\nU/OOlyTfzB6f9i/j8ZgNi1z1kPqKeC0XEzMOCw5BkjRjVj+h+b7mZxeybfE0\nwqM4csRS5j85yrt0/rS62dxZ4v6zSJPtN8GIIdMkHCv3pwVJxoPlhEhA11np\nCwsveaQJicylaov6YzrLPu89gvTOd3zbXKAdBzBgta060MsW5Smpmh91YmkM\nRNR/H3B2ouYKDt28TuaixW8Kt3U1prv5jlL5WhiOVCNsLJlIlLiPd95raUeo\nR4owj6GIlydncNJqpI7b6bCb1Kz6IZNm6cnpa13OsCZG79TAvZztMeXJeGsp\nEkp961fzHxo3f9EJLA3vvsYPcgMdpB0iRs4+Xxb4kV285s+JAK66xKrZ/r6O\nFApGYwVGkkPLXnX7b4Ny/m5VDWaQAFVmnn+hGC9WeuBNQO8NdIplSni9gxLS\n1IGhEAwm+4b4McweGxWQhmg5gdspmnWCo3xzLGsLnOtVQRVi0liOoL81yJS9\nSGDcopu+QyoAxQ+cEfuojLFoV0YGJpFOzSVRv0NEQENsv6Wsy0oD98gjf+BC\nzTXTv3+vM5IJtvvKp15rVaNO4iRYJ9TcpSIldnKxJ3R2497HPY5sw0IdeSL3\nUumWkPazxKXeE27aD8NBuEuYC7I9uqt8F0+VPPhX9HnRVx0rE8RRrKmY5g2d\nLDAx\r\n=VF7W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "addyosmani@gmail.com",
					"name": "addyosmani"
				},
				{
					"email": "eddie+npm@eddiemonge.com",
					"name": "eddiemonge"
				},
				{
					"email": "mail@michael-kuehnel.de",
					"name": "mischah"
				},
				{
					"email": "marceloshima@gmail.com",
					"name": "mshima"
				},
				{
					"email": "ruyadorno@hotmail.com",
					"name": "ruyadorno"
				},
				{
					"email": "admin@simonboudrias.com",
					"name": "sboudrias"
				},
				{
					"email": "sindresorhus@gmail.com",
					"name": "sindresorhus"
				},
				{
					"email": "ulisesgascondev@gmail.com",
					"name": "ulisesgascon"
				},
				{
					"email": "mehdy.dara.fr@gmail.com",
					"name": "zckrs"
				}
			],
			"_npmUser": {
				"name": "ruyadorno",
				"email": "ruyadorno@hotmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/configstore_3.1.5_1597605579586_0.6917251795129089"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-08-16T19:21:51.634Z",
		"created": "2012-11-13T15:43:50.942Z",
		"0.1.0": "2012-11-13T15:43:52.522Z",
		"0.1.1": "2013-04-06T17:35:49.620Z",
		"0.1.2": "2013-05-06T23:03:18.070Z",
		"0.1.3": "2013-08-05T19:48:55.659Z",
		"0.1.4": "2013-08-05T23:08:52.666Z",
		"0.1.5": "2013-08-19T07:25:19.070Z",
		"0.1.6": "2013-12-06T23:51:54.054Z",
		"0.1.7": "2013-12-15T19:04:03.894Z",
		"0.2.0": "2014-01-14T16:55:53.211Z",
		"0.2.1": "2014-02-04T21:24:25.883Z",
		"0.2.2": "2014-02-07T11:15:48.501Z",
		"0.2.3": "2014-03-20T03:24:10.704Z",
		"0.3.0": "2014-03-28T12:34:48.647Z",
		"0.3.1": "2014-06-10T20:23:26.802Z",
		"0.3.2": "2015-01-05T14:52:42.743Z",
		"1.0.0": "2015-04-29T18:38:09.183Z",
		"1.1.0": "2015-06-09T09:56:39.245Z",
		"1.2.0": "2015-06-30T12:06:05.538Z",
		"1.2.1": "2015-08-04T20:29:36.096Z",
		"1.3.0": "2015-10-27T12:39:31.079Z",
		"1.4.0": "2015-12-09T14:05:30.535Z",
		"2.0.0": "2016-03-01T08:49:20.502Z",
		"2.1.0": "2016-09-01T04:19:28.550Z",
		"3.0.0": "2017-02-13T13:21:19.546Z",
		"3.1.0": "2017-05-10T12:10:55.123Z",
		"3.1.1": "2017-07-20T21:36:43.439Z",
		"3.1.2": "2018-03-26T03:56:41.149Z",
		"4.0.0": "2018-07-28T16:01:01.058Z",
		"5.0.0": "2019-06-11T18:24:34.664Z",
		"5.0.1": "2020-02-13T17:43:52.531Z",
		"3.1.3": "2020-08-14T15:57:47.064Z",
		"3.1.4": "2020-08-14T19:22:52.342Z",
		"3.1.5": "2020-08-16T19:19:39.693Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "5.0.1",
		"legacy-v3": "3.1.5"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"5e5f1a1c198f8383de9a596f86150cc8\"",
			"fetched": 1602009372596
		}
	},
	"_distfiles": {
		"configstore-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.0.tgz",
			"sha": "860d104372f2f4462fbf896c53f8f260f5cdd60a",
			"registry": "npmjs"
		},
		"configstore-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.1.tgz",
			"sha": "c133d22eb49f6e8eb1836562824d73983b8f7a84",
			"registry": "npmjs"
		},
		"configstore-0.1.2.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.2.tgz",
			"sha": "4c033989d0896f981036113e1e99aee73b02220c",
			"registry": "npmjs"
		},
		"configstore-0.1.3.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.3.tgz",
			"sha": "48a13db48f1aee986484faf6bb7baffeacd4a59c",
			"registry": "npmjs"
		},
		"configstore-0.1.4.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.4.tgz",
			"sha": "7a0dabb3160323bd70e8e170828e6be66bacdfa8",
			"registry": "npmjs"
		},
		"configstore-0.1.5.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.5.tgz",
			"sha": "807cfd60ef69c87f4a7b60561d940190a438503e",
			"registry": "npmjs"
		},
		"configstore-0.1.6.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.6.tgz",
			"sha": "3a437dd231db3da8d2d0d6b7be2da64d87a397a6",
			"registry": "npmjs"
		},
		"configstore-0.1.7.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.1.7.tgz",
			"sha": "57dc701bc2a51eb804d6e1733c8abb9d82a5cede",
			"registry": "npmjs"
		},
		"configstore-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.2.0.tgz",
			"sha": "073874a0823133fbca8f4e8ad85358ec0e9d6392",
			"registry": "npmjs"
		},
		"configstore-0.2.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.2.1.tgz",
			"sha": "aa4701963401ba06bd510e07977d62ba87985a01",
			"registry": "npmjs"
		},
		"configstore-0.2.2.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.2.2.tgz",
			"sha": "ae0eb4f75833a4436f33456a4d2db11d69cc61ed",
			"registry": "npmjs"
		},
		"configstore-0.2.3.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.2.3.tgz",
			"sha": "b1bdc4ad823a25423dc15d220fcc1ae1d7efab02",
			"registry": "npmjs"
		},
		"configstore-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.3.0.tgz",
			"sha": "9bf5a709e6a6df6559068dd0e7eab7d3c0c6791f",
			"registry": "npmjs"
		},
		"configstore-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.3.1.tgz",
			"sha": "e1b4715994fe5f8e22e69b21d54c7a448339314d",
			"registry": "npmjs"
		},
		"configstore-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-0.3.2.tgz",
			"sha": "25e4c16c3768abf75c5a65bc61761f495055b459",
			"registry": "npmjs"
		},
		"configstore-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.0.0.tgz",
			"sha": "07e0b4d4fe69d4a1f53c5c40826a3508ec9354bf",
			"registry": "npmjs"
		},
		"configstore-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.1.0.tgz",
			"sha": "e62e6fb7044d446d4526e90e111bc0e842d4f6c6",
			"registry": "npmjs"
		},
		"configstore-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.2.0.tgz",
			"sha": "27735b068dc912772a272e88778f3f5af61cc45e",
			"registry": "npmjs"
		},
		"configstore-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.2.1.tgz",
			"sha": "00ad402c0dba027bd8b4b7228dc7d42cefe3c81a",
			"registry": "npmjs"
		},
		"configstore-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.3.0.tgz",
			"sha": "fcf9b376e97bc304817d1fbe10e978a6ac60641d",
			"registry": "npmjs"
		},
		"configstore-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-1.4.0.tgz",
			"sha": "c35781d0501d268c25c54b8b17f6240e8a4fb021",
			"registry": "npmjs"
		},
		"configstore-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-2.0.0.tgz",
			"sha": "8d81e9cdfa73ebd0e06bc985147856b2f1c4e764",
			"registry": "npmjs"
		},
		"configstore-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz",
			"sha": "737a3a7036e9886102aa6099e47bb33ab1aba1a1",
			"registry": "npmjs"
		},
		"configstore-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz",
			"sha": "e1b8669c1803ccc50b545e92f8e6e79aa80e0196",
			"registry": "npmjs"
		},
		"configstore-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.0.tgz",
			"sha": "45df907073e26dfa1cf4b2d52f5b60545eaa11d1",
			"registry": "npmjs"
		},
		"configstore-3.1.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.1.tgz",
			"sha": "094ee662ab83fad9917678de114faaea8fcdca90",
			"registry": "npmjs"
		},
		"configstore-3.1.2.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
			"sha": "c6f25defaeef26df12dd33414b001fe81a543f8f",
			"registry": "npmjs"
		},
		"configstore-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz",
			"sha": "5933311e95d3687efb592c528b922d9262d227e7",
			"registry": "npmjs"
		},
		"configstore-5.0.0.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz",
			"sha": "37de662c7a49b5fe8dbcf8f6f5818d2d81ed852b",
			"registry": "npmjs"
		},
		"configstore-5.0.1.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
			"sha": "d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96",
			"registry": "npmjs"
		},
		"configstore-3.1.3.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.3.tgz",
			"sha": "9674882b18fb397e3b8bd874d2749f62a31a4dd4",
			"registry": "npmjs"
		},
		"configstore-3.1.4.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.4.tgz",
			"sha": "596122c2e5d47630438a3f622156be3a771a82a4",
			"registry": "npmjs"
		},
		"configstore-3.1.5.tgz": {
			"url": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz",
			"sha": "e9af331fadc14dabd544d3e7e76dc446a09a530f",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "12-11d7b1bf3dedb8d8",
	"_id": "configstore",
	"readme": "# configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=master)](https://travis-ci.org/yeoman/configstore)\n\n> Easily load and persist config without having to think about where and how\n\nThe config is stored in a JSON file located in `$XDG_CONFIG_HOME` or `~/.config`.<br>\nExample: `~/.config/configstore/some-id.json`\n\n*If you need this for Electron, check out [`electron-store`](https://github.com/sindresorhus/electron-store) instead.*<br>\n*And check out [`conf`](https://github.com/sindresorhus/conf) for an updated approach to this concept.*\n\n\n## Install\n\n```\n$ npm install configstore\n```\n\n\n## Usage\n\n```js\nconst Configstore = require('configstore');\nconst packageJson = require('./package.json');\n\n// Create a Configstore instance\nconst config = new Configstore(packageJson.name, {foo: 'bar'});\n\nconsole.log(config.get('foo'));\n//=> 'bar'\n\nconfig.set('awesome', true);\nconsole.log(config.get('awesome'));\n//=> true\n\n// Use dot-notation to access nested properties\nconfig.set('bar.baz', true);\nconsole.log(config.get('bar'));\n//=> {baz: true}\n\nconfig.delete('awesome');\nconsole.log(config.get('awesome'));\n//=> undefined\n```\n\n\n## API\n\n### Configstore(packageName, defaults?, options?)\n\nReturns a new instance.\n\n#### packageName\n\nType: `string`\n\nName of your package.\n\n#### defaults\n\nType: `object`\n\nDefault config.\n\n#### options\n\nType: `object`\n\n##### globalConfigPath\n\nType: `boolean`<br>\nDefault: `false`\n\nStore the config at `$CONFIG/package-name/config.json` instead of the default `$CONFIG/configstore/package-name.json`. This is not recommended as you might end up conflicting with other tools, rendering the \"without having to think\" idea moot.\n\n##### configPath\n\nType: `string`<br>\nDefault: Automatic\n\n**Please don't use this option unless absolutely necessary and you know what you're doing.**\n\nSet the path of the config file. Overrides the `packageName` and `globalConfigPath` options.\n\n### Instance\n\nYou can use [dot-notation](https://github.com/sindresorhus/dot-prop) in a `key` to access nested properties.\n\n### .set(key, value)\n\nSet an item.\n\n### .set(object)\n\nSet multiple items at once.\n\n### .get(key)\n\nGet an item.\n\n### .has(key)\n\nCheck if an item exists.\n\n### .delete(key)\n\nDelete an item.\n\n### .clear()\n\nDelete all items.\n\n### .size\n\nGet the item count.\n\n### .path\n\nGet the path to the config file. Can be used to show the user where the config file is located or even better open it for them.\n\n### .all\n\nGet all the config as an object or replace the current config with an object:\n\n```js\nconfig.all = {\n\thello: 'world'\n};\n```\n\n\n---\n\n<div align=\"center\">\n\t<b>\n\t\t<a href=\"https://tidelift.com/subscription/pkg/npm-configstore?utm_source=npm-configstore&utm_medium=referral&utm_campaign=readme\">Get professional support for this package with a Tidelift subscription</a>\n\t</b>\n\t<br>\n\t<sub>\n\t\tTidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.\n\t</sub>\n</div>"
}