-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
35 lines (35 loc) · 1.16 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
29
30
31
32
33
34
35
{
"name": "zeebe-canaryize",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "8.10.59",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.59.tgz",
"integrity": "sha512-8RkBivJrDCyPpBXhVZcjh7cQxVBSmRk9QM7hOketZzp6Tg79c0N8kkpAIito9bnJ3HCVCHVYz+KHTEbfQNfeVQ=="
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"healthchecks.io": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/healthchecks.io/-/healthchecks.io-2.1.1.tgz",
"integrity": "sha512-LBoW3jAKET8rTjptiVKZofRKH3MmGTPp4UUK88zs1GjX+j/mijK+UiY4KlQUaYaP3LIUvDoVKx0/4lJwDeXwLg==",
"requires": {
"@types/node": "^8.10.59",
"debug": "^2.6.6"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
}