forked from biopolyhedron/rime-middle-chinese
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
43 lines (43 loc) · 1.41 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
{
"name": "rime-kyonh",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"qieyun-examples": "^20210422.0.0"
}
},
"node_modules/qieyun": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/qieyun/-/qieyun-0.12.3.tgz",
"integrity": "sha512-w1QBK0KqzPFnI1mkW2y6NAaAxZFJ2yaSPLtWjaGwUyfWToWrGYstl7rZ1PY9RqQqAA1y/PKQGt3w166y5U5i9w==",
"engines": {
"node": ">=10"
}
},
"node_modules/qieyun-examples": {
"version": "20210422.0.0",
"resolved": "https://registry.npmjs.org/qieyun-examples/-/qieyun-examples-20210422.0.0.tgz",
"integrity": "sha512-oSOqd0WHXclUgK26Nx3V0OXjSqduoh142UF5swpM8qlW4aVdDvrzQyxvju72lBSuGdAXEJNyNxxbazIFat2sTg==",
"dependencies": {
"qieyun": "^0.12.2"
}
}
},
"dependencies": {
"qieyun": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/qieyun/-/qieyun-0.12.3.tgz",
"integrity": "sha512-w1QBK0KqzPFnI1mkW2y6NAaAxZFJ2yaSPLtWjaGwUyfWToWrGYstl7rZ1PY9RqQqAA1y/PKQGt3w166y5U5i9w=="
},
"qieyun-examples": {
"version": "20210422.0.0",
"resolved": "https://registry.npmjs.org/qieyun-examples/-/qieyun-examples-20210422.0.0.tgz",
"integrity": "sha512-oSOqd0WHXclUgK26Nx3V0OXjSqduoh142UF5swpM8qlW4aVdDvrzQyxvju72lBSuGdAXEJNyNxxbazIFat2sTg==",
"requires": {
"qieyun": "^0.12.2"
}
}
}
}