-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.27 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.27 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
{
"_from": "batch@0.5.2",
"_id": "batch@0.5.2",
"_inBundle": false,
"_integrity": "sha1-VGVD2+MhGMg8fHyjOh9cXV6pY+k=",
"_location": "/batch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "batch@0.5.2",
"name": "batch",
"escapedName": "batch",
"rawSpec": "0.5.2",
"saveSpec": null,
"fetchSpec": "0.5.2"
},
"_requiredBy": [
"/juice"
],
"_resolved": "https://registry.npmjs.org/batch/-/batch-0.5.2.tgz",
"_shasum": "546543dbe32118c83c7c7ca33a1f5c5d5ea963e9",
"_spec": "batch@0.5.2",
"_where": "/home/travis/build/attack-on-backend/Python/node_modules/juice",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"browser": {
"emitter": "component-emitter"
},
"bugs": {
"url": "https://github.com/visionmedia/batch/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple async batch",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"homepage": "https://github.com/visionmedia/batch#readme",
"licenses": [
{
"type": "MIT"
}
],
"main": "index",
"name": "batch",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/batch.git"
},
"version": "0.5.2"
}