1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "for-in",
|
3 |
|
|
"description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
|
4 |
|
|
"version": "1.0.2",
|
5 |
|
|
"homepage": "https://github.com/jonschlinkert/for-in",
|
6 |
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 |
|
|
"contributors": [
|
8 |
|
|
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
|
9 |
|
|
"Paul Irish (http://paulirish.com)"
|
10 |
|
|
],
|
11 |
|
|
"repository": "jonschlinkert/for-in",
|
12 |
|
|
"bugs": {
|
13 |
|
|
"url": "https://github.com/jonschlinkert/for-in/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 |
|
|
"devDependencies": {
|
27 |
|
|
"gulp-format-md": "^0.1.11",
|
28 |
|
|
"mocha": "^3.2.0"
|
29 |
|
|
},
|
30 |
|
|
"keywords": [
|
31 |
|
|
"for",
|
32 |
|
|
"for-in",
|
33 |
|
|
"for-own",
|
34 |
|
|
"has",
|
35 |
|
|
"has-own",
|
36 |
|
|
"hasOwn",
|
37 |
|
|
"in",
|
38 |
|
|
"key",
|
39 |
|
|
"keys",
|
40 |
|
|
"object",
|
41 |
|
|
"own",
|
42 |
|
|
"value"
|
43 |
|
|
],
|
44 |
|
|
"verb": {
|
45 |
|
|
"run": true,
|
46 |
|
|
"toc": false,
|
47 |
|
|
"layout": "default",
|
48 |
|
|
"tasks": [
|
49 |
|
|
"readme"
|
50 |
|
|
],
|
51 |
|
|
"plugins": [
|
52 |
|
|
"gulp-format-md"
|
53 |
|
|
],
|
54 |
|
|
"related": {
|
55 |
|
|
"list": [
|
56 |
|
|
"arr-flatten",
|
57 |
|
|
"collection-map",
|
58 |
|
|
"for-own"
|
59 |
|
|
]
|
60 |
|
|
},
|
61 |
|
|
"reflinks": [
|
62 |
|
|
"verb"
|
63 |
|
|
],
|
64 |
|
|
"lint": {
|
65 |
|
|
"reflinks": true
|
66 |
|
|
}
|
67 |
|
|
}
|
68 |
|
|
}
|