source: trip-planner-front/node_modules/has-value/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "name": "has-value",
3 "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/has-value",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
9 "Ryan M Harrison (https://linkedin.com/in/harrisonrm)"
10 ],
11 "repository": "jonschlinkert/has-value",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/has-value/issues"
14 },
15 "license": "MIT",
16 "files": [
17 "index.js"
18 ],
19 "main": "index.js",
20 "engines": {
21 "node": ">=0.10.0"
22 },
23 "scripts": {
24 "test": "mocha"
25 },
26 "dependencies": {
27 "get-value": "^2.0.6",
28 "has-values": "^1.0.0",
29 "isobject": "^3.0.0"
30 },
31 "devDependencies": {
32 "gulp-format-md": "^0.1.12",
33 "mocha": "^3.4.1"
34 },
35 "keywords": [
36 "array",
37 "boolean",
38 "empty",
39 "find",
40 "function",
41 "has",
42 "hasOwn",
43 "javascript",
44 "js",
45 "key",
46 "keys",
47 "node.js",
48 "null",
49 "number",
50 "object",
51 "properties",
52 "property",
53 "string",
54 "type",
55 "util",
56 "utilities",
57 "utility",
58 "value"
59 ],
60 "verb": {
61 "run": true,
62 "toc": false,
63 "layout": "default",
64 "tasks": [
65 "readme"
66 ],
67 "plugins": [
68 "gulp-format-md"
69 ],
70 "related": {
71 "list": [
72 "define-property",
73 "get-value",
74 "set-value",
75 "unset-value"
76 ]
77 },
78 "reflinks": [],
79 "lint": {
80 "reflinks": true
81 }
82 }
83}
Note: See TracBrowser for help on using the repository browser.