Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / configstore / package.json
index ee8ae103c23d337c2e24fa094607180596a41c77..48e6c5955da54e3a85408e68555e5c2f6916ee5e 100644 (file)
@@ -1,57 +1,23 @@
 {
-  "_from": "configstore@^3.0.0",
-  "_id": "configstore@3.1.5",
-  "_inBundle": false,
-  "_integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==",
-  "_location": "/configstore",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "configstore@^3.0.0",
-    "name": "configstore",
-    "escapedName": "configstore",
-    "rawSpec": "^3.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^3.0.0"
-  },
-  "_requiredBy": [
-    "/update-notifier"
-  ],
-  "_resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz",
-  "_shasum": "e9af331fadc14dabd544d3e7e76dc446a09a530f",
-  "_spec": "configstore@^3.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/update-notifier",
+  "name": "configstore",
+  "version": "3.1.5",
+  "description": "Easily load and save config without having to think about where and how",
+  "license": "BSD-2-Clause",
+  "repository": "yeoman/configstore",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
     "url": "sindresorhus.com"
   },
-  "bugs": {
-    "url": "https://github.com/yeoman/configstore/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "dot-prop": "^4.2.1",
-    "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"
-  },
-  "deprecated": false,
-  "description": "Easily load and save config without having to think about where and how",
-  "devDependencies": {
-    "ava": "^0.25.0",
-    "xo": "^0.20.3"
-  },
   "engines": {
     "node": ">=4"
   },
+  "scripts": {
+    "test": "xo && ava"
+  },
   "files": [
     "index.js"
   ],
-  "homepage": "https://github.com/yeoman/configstore#readme",
   "keywords": [
     "config",
     "store",
     "persistent",
     "save"
   ],
-  "license": "BSD-2-Clause",
-  "name": "configstore",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/yeoman/configstore.git"
-  },
-  "scripts": {
-    "test": "xo && ava"
+  "dependencies": {
+    "dot-prop": "^4.2.1",
+    "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"
   },
-  "version": "3.1.5"
+  "devDependencies": {
+    "ava": "^0.25.0",
+    "xo": "^0.20.3"
+  }
 }