package.json
2.39 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
{
"_args": [
[
{
"raw": "progress@~1.1.8",
"scope": null,
"escapedName": "progress",
"name": "progress",
"rawSpec": "~1.1.8",
"spec": ">=1.1.8 <1.2.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/phantomjs"
]
],
"_from": "progress@>=1.1.8 <1.2.0",
"_id": "progress@1.1.8",
"_inCache": true,
"_location": "/progress",
"_npmUser": {
"name": "prezjordan",
"email": "scalesjordan@gmail.com"
},
"_npmVersion": "1.4.14",
"_phantomChildren": {},
"_requested": {
"raw": "progress@~1.1.8",
"scope": null,
"escapedName": "progress",
"name": "progress",
"rawSpec": "~1.1.8",
"spec": ">=1.1.8 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/phantomjs"
],
"_resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz",
"_shasum": "e260c78f6161cdd9b0e56cc3e0a85de17c7a57be",
"_shrinkwrap": null,
"_spec": "progress@~1.1.8",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/phantomjs",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/visionmedia/node-progress/issues"
},
"contributors": [
{
"name": "Christoffer Hallas",
"email": "christoffer.hallas@gmail.com"
},
{
"name": "Jordan Scales",
"email": "scalesjordan@gmail.com"
}
],
"dependencies": {},
"description": "Flexible ascii progress bar",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e260c78f6161cdd9b0e56cc3e0a85de17c7a57be",
"tarball": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"gitHead": "6b9524c0d07df9555d20ae95c65918020c50e3e2",
"homepage": "https://github.com/visionmedia/node-progress",
"keywords": [
"cli",
"progress"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "hallas",
"email": "christoffer.hallas@forsvikgroup.com"
},
{
"name": "prezjordan",
"email": "scalesjordan@gmail.com"
}
],
"name": "progress",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-progress.git"
},
"scripts": {},
"version": "1.1.8"
}