Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / isobject / package.json
1 {
2   "_from": "isobject@^2.0.0",
3   "_id": "isobject@2.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
6   "_location": "/isobject",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "isobject@^2.0.0",
12     "name": "isobject",
13     "escapedName": "isobject",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/fill-range"
20   ],
21   "_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
22   "_shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
23   "_spec": "isobject@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fill-range",
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   "dependencies": {
34     "isarray": "1.0.0"
35   },
36   "deprecated": false,
37   "description": "Returns true if the value is an object and not an array or null.",
38   "devDependencies": {
39     "gulp-format-md": "^0.1.9",
40     "mocha": "^2.4.5"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/jonschlinkert/isobject",
49   "keywords": [
50     "check",
51     "is",
52     "is-object",
53     "isobject",
54     "kind",
55     "kind-of",
56     "kindof",
57     "native",
58     "object",
59     "type",
60     "typeof",
61     "value"
62   ],
63   "license": "MIT",
64   "main": "index.js",
65   "name": "isobject",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/jonschlinkert/isobject.git"
69   },
70   "scripts": {
71     "test": "mocha"
72   },
73   "verb": {
74     "related": {
75       "list": [
76         "merge-deep",
77         "extend-shallow",
78         "is-plain-object",
79         "kind-of"
80       ]
81     },
82     "toc": false,
83     "layout": "default",
84     "tasks": [
85       "readme"
86     ],
87     "plugins": [
88       "gulp-format-md"
89     ],
90     "lint": {
91       "reflinks": true
92     },
93     "reflinks": [
94       "verb"
95     ]
96   },
97   "version": "2.1.0"
98 }