Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / deep-extend / package.json
1 {
2   "_from": "deep-extend@^0.6.0",
3   "_id": "deep-extend@0.6.0",
4   "_inBundle": false,
5   "_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
6   "_location": "/deep-extend",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "deep-extend@^0.6.0",
12     "name": "deep-extend",
13     "escapedName": "deep-extend",
14     "rawSpec": "^0.6.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.6.0"
17   },
18   "_requiredBy": [
19     "/rc",
20     "/table-layout"
21   ],
22   "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
23   "_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
24   "_spec": "deep-extend@^0.6.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/rc",
26   "author": {
27     "name": "Viacheslav Lotsmanov",
28     "email": "lotsmanov89@gmail.com"
29   },
30   "bugs": {
31     "url": "https://github.com/unclechu/node-deep-extend/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Romain Prieto",
37       "url": "https://github.com/rprieto"
38     },
39     {
40       "name": "Max Maximov",
41       "url": "https://github.com/maxmaximov"
42     },
43     {
44       "name": "Marshall Bowers",
45       "url": "https://github.com/maxdeviant"
46     },
47     {
48       "name": "Misha Wakerman",
49       "url": "https://github.com/mwakerman"
50     }
51   ],
52   "deprecated": false,
53   "description": "Recursive object extending",
54   "devDependencies": {
55     "mocha": "5.2.0",
56     "should": "13.2.1"
57   },
58   "engines": {
59     "node": ">=4.0.0"
60   },
61   "files": [
62     "index.js",
63     "lib/"
64   ],
65   "homepage": "https://github.com/unclechu/node-deep-extend",
66   "keywords": [
67     "deep-extend",
68     "extend",
69     "deep",
70     "recursive",
71     "xtend",
72     "clone",
73     "merge",
74     "json"
75   ],
76   "license": "MIT",
77   "licenses": [
78     {
79       "type": "MIT",
80       "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
81     }
82   ],
83   "main": "lib/deep-extend.js",
84   "name": "deep-extend",
85   "repository": {
86     "type": "git",
87     "url": "git://github.com/unclechu/node-deep-extend.git"
88   },
89   "scripts": {
90     "test": "mocha"
91   },
92   "version": "0.6.0"
93 }