package.json
2.9 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
{
"raw": "request-progress@~2.0.1",
"scope": null,
"escapedName": "request-progress",
"name": "request-progress",
"rawSpec": "~2.0.1",
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/phantomjs"
]
],
"_from": "request-progress@>=2.0.1 <2.1.0",
"_id": "request-progress@2.0.1",
"_inCache": true,
"_location": "/request-progress",
"_nodeVersion": "4.2.4",
"_npmUser": {
"name": "satazor",
"email": "andremiguelcruz@msn.com"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"raw": "request-progress@~2.0.1",
"scope": null,
"escapedName": "request-progress",
"name": "request-progress",
"rawSpec": "~2.0.1",
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs"
],
"_resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
"_shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
"_shrinkwrap": null,
"_spec": "request-progress@~2.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/phantomjs",
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"bugs": {
"url": "http://github.com/IndigoUnited/node-request-progress/issues"
},
"dependencies": {
"throttleit": "^1.0.0"
},
"description": "Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining",
"devDependencies": {
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
},
"directories": {},
"dist": {
"shasum": "5d36bb57961c673aa5b788dbc8141fdf23b44e08",
"tarball": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz"
},
"gitHead": "f009ab876ce80234547bf155fa13b73fadc43edc",
"homepage": "https://github.com/IndigoUnited/node-request-progress",
"keywords": [
"progress",
"request",
"mikeal",
"size",
"bytes",
"percent",
"percentage",
"speed",
"eta",
"etr"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "satazor",
"email": "andremiguelcruz@msn.com"
}
],
"name": "request-progress",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-request-progress.git"
},
"scripts": {
"test": "mocha --bail",
"test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"version": "2.0.1"
}