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
80 lines (80 loc) · 1.84 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.84 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
{
"_args": [
[
"batch@^0.5.3",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma"
]
],
"_from": "batch@>=0.5.3 <0.6.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/batch",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "[email protected]",
"name": "tjholowaychuk"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "batch",
"raw": "batch@^0.5.3",
"rawSpec": "^0.5.3",
"scope": null,
"spec": ">=0.5.3 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/batch/-/batch-0.5.3.tgz",
"_shasum": "3f3414f380321743bfc1042f9a83ff1d5824d464",
"_shrinkwrap": null,
"_spec": "batch@^0.5.3",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma",
"author": {
"email": "[email protected]",
"name": "TJ Holowaychuk"
},
"browser": {
"emitter": "events"
},
"bugs": {
"url": "https://github.com/visionmedia/batch/issues"
},
"dependencies": {},
"description": "Simple async batch",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "3f3414f380321743bfc1042f9a83ff1d5824d464",
"tarball": "http://registry.npmjs.org/batch/-/batch-0.5.3.tgz"
},
"gitHead": "247f3ec041be32bb8ddc0816d2155b2391550084",
"homepage": "https://github.com/visionmedia/batch",
"licenses": [
{
"type": "MIT"
}
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "[email protected]"
}
],
"name": "batch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/batch.git"
},
"scripts": {},
"version": "0.5.3"
}