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