summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/configstore/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/update-notifier/node_modules/configstore/package.json')
-rw-r--r--deps/npm/node_modules/update-notifier/node_modules/configstore/package.json21
1 files changed, 9 insertions, 12 deletions
diff --git a/deps/npm/node_modules/update-notifier/node_modules/configstore/package.json b/deps/npm/node_modules/update-notifier/node_modules/configstore/package.json
index 4ff75d3005..3e86ca418e 100644
--- a/deps/npm/node_modules/update-notifier/node_modules/configstore/package.json
+++ b/deps/npm/node_modules/update-notifier/node_modules/configstore/package.json
@@ -1,7 +1,8 @@
{
"_from": "configstore@^3.0.0",
- "_id": "configstore@3.0.0",
- "_integrity": "sha1-4bhmnBgDzMULVF6S+ObnmqgOAZY=",
+ "_id": "configstore@3.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-Rd+QcHPibfoc9LLVL1tgVF6qEdE=",
"_location": "/update-notifier/configstore",
"_phantomChildren": {},
"_requested": {
@@ -17,17 +18,15 @@
"_requiredBy": [
"/update-notifier"
],
- "_resolved": "https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz",
- "_shasum": "e1b8669c1803ccc50b545e92f8e6e79aa80e0196",
- "_shrinkwrap": null,
+ "_resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.0.tgz",
+ "_shasum": "45df907073e26dfa1cf4b2d52f5b60545eaa11d1",
"_spec": "configstore@^3.0.0",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier",
+ "_where": "/Users/rebecca/code/npm/node_modules/update-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/yeoman/configstore/issues"
},
@@ -35,9 +34,9 @@
"dependencies": {
"dot-prop": "^4.1.0",
"graceful-fs": "^4.1.2",
- "mkdirp": "^0.5.0",
+ "make-dir": "^1.0.0",
"unique-string": "^1.0.0",
- "write-file-atomic": "^1.1.2",
+ "write-file-atomic": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
"deprecated": false,
@@ -69,8 +68,6 @@
],
"license": "BSD-2-Clause",
"name": "configstore",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/configstore.git"
@@ -78,5 +75,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "3.0.0"
+ "version": "3.1.0"
}