source: trip-planner-front/node_modules/has-values/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "has-values@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "has-values@1.0.0",
10 "_id": "has-values@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
13 "_location": "/has-values",
14 "_phantomChildren": {
15 "is-buffer": "1.1.6"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "has-values@1.0.0",
21 "name": "has-values",
22 "escapedName": "has-values",
23 "rawSpec": "1.0.0",
24 "saveSpec": null,
25 "fetchSpec": "1.0.0"
26 },
27 "_requiredBy": [
28 "/has-value"
29 ],
30 "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
31 "_spec": "1.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jon Schlinkert",
35 "url": "https://github.com/jonschlinkert"
36 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/has-values/issues"
39 },
40 "dependencies": {
41 "is-number": "^3.0.0",
42 "kind-of": "^4.0.0"
43 },
44 "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
45 "devDependencies": {
46 "gulp-format-md": "^0.1.12",
47 "mocha": "^3.4.1"
48 },
49 "engines": {
50 "node": ">=0.10.0"
51 },
52 "files": [
53 "index.js"
54 ],
55 "homepage": "https://github.com/jonschlinkert/has-values",
56 "keywords": [
57 "array",
58 "boolean",
59 "empty",
60 "find",
61 "function",
62 "has",
63 "hasOwn",
64 "javascript",
65 "js",
66 "key",
67 "keys",
68 "node.js",
69 "null",
70 "number",
71 "object",
72 "properties",
73 "property",
74 "string",
75 "type",
76 "util",
77 "utilities",
78 "utility",
79 "value",
80 "values"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "name": "has-values",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/jonschlinkert/has-values.git"
88 },
89 "scripts": {
90 "test": "mocha"
91 },
92 "verb": {
93 "run": true,
94 "toc": false,
95 "layout": "default",
96 "tasks": [
97 "readme"
98 ],
99 "plugins": [
100 "gulp-format-md"
101 ],
102 "related": {
103 "list": [
104 "has-value",
105 "kind-of",
106 "is-number",
107 "is-plain-object",
108 "isobject"
109 ]
110 },
111 "reflinks": [
112 "verb"
113 ],
114 "lint": {
115 "reflinks": true
116 }
117 },
118 "version": "1.0.0"
119}
Note: See TracBrowser for help on using the repository browser.