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