Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / deep-extend / package.json
index 174c0f366a16c9563262c46eea3f1397d256a087..5f2195ff93a611187019edf4e6002ce88e41f137 100644 (file)
@@ -1,36 +1,31 @@
 {
-  "_from": "deep-extend@^0.6.0",
-  "_id": "deep-extend@0.6.0",
-  "_inBundle": false,
-  "_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
-  "_location": "/deep-extend",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "deep-extend@^0.6.0",
-    "name": "deep-extend",
-    "escapedName": "deep-extend",
-    "rawSpec": "^0.6.0",
-    "saveSpec": null,
-    "fetchSpec": "^0.6.0"
-  },
-  "_requiredBy": [
-    "/rc",
-    "/table-layout"
+  "name": "deep-extend",
+  "description": "Recursive object extending",
+  "license": "MIT",
+  "version": "0.6.0",
+  "homepage": "https://github.com/unclechu/node-deep-extend",
+  "keywords": [
+    "deep-extend",
+    "extend",
+    "deep",
+    "recursive",
+    "xtend",
+    "clone",
+    "merge",
+    "json"
   ],
-  "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
-  "_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
-  "_spec": "deep-extend@^0.6.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/rc",
-  "author": {
-    "name": "Viacheslav Lotsmanov",
-    "email": "lotsmanov89@gmail.com"
-  },
-  "bugs": {
-    "url": "https://github.com/unclechu/node-deep-extend/issues"
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
+    }
+  ],
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/unclechu/node-deep-extend.git"
   },
-  "bundleDependencies": false,
+  "author": "Viacheslav Lotsmanov <lotsmanov89@gmail.com>",
+  "bugs": "https://github.com/unclechu/node-deep-extend/issues",
   "contributors": [
     {
       "name": "Romain Prieto",
       "url": "https://github.com/mwakerman"
     }
   ],
-  "deprecated": false,
-  "description": "Recursive object extending",
+  "main": "lib/deep-extend.js",
+  "engines": {
+    "node": ">=4.0.0"
+  },
+  "scripts": {
+    "test": "./node_modules/.bin/mocha"
+  },
   "devDependencies": {
     "mocha": "5.2.0",
     "should": "13.2.1"
   },
-  "engines": {
-    "node": ">=4.0.0"
-  },
   "files": [
     "index.js",
     "lib/"
-  ],
-  "homepage": "https://github.com/unclechu/node-deep-extend",
-  "keywords": [
-    "deep-extend",
-    "extend",
-    "deep",
-    "recursive",
-    "xtend",
-    "clone",
-    "merge",
-    "json"
-  ],
-  "license": "MIT",
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
-    }
-  ],
-  "main": "lib/deep-extend.js",
-  "name": "deep-extend",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/unclechu/node-deep-extend.git"
-  },
-  "scripts": {
-    "test": "mocha"
-  },
-  "version": "0.6.0"
+  ]
 }