UNPKG

configstore

Version:

Easily load and save config without having to think about where and how

52 lines (51 loc) 940 B
{ "name": "configstore", "version": "7.0.0", "description": "Easily load and save config without having to think about where and how", "license": "BSD-2-Clause", "repository": "yeoman/configstore", "funding": "https://github.com/yeoman/configstore?sponsor=1", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "config", "store", "storage", "configuration", "settings", "preferences", "json", "data", "persist", "persistent", "save" ], "dependencies": { "atomically": "^2.0.3", "dot-prop": "^9.0.0", "graceful-fs": "^4.2.11", "xdg-basedir": "^5.1.0" }, "devDependencies": { "ava": "^6.1.3", "xo": "^0.58.0" }, "ava": { "serial": true } }