|
@@ -25,6 +25,7 @@
|
|
|
"@types/parse": "^3.0.9",
|
|
|
"ionicons": "^7.0.0",
|
|
|
"parse": "^5.1.0",
|
|
|
+ "pinyin": "^4.0.0-alpha.0",
|
|
|
"rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
"zone.js": "~0.14.2"
|
|
@@ -11544,6 +11545,11 @@
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/keypress": {
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/keypress/-/keypress-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
|
|
|
+ },
|
|
|
"node_modules/keyv": {
|
|
|
"version": "4.5.4",
|
|
|
"resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
|
|
@@ -13646,6 +13652,47 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pinyin": {
|
|
|
+ "version": "4.0.0-alpha.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pinyin/-/pinyin-4.0.0-alpha.0.tgz",
|
|
|
+ "integrity": "sha512-hdxO/2RuLWarhLaIcGKdXjkFZ0hFr3W/Yrvrd0YPxuIafixMZSAa4jvxskYLgYHE8OkOXkGsxMsEScwGzqKe3g==",
|
|
|
+ "dependencies": {
|
|
|
+ "commander": "~1.1.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "pinyin": "bin/pinyin"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "install-node": "^18.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@node-rs/jieba": "^1.6.0",
|
|
|
+ "nodejieba": "2.5.2",
|
|
|
+ "segmentit": "^2.0.3"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@node-rs/jieba": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "nodejieba": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "segmentit": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pinyin/node_modules/commander": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
|
|
|
+ "dependencies": {
|
|
|
+ "keypress": "0.1.x"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/piscina": {
|
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/piscina/-/piscina-4.5.0.tgz",
|