1
|
{
|
2
|
"name": "object-visit",
|
3
|
"description": "Call a specified method on each value in the given object.",
|
4
|
"version": "1.0.1",
|
5
|
"homepage": "https://github.com/jonschlinkert/object-visit",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"repository": "jonschlinkert/object-visit",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/jonschlinkert/object-visit/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
|
"dependencies": {
|
23
|
"isobject": "^3.0.0"
|
24
|
},
|
25
|
"devDependencies": {
|
26
|
"gulp": "^3.9.1",
|
27
|
"gulp-eslint": "^3.0.1",
|
28
|
"gulp-format-md": "^0.1.12",
|
29
|
"gulp-istanbul": "^1.1.1",
|
30
|
"gulp-mocha": "^3.0.0",
|
31
|
"mocha": "^3.2.0"
|
32
|
},
|
33
|
"keywords": [
|
34
|
"context",
|
35
|
"function",
|
36
|
"helper",
|
37
|
"key",
|
38
|
"method",
|
39
|
"object",
|
40
|
"value",
|
41
|
"visit",
|
42
|
"visitor"
|
43
|
],
|
44
|
"verb": {
|
45
|
"related": {
|
46
|
"list": [
|
47
|
"base-methods",
|
48
|
"collection-visit",
|
49
|
"define-property",
|
50
|
"map-visit"
|
51
|
]
|
52
|
},
|
53
|
"toc": false,
|
54
|
"layout": "default",
|
55
|
"tasks": [
|
56
|
"readme"
|
57
|
],
|
58
|
"plugins": [
|
59
|
"gulp-format-md"
|
60
|
],
|
61
|
"lint": {
|
62
|
"reflinks": true
|
63
|
}
|
64
|
}
|
65
|
}
|