forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.13 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_args": [
[
"async-each@^0.1.6",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/chokidar"
]
],
"_from": "async-each@>=0.1.6 <0.2.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/async-each",
"_npmUser": {
"email": "[email protected]",
"name": "es128"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "async-each",
"raw": "async-each@^0.1.6",
"rawSpec": "^0.1.6",
"scope": null,
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz",
"_shasum": "b67e99edcddf96541e44af56290cd7d5c6e70439",
"_shrinkwrap": null,
"_spec": "async-each@^0.1.6",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/chokidar",
"author": {
"name": "Paul Miller",
"url": "http://paulmillr.com/"
},
"bugs": {
"url": "https://github.com/paulmillr/async-each/issues"
},
"dependencies": {},
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "b67e99edcddf96541e44af56290cd7d5c6e70439",
"tarball": "http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz"
},
"gitHead": "3da122b3e6fe84207bdca246e484a6a50462f190",
"homepage": "https://github.com/paulmillr/async-each/",
"keywords": [
"array",
"async",
"asynchronous",
"concurrent",
"control flow",
"each",
"flow",
"forEach",
"iterate",
"iteration",
"loop",
"map",
"parallel"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "paulmillr",
"email": "[email protected]"
},
{
"name": "es128",
"email": "[email protected]"
}
],
"name": "async-each",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/async-each.git"
},
"scripts": {},
"version": "0.1.6"
}