-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage-lock.json
23 lines (23 loc) · 1.02 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-webhook-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-webhook": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cfn-modules/lambda-event-source-webhook/-/lambda-event-source-webhook-2.0.1.tgz",
"integrity": "sha512-tXlmpC6Ifh7qj8BwGCblTOiq5GyAt/JDejnj+dKdn5hLtwDDwRCfTChYrVAfEkoKpq9twFBAbJrUUBZK/h6Ymg=="
},
"@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=="
}
}
}