-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
58 lines (58 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@web-alchemy/fonttools",
"version": "1.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@web-alchemy/fonttools",
"version": "1.3.1",
"dependencies": {
"pyodide": "^0.26.4"
},
"bin": {
"fonttools": "bin/fonttools",
"pyftmerge": "bin/pyftmerge",
"pyftsubset": "bin/pyftsubset",
"ttx": "bin/ttx"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
},
"node_modules/pyodide": {
"version": "0.26.4",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.26.4.tgz",
"integrity": "sha512-z2CHsjVlhhJi5tYBF0AYAfNEPo3zq/z+xOpFtk1tweJkRaTqU4UK/7pLvo8DBU2VDPH31vB3pSI+8fnoqrVrFg==",
"license": "Apache-2.0",
"dependencies": {
"ws": "^8.5.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}