-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
54 lines (54 loc) · 1.61 KB
/
package-lock.json
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
{
"name": "crypto-trader",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"csvtojson": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-1.1.9.tgz",
"integrity": "sha1-5kGucve8L6P5qvEn4CH8iUR8HNE=",
"requires": {
"lodash": "4.17.4",
"strip-bom": "1.0.0"
}
},
"first-chunk-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
"integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04="
},
"is-utf8": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"nan": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
"integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo="
},
"strip-bom": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
"integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
"requires": {
"first-chunk-stream": "1.0.0",
"is-utf8": "0.2.1"
}
},
"talib": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/talib/-/talib-1.0.3.tgz",
"integrity": "sha1-6wp+P1MBsyOwrwL7M41DHSubc1o=",
"requires": {
"nan": "2.8.0"
}
}
}
}