-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage-lock.json
28 lines (28 loc) · 1.24 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
{
"name": "cfn-modules-serverless-image-resize-example",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@cfn-modules/alerting": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@cfn-modules/alerting/-/alerting-1.2.2.tgz",
"integrity": "sha512-IcATzZdaYtjuiwuxFG0hNoTXn33T5Zkgf6P97P8LW59dgYTbmcuT4Vo5xgTnyPGrcbB+V0eHFpFtpiT1JDhU5w=="
},
"@cfn-modules/lambda-function": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@cfn-modules/lambda-function/-/lambda-function-2.10.0.tgz",
"integrity": "sha512-ilK4xZfJn71oMrAPz2BkXBMR0FhYtqqxhhve0XjkPGLGkw/gyEkbDhUxtPNa1/N18XnaUtn3s8bcdKMjJE5yaA=="
},
"@cfn-modules/s3-bucket": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@cfn-modules/s3-bucket/-/s3-bucket-1.8.0.tgz",
"integrity": "sha512-VcENP/dwUhc3PdL8AfFyvP32oThSkpd4t+cnJBTW8wC14jQNnjhD2/C2ZZNTPweg19aCjnA+SY5Ho3Z7kYS51g=="
},
"@cfn-modules/sqs-queue": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@cfn-modules/sqs-queue/-/sqs-queue-1.2.0.tgz",
"integrity": "sha512-6PbaEzQcP6Ye896UHFAVO4n39yisHruiUR3cr6aYpUnc6ihBMYlX/UVC1VcvpuhSZxz+YnkjArC8x/ouqm3YoA=="
}
}
}