UNPKG

913 BJSONView Raw
1{
2 "name": "has-any",
3 "description": "Returns true if an object has any of the specified keys.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/has-any",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/has-any.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/has-any/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/has-any/blob/master/LICENSE"
20 },
21 "files": [
22 "index.js"
23 ],
24 "main": "index.js",
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "scripts": {
29 "test": "mocha"
30 },
31 "devDependencies": {
32 "mocha": "*",
33 "should": "^5.2.0"
34 },
35 "keywords": [
36 "find",
37 "has",
38 "hasOwn",
39 "key",
40 "keys",
41 "object",
42 "properties",
43 "property",
44 "value"
45 ]
46}