1
|
{
|
2
|
"name": "map-visit",
|
3
|
"description": "Map `visit` over an array of objects.",
|
4
|
"version": "1.0.0",
|
5
|
"homepage": "https://github.com/jonschlinkert/map-visit",
|
6
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
"contributors": [
|
8
|
"Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)",
|
9
|
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
|
10
|
],
|
11
|
"repository": "jonschlinkert/map-visit",
|
12
|
"bugs": {
|
13
|
"url": "https://github.com/jonschlinkert/map-visit/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
|
"dependencies": {
|
27
|
"object-visit": "^1.0.0"
|
28
|
},
|
29
|
"devDependencies": {
|
30
|
"clone-deep": "^0.2.4",
|
31
|
"extend-shallow": "^2.0.1",
|
32
|
"gulp-format-md": "^0.1.12",
|
33
|
"lodash": "^4.17.4",
|
34
|
"mocha": "^3.2.0"
|
35
|
},
|
36
|
"keywords": [
|
37
|
"array",
|
38
|
"arrays",
|
39
|
"function",
|
40
|
"helper",
|
41
|
"invoke",
|
42
|
"key",
|
43
|
"map",
|
44
|
"method",
|
45
|
"object",
|
46
|
"objects",
|
47
|
"value",
|
48
|
"visit",
|
49
|
"visitor"
|
50
|
],
|
51
|
"verb": {
|
52
|
"toc": false,
|
53
|
"layout": "default",
|
54
|
"tasks": [
|
55
|
"readme"
|
56
|
],
|
57
|
"plugins": [
|
58
|
"gulp-format-md"
|
59
|
],
|
60
|
"lint": {
|
61
|
"reflinks": true
|
62
|
},
|
63
|
"related": {
|
64
|
"list": [
|
65
|
"collection-visit",
|
66
|
"object-visit"
|
67
|
]
|
68
|
},
|
69
|
"reflinks": [
|
70
|
"verb",
|
71
|
"verb-generate-readme"
|
72
|
]
|
73
|
}
|
74
|
}
|