UNPKG

1.22 kBJSONView Raw
1{
2 "name": "for-in",
3 "description": "Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
4 "version": "0.1.3",
5 "homepage": "https://github.com/jonschlinkert/for-in",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/for-in.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/for-in/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/for-in/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "scripts": {
28 "test": "mocha -R spec"
29 },
30 "devDependencies": {
31 "mocha": "*",
32 "should": "^4.0.4"
33 },
34 "keywords": [
35 "find",
36 "for-in",
37 "for-own",
38 "has",
39 "has-own",
40 "hasOwn",
41 "javascript",
42 "js",
43 "key",
44 "keys",
45 "loop",
46 "node.js",
47 "object",
48 "own",
49 "properties",
50 "property",
51 "util",
52 "utilities",
53 "utility",
54 "utils",
55 "value"
56 ]
57}
\No newline at end of file