blob: f55f056c21b521583220eb15851233bae85fae85 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-values@^1.0.0",
3 "_id": "has-values@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
6 "_location": "/has-values",
7 "_phantomChildren": {
8 "is-buffer": "1.1.6"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "has-values@^1.0.0",
14 "name": "has-values",
15 "escapedName": "has-values",
16 "rawSpec": "^1.0.0",
17 "saveSpec": null,
18 "fetchSpec": "^1.0.0"
19 },
20 "_requiredBy": [
21 "/has-value"
22 ],
23 "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
24 "_shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
25 "_spec": "has-values@^1.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\has-value",
27 "author": {
28 "name": "Jon Schlinkert",
29 "url": "https://github.com/jonschlinkert"
30 },
31 "bugs": {
32 "url": "https://github.com/jonschlinkert/has-values/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "is-number": "^3.0.0",
37 "kind-of": "^4.0.0"
38 },
39 "deprecated": false,
40 "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
41 "devDependencies": {
42 "gulp-format-md": "^0.1.12",
43 "mocha": "^3.4.1"
44 },
45 "engines": {
46 "node": ">=0.10.0"
47 },
48 "files": [
49 "index.js"
50 ],
51 "homepage": "https://github.com/jonschlinkert/has-values",
52 "keywords": [
53 "array",
54 "boolean",
55 "empty",
56 "find",
57 "function",
58 "has",
59 "hasOwn",
60 "javascript",
61 "js",
62 "key",
63 "keys",
64 "node.js",
65 "null",
66 "number",
67 "object",
68 "properties",
69 "property",
70 "string",
71 "type",
72 "util",
73 "utilities",
74 "utility",
75 "value",
76 "values"
77 ],
78 "license": "MIT",
79 "main": "index.js",
80 "name": "has-values",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/jonschlinkert/has-values.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 "has-value",
101 "kind-of",
102 "is-number",
103 "is-plain-object",
104 "isobject"
105 ]
106 },
107 "reflinks": [
108 "verb"
109 ],
110 "lint": {
111 "reflinks": true
112 }
113 },
114 "version": "1.0.0"
115}