1{
2  "name": "has-values",
3  "version": "0.1.4",
4  "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
5  "homepage": "https://github.com/jonschlinkert/has-values",
6  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7  "repository": "jonschlinkert/has-values",
8  "bugs": {
9    "url": "https://github.com/jonschlinkert/has-values/issues"
10  },
11  "license": "MIT",
12  "files": [
13    "index.js"
14  ],
15  "main": "index.js",
16  "engines": {
17    "node": ">=0.10.0"
18  },
19  "scripts": {
20    "test": "mocha"
21  },
22  "devDependencies": {
23    "gulp-format-md": "^0.1.7",
24    "mocha": "^2.4.5"
25  },
26  "keywords": [
27    "array",
28    "boolean",
29    "empty",
30    "find",
31    "function",
32    "has",
33    "hasOwn",
34    "javascript",
35    "js",
36    "key",
37    "keys",
38    "node.js",
39    "null",
40    "number",
41    "object",
42    "properties",
43    "property",
44    "string",
45    "type",
46    "util",
47    "utilities",
48    "utility",
49    "value"
50  ],
51  "verb": {
52    "run": true,
53    "toc": false,
54    "layout": "default",
55    "tasks": [
56      "readme"
57    ],
58    "plugins": [
59      "gulp-format-md"
60    ],
61    "related": {
62      "list": [
63        "has-value",
64        "isobject",
65        "is-plain-object"
66      ]
67    },
68    "reflinks": [
69      "verb"
70    ],
71    "lint": {
72      "reflinks": true
73    }
74  }
75}
76