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
59
| {
| "_args": [
| [
| "uniapp-text-to-speech@1.0.6",
| "D:\\豆米\\gtzxinglijicun\\app"
| ]
| ],
| "_from": "uniapp-text-to-speech@1.0.6",
| "_id": "uniapp-text-to-speech@1.0.6",
| "_inBundle": false,
| "_integrity": "sha512-GGiKZHRQUNlkIFCKu9tXKSkg8cLo81yvABGg+HqzzkmXlNNdyp8dvHqCqv7DKS7xMmO3Xt838bV2ZQzj9qk1ag==",
| "_location": "/uniapp-text-to-speech",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "uniapp-text-to-speech@1.0.6",
| "name": "uniapp-text-to-speech",
| "escapedName": "uniapp-text-to-speech",
| "rawSpec": "1.0.6",
| "saveSpec": null,
| "fetchSpec": "1.0.6"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/uniapp-text-to-speech/-/uniapp-text-to-speech-1.0.6.tgz",
| "_spec": "1.0.6",
| "_where": "D:\\豆米\\gtzxinglijicun\\app",
| "author": {
| "name": "乔振",
| "email": "qiaozhenleve@gmail.com"
| },
| "description": "uniapp 文本转语音",
| "devDependencies": {
| "@types/node": "^20.17.10",
| "typescript": "^5.7.2"
| },
| "keywords": [
| "uniapp",
| "text-to-speech",
| "语音合成",
| "语音播报",
| "minimax",
| "文本转语音",
| "语音合成工具"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "module": "dist/index.js",
| "name": "uniapp-text-to-speech",
| "scripts": {
| "build": "tsc",
| "prepare": "npm run build"
| },
| "type": "module",
| "types": "dist/index.d.ts",
| "version": "1.0.6"
| }
|
|