Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-accessor-descriptor / package.json
index 04112b45644c39afafb79717c60f844e80d0bf4c..47b97ac3cf106045ee8713047e9e5290f462f55f 100644 (file)
@@ -1,51 +1,35 @@
 {
-  "_from": "is-accessor-descriptor@^0.1.6",
-  "_id": "is-accessor-descriptor@0.1.6",
-  "_inBundle": false,
-  "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
-  "_location": "/is-accessor-descriptor",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "is-accessor-descriptor@^0.1.6",
-    "name": "is-accessor-descriptor",
-    "escapedName": "is-accessor-descriptor",
-    "rawSpec": "^0.1.6",
-    "saveSpec": null,
-    "fetchSpec": "^0.1.6"
-  },
-  "_requiredBy": [
-    "/is-descriptor"
+  "name": "is-accessor-descriptor",
+  "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
+  "version": "1.0.0",
+  "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
+  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+  "contributors": [
+    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+    "Rouven Weßling (www.rouvenwessling.de)"
   ],
-  "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
-  "_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
-  "_spec": "is-accessor-descriptor@^0.1.6",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/is-descriptor",
-  "author": {
-    "name": "Jon Schlinkert",
-    "url": "https://github.com/jonschlinkert"
-  },
+  "repository": "jonschlinkert/is-accessor-descriptor",
   "bugs": {
     "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
   },
-  "bundleDependencies": false,
+  "license": "MIT",
+  "files": [
+    "index.js"
+  ],
+  "main": "index.js",
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
   "dependencies": {
-    "kind-of": "^3.0.2"
+    "kind-of": "^6.0.0"
   },
-  "deprecated": false,
-  "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
   "devDependencies": {
-    "mocha": "*",
-    "should": "*"
-  },
-  "engines": {
-    "node": ">=0.10.0"
+    "gulp-format-md": "^1.0.0",
+    "mocha": "^3.5.3"
   },
-  "files": [
-    "index.js"
-  ],
-  "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
   "keywords": [
     "accessor",
     "check",
     "valid",
     "value"
   ],
-  "license": "MIT",
-  "main": "index.js",
-  "name": "is-accessor-descriptor",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
-  },
-  "scripts": {
-    "test": "mocha"
-  },
   "verb": {
+    "toc": false,
+    "layout": "default",
+    "tasks": [
+      "readme"
+    ],
+    "plugins": [
+      "gulp-format-md"
+    ],
     "related": {
       "list": [
         "is-accessor-descriptor",
         "is-data-descriptor",
         "is-descriptor",
+        "is-plain-object",
         "isobject"
       ]
     },
-    "plugins": [
-      "gulp-format-md"
-    ],
-    "layout": "default"
-  },
-  "version": "0.1.6"
+    "lint": {
+      "reflinks": true
+    }
+  }
 }