-
Notifications
You must be signed in to change notification settings - Fork 40
/
package-lock.json
23 lines (23 loc) · 1 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
{
"name": "cfn-modules-serverless-cron-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-event-source-cron": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@cfn-modules/lambda-event-source-cron/-/lambda-event-source-cron-1.1.0.tgz",
"integrity": "sha512-7x/KDC0RkD3y/0OWNtpASudFwwDHoOJtCxtEUg5c2ofY3thl7uhfFp8ixMB7mPeh7QGQkFd9lEQOZQhn4bwG2Q=="
},
"@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=="
}
}
}