-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 2.68 KB
/
package-lock.json
File metadata and controls
72 lines (72 loc) · 2.68 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
{
"name": "bitcoin-chart-cli",
"version": "3.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bitcoin-chart-cli",
"version": "3.8.0",
"license": "MIT",
"dependencies": {
"asciichart": "1.5.25",
"commander": "^7.2.0",
"technicalindicators": "^3.1.0"
},
"bin": {
"bitcoin-chart-cli": "index.js"
}
},
"node_modules/@types/node": {
"version": "6.14.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.13.tgz",
"integrity": "sha512-J1F0XJ/9zxlZel5ZlbeSuHW2OpabrUAqpFuC2sm2I3by8sERQ8+KCjNKUcq8QHuzpGMWiJpo9ZxeHrqrP2KzQw=="
},
"node_modules/asciichart": {
"version": "1.5.25",
"resolved": "https://registry.npmjs.org/asciichart/-/asciichart-1.5.25.tgz",
"integrity": "sha512-PNxzXIPPOtWq8T7bgzBtk9cI2lgS4SJZthUHEiQ1aoIc3lNzGfUvIvo9LiAnq26TACo9t1/4qP6KTGAUbzX9Xg=="
},
"node_modules/commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"engines": {
"node": ">= 10"
}
},
"node_modules/technicalindicators": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/technicalindicators/-/technicalindicators-3.1.0.tgz",
"integrity": "sha512-f16mOc+Y05hNy/of+UbGxhxQQmxUztCiluhsqC5QLUYz4WowUgKde9m6nIjK1Kay0wGHigT0IkOabpp0+22UfA==",
"dependencies": {
"@types/node": "^6.0.96"
}
}
},
"dependencies": {
"@types/node": {
"version": "6.14.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.13.tgz",
"integrity": "sha512-J1F0XJ/9zxlZel5ZlbeSuHW2OpabrUAqpFuC2sm2I3by8sERQ8+KCjNKUcq8QHuzpGMWiJpo9ZxeHrqrP2KzQw=="
},
"asciichart": {
"version": "1.5.25",
"resolved": "https://registry.npmjs.org/asciichart/-/asciichart-1.5.25.tgz",
"integrity": "sha512-PNxzXIPPOtWq8T7bgzBtk9cI2lgS4SJZthUHEiQ1aoIc3lNzGfUvIvo9LiAnq26TACo9t1/4qP6KTGAUbzX9Xg=="
},
"commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
},
"technicalindicators": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/technicalindicators/-/technicalindicators-3.1.0.tgz",
"integrity": "sha512-f16mOc+Y05hNy/of+UbGxhxQQmxUztCiluhsqC5QLUYz4WowUgKde9m6nIjK1Kay0wGHigT0IkOabpp0+22UfA==",
"requires": {
"@types/node": "^6.0.96"
}
}
}
}