-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
40 lines (40 loc) · 1.47 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
36
37
38
39
40
{
"name": "zipkin-instrumentation-koa",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"base64-js": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
"integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw=="
},
"is-promise": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
"integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"zipkin": {
"version": "0.18.4",
"resolved": "https://registry.npmjs.org/zipkin/-/zipkin-0.18.4.tgz",
"integrity": "sha512-ymqdSd6s9oDhrg02Ol16ITlDIrID4bov9Z1l1bzPZgLJdt+1ZrUrdbX7Q1EkNHtO136TLRXk+QvHGXjjntK6/Q==",
"requires": {
"base64-js": "^1.1.2",
"is-promise": "^2.1.0"
}
},
"zipkin-transport-http": {
"version": "0.18.4",
"resolved": "https://registry.npmjs.org/zipkin-transport-http/-/zipkin-transport-http-0.18.4.tgz",
"integrity": "sha512-JLGQNLJz5BMC5TujG1Hs+DznPDh/zfNVH10t6bnIYNwdYY2G57LhaW63rht4yl05TddSHG6uMDOj7jSfbWapdw==",
"requires": {
"node-fetch": "^2.3.0"
}
}
}
}