Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unset-value / node_modules / has-values / package.json
1 {
2   "_from": "has-values@^0.1.4",
3   "_id": "has-values@0.1.4",
4   "_inBundle": false,
5   "_integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
6   "_location": "/unset-value/has-values",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "has-values@^0.1.4",
12     "name": "has-values",
13     "escapedName": "has-values",
14     "rawSpec": "^0.1.4",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.4"
17   },
18   "_requiredBy": [
19     "/unset-value/has-value"
20   ],
21   "_resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
22   "_shasum": "6d61de95d91dfca9b9a02089ad384bff8f62b771",
23   "_spec": "has-values@^0.1.4",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unset-value/node_modules/has-value",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/has-values/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
35   "devDependencies": {
36     "gulp-format-md": "^0.1.7",
37     "mocha": "^2.4.5"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/jonschlinkert/has-values",
46   "keywords": [
47     "array",
48     "boolean",
49     "empty",
50     "find",
51     "function",
52     "has",
53     "hasOwn",
54     "javascript",
55     "js",
56     "key",
57     "keys",
58     "node.js",
59     "null",
60     "number",
61     "object",
62     "properties",
63     "property",
64     "string",
65     "type",
66     "util",
67     "utilities",
68     "utility",
69     "value"
70   ],
71   "license": "MIT",
72   "main": "index.js",
73   "name": "has-values",
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/jonschlinkert/has-values.git"
77   },
78   "scripts": {
79     "test": "mocha"
80   },
81   "verb": {
82     "run": true,
83     "toc": false,
84     "layout": "default",
85     "tasks": [
86       "readme"
87     ],
88     "plugins": [
89       "gulp-format-md"
90     ],
91     "related": {
92       "list": [
93         "has-value",
94         "isobject",
95         "is-plain-object"
96       ]
97     },
98     "reflinks": [
99       "verb"
100     ],
101     "lint": {
102       "reflinks": true
103     }
104   },
105   "version": "0.1.4"
106 }