Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / extend-shallow / package.json
1 {
2   "_from": "extend-shallow@^3.0.2",
3   "_id": "extend-shallow@3.0.2",
4   "_inBundle": false,
5   "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
6   "_location": "/extend-shallow",
7   "_phantomChildren": {
8     "is-plain-object": "2.0.4"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "extend-shallow@^3.0.2",
14     "name": "extend-shallow",
15     "escapedName": "extend-shallow",
16     "rawSpec": "^3.0.2",
17     "saveSpec": null,
18     "fetchSpec": "^3.0.2"
19   },
20   "_requiredBy": [
21     "/fast-glob/micromatch",
22     "/findup-sync/micromatch",
23     "/nanomatch",
24     "/regex-not",
25     "/split-string",
26     "/to-regex",
27     "/watchpack-chokidar2/micromatch",
28     "/webpack/micromatch"
29   ],
30   "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
31   "_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
32   "_spec": "extend-shallow@^3.0.2",
33   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
34   "author": {
35     "name": "Jon Schlinkert",
36     "url": "https://github.com/jonschlinkert"
37   },
38   "bugs": {
39     "url": "https://github.com/jonschlinkert/extend-shallow/issues"
40   },
41   "bundleDependencies": false,
42   "contributors": [
43     {
44       "name": "Jon Schlinkert",
45       "url": "http://twitter.com/jonschlinkert"
46     },
47     {
48       "name": "Peter deHaan",
49       "url": "http://about.me/peterdehaan"
50     }
51   ],
52   "dependencies": {
53     "assign-symbols": "^1.0.0",
54     "is-extendable": "^1.0.1"
55   },
56   "deprecated": false,
57   "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
58   "devDependencies": {
59     "array-slice": "^1.0.0",
60     "benchmarked": "^2.0.0",
61     "for-own": "^1.0.0",
62     "gulp-format-md": "^1.0.0",
63     "is-plain-object": "^2.0.4",
64     "kind-of": "^6.0.1",
65     "minimist": "^1.2.0",
66     "mocha": "^3.5.3",
67     "object-assign": "^4.1.1"
68   },
69   "engines": {
70     "node": ">=0.10.0"
71   },
72   "files": [
73     "index.js"
74   ],
75   "homepage": "https://github.com/jonschlinkert/extend-shallow",
76   "keywords": [
77     "assign",
78     "clone",
79     "extend",
80     "merge",
81     "obj",
82     "object",
83     "object-assign",
84     "object.assign",
85     "prop",
86     "properties",
87     "property",
88     "props",
89     "shallow",
90     "util",
91     "utility",
92     "utils",
93     "value"
94   ],
95   "license": "MIT",
96   "main": "index.js",
97   "name": "extend-shallow",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
101   },
102   "scripts": {
103     "test": "mocha"
104   },
105   "verb": {
106     "toc": false,
107     "layout": "default",
108     "tasks": [
109       "readme"
110     ],
111     "related": {
112       "list": [
113         "extend-shallow",
114         "for-in",
115         "for-own",
116         "is-plain-object",
117         "isobject",
118         "kind-of"
119       ]
120     },
121     "plugins": [
122       "gulp-format-md"
123     ],
124     "lint": {
125       "reflinks": true
126     }
127   },
128   "version": "3.0.2"
129 }