Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-obj / package.json
1 {
2   "_from": "is-obj@^2.0.0",
3   "_id": "is-obj@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
6   "_location": "/is-obj",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-obj@^2.0.0",
12     "name": "is-obj",
13     "escapedName": "is-obj",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/dot-prop"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
22   "_shasum": "473fb05d973705e3fd9620545018ca8e22ef4982",
23   "_spec": "is-obj@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/dot-prop",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/is-obj/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Check if a value is an object",
36   "devDependencies": {
37     "ava": "^1.4.1",
38     "tsd": "^0.7.2",
39     "xo": "^0.24.0"
40   },
41   "engines": {
42     "node": ">=8"
43   },
44   "files": [
45     "index.js",
46     "index.d.ts"
47   ],
48   "homepage": "https://github.com/sindresorhus/is-obj#readme",
49   "keywords": [
50     "object",
51     "is",
52     "check",
53     "test",
54     "type"
55   ],
56   "license": "MIT",
57   "name": "is-obj",
58   "repository": {
59     "type": "git",
60     "url": "git+https://github.com/sindresorhus/is-obj.git"
61   },
62   "scripts": {
63     "test": "xo && ava && tsd"
64   },
65   "version": "2.0.0"
66 }