forked from jimmywarting/whatwg-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
44 lines (44 loc) · 1.22 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
41
42
43
44
{
"name": "whatwg-worker",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "whatwg-worker",
"version": "1.0.2",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "github",
"url": "https://paypal.me/jimmywarting"
}
],
"license": "MIT",
"dependencies": {
"esmurl": "^0.3.0",
"import-meta-resolve": "^3.0.0"
},
"engines": {
"node": ">=16"
}
},
"node_modules/esmurl": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/esmurl/-/esmurl-0.3.0.tgz",
"integrity": "sha512-ie8c8KRaARy+D6FF5ZElwTr5tQlsX0MTpB0E+enZniQwOsgJZxag6P/WpUNX1AlGJRxP4o/FHpd6S59du7na0A=="
},
"node_modules/import-meta-resolve": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz",
"integrity": "sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
}
}
}
}