-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
57 lines (57 loc) · 1.74 KB
/
Copy pathpackage-lock.json
File metadata and controls
57 lines (57 loc) · 1.74 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "worker-api",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"toucan-js": "^4.1.1"
}
},
"node_modules/@sentry/core": {
"version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-8.9.2.tgz",
"integrity": "sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==",
"license": "MIT",
"dependencies": {
"@sentry/types": "8.9.2",
"@sentry/utils": "8.9.2"
},
"engines": {
"node": ">=14.18"
}
},
"node_modules/@sentry/types": {
"version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-8.9.2.tgz",
"integrity": "sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==",
"license": "MIT",
"engines": {
"node": ">=14.18"
}
},
"node_modules/@sentry/utils": {
"version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-8.9.2.tgz",
"integrity": "sha512-A4srR9mEBFdVXwSEKjQ94msUbVkMr8JeFiEj9ouOFORw/Y/ux/WV2bWVD/ZI9wq0TcTNK8L1wBgU8UMS5lIq3A==",
"license": "MIT",
"dependencies": {
"@sentry/types": "8.9.2"
},
"engines": {
"node": ">=14.18"
}
},
"node_modules/toucan-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/toucan-js/-/toucan-js-4.1.1.tgz",
"integrity": "sha512-GTPwEaCRN8IbYe5/VeGiwxYvMO0dKaC16fTeLbF+QGswjkLZ9JUqAfDhLMyH2SWukYhmetH+uxWa1Bhluv/evQ==",
"license": "MIT",
"dependencies": {
"@sentry/core": "8.9.2",
"@sentry/types": "8.9.2",
"@sentry/utils": "8.9.2"
}
}
}
}