Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unset-value / node_modules / isobject / package.json
1 {
2   "_from": "isobject@^3.0.0",
3   "_id": "isobject@3.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
6   "_location": "/unset-value/isobject",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "isobject@^3.0.0",
12     "name": "isobject",
13     "escapedName": "isobject",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/unset-value"
20   ],
21   "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
22   "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
23   "_spec": "isobject@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unset-value",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/isobject/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "url": "https://github.com/LeSuisse"
36     },
37     {
38       "name": "Brian Woodward",
39       "url": "https://twitter.com/doowb"
40     },
41     {
42       "name": "Jon Schlinkert",
43       "url": "http://twitter.com/jonschlinkert"
44     },
45     {
46       "name": "Magnús Dæhlen",
47       "url": "https://github.com/magnudae"
48     },
49     {
50       "name": "Tom MacWright",
51       "url": "https://macwright.org"
52     }
53   ],
54   "dependencies": {},
55   "deprecated": false,
56   "description": "Returns true if the value is an object and not an array or null.",
57   "devDependencies": {
58     "gulp-format-md": "^0.1.9",
59     "mocha": "^2.4.5"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.d.ts",
66     "index.js"
67   ],
68   "homepage": "https://github.com/jonschlinkert/isobject",
69   "keywords": [
70     "check",
71     "is",
72     "is-object",
73     "isobject",
74     "kind",
75     "kind-of",
76     "kindof",
77     "native",
78     "object",
79     "type",
80     "typeof",
81     "value"
82   ],
83   "license": "MIT",
84   "main": "index.js",
85   "name": "isobject",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jonschlinkert/isobject.git"
89   },
90   "scripts": {
91     "test": "mocha"
92   },
93   "types": "index.d.ts",
94   "verb": {
95     "related": {
96       "list": [
97         "extend-shallow",
98         "is-plain-object",
99         "kind-of",
100         "merge-deep"
101       ]
102     },
103     "toc": false,
104     "layout": "default",
105     "tasks": [
106       "readme"
107     ],
108     "plugins": [
109       "gulp-format-md"
110     ],
111     "lint": {
112       "reflinks": true
113     },
114     "reflinks": [
115       "verb"
116     ]
117   },
118   "version": "3.0.1"
119 }