-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
26 lines (26 loc) · 971 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
{
"name": "hello-world",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ask-sdk-core": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/ask-sdk-core/-/ask-sdk-core-2.3.0.tgz",
"integrity": "sha512-aSc/xaY0lHZu8pmkYPR1ms72WPH73aggo7uL/k0dut6AhP3CmdU3Y9ui7IOAvRJnha0cToQ8TYU0jLEOH6MMNw==",
"requires": {
"ask-sdk-runtime": "^2.2.0"
}
},
"ask-sdk-model": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/ask-sdk-model/-/ask-sdk-model-1.11.1.tgz",
"integrity": "sha512-mdnAKjbNXToAa0lkuSJLDVNN9BtKtvJbVtg26BxZ0sRcGycLKWelyKN4K05CXcpszeQ9I0HfqVRRKCE0v3fR2g=="
},
"ask-sdk-runtime": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/ask-sdk-runtime/-/ask-sdk-runtime-2.2.0.tgz",
"integrity": "sha512-pYqTizpk+13l7sU/bdyIZKRptyR7fP05T8OdY0/tpD8WQaCyIvPigIEHjYcXN0Yz23FkKECbIRvfXN9OQ7Ka5w=="
}
}
}