@snyk/configstore
Version:
Easily load and save config without having to think about where and how
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "@snyk/configstore",
"version": "3.2.0-rc1",
"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/snyk/configstore.git"
},
"author": "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"keywords": [
"config",
"store",
"storage",
"conf",
"configuration",
"settings",
"preferences",
"json",
"data",
"persist",
"persistent",
"save"
],
"dependencies": {
"dot-prop": "^5.2.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": "1.4.1",
"xo": "0.24.0"
},
"bugs": {
"url": "https://github.com/snyk/configstore/issues"
},
"homepage": "https://github.com/snyk/configstore#readme",
"main": "index.js"
}