Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-extendable / package.json
1 {
2   "_from": "is-extendable@^0.1.1",
3   "_id": "is-extendable@0.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
6   "_location": "/is-extendable",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-extendable@^0.1.1",
12     "name": "is-extendable",
13     "escapedName": "is-extendable",
14     "rawSpec": "^0.1.1",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.1"
17   },
18   "_requiredBy": [
19     "/fast-glob/braces/extend-shallow",
20     "/fast-glob/expand-brackets/extend-shallow",
21     "/fast-glob/extglob/extend-shallow",
22     "/fast-glob/fill-range/extend-shallow",
23     "/object.omit",
24     "/set-value",
25     "/set-value/extend-shallow",
26     "/snapdragon/extend-shallow",
27     "/union-value"
28   ],
29   "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
30   "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
31   "_spec": "is-extendable@^0.1.1",
32   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/object.omit",
33   "author": {
34     "name": "Jon Schlinkert",
35     "url": "https://github.com/jonschlinkert"
36   },
37   "bugs": {
38     "url": "https://github.com/jonschlinkert/is-extendable/issues"
39   },
40   "bundleDependencies": false,
41   "deprecated": false,
42   "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
43   "devDependencies": {
44     "mocha": "*"
45   },
46   "engines": {
47     "node": ">=0.10.0"
48   },
49   "files": [
50     "index.js"
51   ],
52   "homepage": "https://github.com/jonschlinkert/is-extendable",
53   "keywords": [
54     "array",
55     "assign",
56     "check",
57     "date",
58     "extend",
59     "extensible",
60     "function",
61     "is",
62     "object",
63     "regex",
64     "test"
65   ],
66   "license": "MIT",
67   "main": "index.js",
68   "name": "is-extendable",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/jonschlinkert/is-extendable.git"
72   },
73   "scripts": {
74     "test": "mocha"
75   },
76   "verbiage": {
77     "related": {
78       "list": [
79         "isobject",
80         "is-plain-object",
81         "kind-of",
82         "is-extendable",
83         "is-equal-shallow",
84         "extend-shallow",
85         "assign-deep"
86       ]
87     }
88   },
89   "version": "0.1.1"
90 }