-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 998 Bytes
/
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
{
"name": "crypto-alexa",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"alexa-message-builder": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/alexa-message-builder/-/alexa-message-builder-1.2.0.tgz",
"integrity": "sha1-6FeTIsTzX1h6d7yPho5ugfxjXuc="
},
"alexa-skill-kit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/alexa-skill-kit/-/alexa-skill-kit-1.0.0.tgz",
"integrity": "sha1-TpxkkxE+R2IuK0VfLBlegvjvNl8="
},
"cryptocompare": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/cryptocompare/-/cryptocompare-0.4.0.tgz",
"integrity": "sha512-seqVgU9ONl58hIY14ex6AKsHiqhb8RQymDVePY+DkCqFW2EwzP5KPA2b+M1Fn0HRKzPMTjFLyYP2WgDPHbW9YA=="
},
"node-fetch": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.0.0.tgz",
"integrity": "sha1-mCu6Q+zU8pIqKcwYamu7C7c/y6Y="
}
}
}