mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"configstore@5.0.0",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "configstore@5.0.0",
|
|
"_id": "configstore@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eE/hvMs7qw7DlcB5JPRnthmrITuHMmACUJAp89v6PT6iOqzoLS7HRWhBtuHMlhNHo2AhUSA/3Dh1bKNJHcublQ==",
|
|
"_location": "/configstore",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "configstore@5.0.0",
|
|
"name": "configstore",
|
|
"escapedName": "configstore",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gcs-resumable-upload"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yeoman/configstore/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"description": "Easily load and save config without having to think about where and how",
|
|
"devDependencies": {
|
|
"ava": "^2.1.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/yeoman/configstore#readme",
|
|
"keywords": [
|
|
"config",
|
|
"store",
|
|
"storage",
|
|
"configuration",
|
|
"settings",
|
|
"preferences",
|
|
"json",
|
|
"data",
|
|
"persist",
|
|
"persistent",
|
|
"save"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"name": "configstore",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yeoman/configstore.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|