Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-directory / package.json
index 45d2123f8c435e8149d79c6ff432c1b16cbd0135..701d0b275fb72b694f248b25ed1c6553075f613c 100644 (file)
@@ -1,48 +1,28 @@
 {
-  "_from": "is-directory@^0.3.1",
-  "_id": "is-directory@0.3.1",
-  "_inBundle": false,
-  "_integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
-  "_location": "/is-directory",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "is-directory@^0.3.1",
-    "name": "is-directory",
-    "escapedName": "is-directory",
-    "rawSpec": "^0.3.1",
-    "saveSpec": null,
-    "fetchSpec": "^0.3.1"
+  "name": "is-directory",
+  "description": "Returns true if a filepath exists on the file system and it's directory.",
+  "version": "0.3.1",
+  "homepage": "https://github.com/jonschlinkert/is-directory",
+  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+  "repository": "jonschlinkert/is-directory",
+  "bugs": {
+    "url": "https://github.com/jonschlinkert/is-directory/issues"
   },
-  "_requiredBy": [
-    "/cosmiconfig"
+  "license": "MIT",
+  "files": [
+    "index.js"
   ],
-  "_resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
-  "_shasum": "61339b6f2475fc772fd9c9d83f5c8575dc154ae1",
-  "_spec": "is-directory@^0.3.1",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/cosmiconfig",
-  "author": {
-    "name": "Jon Schlinkert",
-    "url": "https://github.com/jonschlinkert"
+  "main": "index.js",
+  "engines": {
+    "node": ">=0.10.0"
   },
-  "bugs": {
-    "url": "https://github.com/jonschlinkert/is-directory/issues"
+  "scripts": {
+    "test": "mocha"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
-  "description": "Returns true if a filepath exists on the file system and it's directory.",
   "devDependencies": {
     "gulp-format-md": "^0.1.9",
     "mocha": "^2.4.5"
   },
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "files": [
-    "index.js"
-  ],
-  "homepage": "https://github.com/jonschlinkert/is-directory",
   "keywords": [
     "dir",
     "directories",
     "paths",
     "system"
   ],
-  "license": "MIT",
-  "main": "index.js",
-  "name": "is-directory",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/jonschlinkert/is-directory.git"
-  },
-  "scripts": {
-    "test": "mocha"
-  },
   "verb": {
     "toc": false,
     "layout": "default",
@@ -91,6 +61,5 @@
     "reflinks": [
       "verb"
     ]
-  },
-  "version": "0.3.1"
+  }
 }