Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / p-try / package.json
index 864dc523cbc471428363b04070398ce2bdb739a5..ba2513ade7b8427597d30431a43b9b4600f9a63b 100644 (file)
@@ -1,49 +1,23 @@
 {
-  "_from": "p-try@^1.0.0",
-  "_id": "p-try@1.0.0",
-  "_inBundle": false,
-  "_integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
-  "_location": "/p-try",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "p-try@^1.0.0",
-    "name": "p-try",
-    "escapedName": "p-try",
-    "rawSpec": "^1.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^1.0.0"
-  },
-  "_requiredBy": [
-    "/p-limit"
-  ],
-  "_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
-  "_shasum": "cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3",
-  "_spec": "p-try@^1.0.0",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/p-limit",
+  "name": "p-try",
+  "version": "1.0.0",
+  "description": "`Promise#try()` ponyfill - Starts a promise chain",
+  "license": "MIT",
+  "repository": "sindresorhus/p-try",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
     "url": "sindresorhus.com"
   },
-  "bugs": {
-    "url": "https://github.com/sindresorhus/p-try/issues"
-  },
-  "bundleDependencies": false,
-  "deprecated": false,
-  "description": "`Promise#try()` ponyfill - Starts a promise chain",
-  "devDependencies": {
-    "ava": "*",
-    "xo": "*"
-  },
   "engines": {
     "node": ">=4"
   },
+  "scripts": {
+    "test": "xo && ava"
+  },
   "files": [
     "index.js"
   ],
-  "homepage": "https://github.com/sindresorhus/p-try#readme",
   "keywords": [
     "promise",
     "try",
     "shim",
     "bluebird"
   ],
-  "license": "MIT",
-  "name": "p-try",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/sindresorhus/p-try.git"
-  },
-  "scripts": {
-    "test": "xo && ava"
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
   },
-  "version": "1.0.0",
   "xo": {
     "esnext": true
   }