blob: 548c1a7a9fd2722658b36c3b6eccd5f421c392ca [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "has-value@^1.0.0",
3 "_id": "has-value@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
6 "_location": "/has-value",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "has-value@^1.0.0",
12 "name": "has-value",
13 "escapedName": "has-value",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/cache-base"
20 ],
21 "_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
22 "_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
23 "_spec": "has-value@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\cache-base",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/has-value/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Jon Schlinkert",
36 "url": "http://twitter.com/jonschlinkert"
37 },
38 {
39 "name": "Ryan M Harrison",
40 "url": "https://linkedin.com/in/harrisonrm"
41 }
42 ],
43 "dependencies": {
44 "get-value": "^2.0.6",
45 "has-values": "^1.0.0",
46 "isobject": "^3.0.0"
47 },
48 "deprecated": false,
49 "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
50 "devDependencies": {
51 "gulp-format-md": "^0.1.12",
52 "mocha": "^3.4.1"
53 },
54 "engines": {
55 "node": ">=0.10.0"
56 },
57 "files": [
58 "index.js"
59 ],
60 "homepage": "https://github.com/jonschlinkert/has-value",
61 "keywords": [
62 "array",
63 "boolean",
64 "empty",
65 "find",
66 "function",
67 "has",
68 "hasOwn",
69 "javascript",
70 "js",
71 "key",
72 "keys",
73 "node.js",
74 "null",
75 "number",
76 "object",
77 "properties",
78 "property",
79 "string",
80 "type",
81 "util",
82 "utilities",
83 "utility",
84 "value"
85 ],
86 "license": "MIT",
87 "main": "index.js",
88 "name": "has-value",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/jonschlinkert/has-value.git"
92 },
93 "scripts": {
94 "test": "mocha"
95 },
96 "verb": {
97 "run": true,
98 "toc": false,
99 "layout": "default",
100 "tasks": [
101 "readme"
102 ],
103 "plugins": [
104 "gulp-format-md"
105 ],
106 "related": {
107 "list": [
108 "define-property",
109 "get-value",
110 "set-value",
111 "unset-value"
112 ]
113 },
114 "reflinks": [],
115 "lint": {
116 "reflinks": true
117 }
118 },
119 "version": "1.0.0"
120}