131 lines
3.0 KiB
JSON
131 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"configstore@^2.0.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
|
|
]
|
|
],
|
|
"_from": "configstore@>=2.0.0-0 <3.0.0-0",
|
|
"_id": "configstore@2.1.0",
|
|
"_inCache": true,
|
|
"_location": "/configstore",
|
|
"_nodeVersion": "6.3.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/configstore-2.1.0.tgz_1472703568293_0.01155238808132708"
|
|
},
|
|
"_npmUser": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "sboudrias"
|
|
},
|
|
"_npmVersion": "3.10.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "configstore",
|
|
"raw": "configstore@^2.0.0",
|
|
"rawSpec": "^2.0.0",
|
|
"scope": null,
|
|
"spec": ">=2.0.0-0 <3.0.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings-core",
|
|
"/update-notifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz",
|
|
"_shasum": "737a3a7036e9886102aa6099e47bb33ab1aba1a1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "configstore@^2.0.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yeoman/configstore/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"description": "Easily load and save config without having to think about where and how",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"path-exists": "^2.0.0",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "737a3a7036e9886102aa6099e47bb33ab1aba1a1",
|
|
"tarball": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "1a02879cc302b661d998af5a6390817660eef359",
|
|
"homepage": "https://github.com/yeoman/configstore#readme",
|
|
"installable": true,
|
|
"keywords": [
|
|
"conf",
|
|
"config",
|
|
"configuration",
|
|
"data",
|
|
"json",
|
|
"persist",
|
|
"persistent",
|
|
"preferences",
|
|
"save",
|
|
"settings",
|
|
"storage",
|
|
"store"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"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"
|
|
}
|
|
],
|
|
"name": "configstore",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yeoman/configstore.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|