-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
{
"name": "@echogarden/text-segmentation",
"version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@echogarden/text-segmentation",
"version": "0.4.1",
"license": "MIT",
"dependencies": {
"regexp-composer": "~0.3.0"
},
"devDependencies": {
"@types/node": "~24.3.0"
},
"peerDependencies": {
"@echogarden/icu-segmentation-wasm": "~0.2.1"
},
"peerDependenciesMeta": {
"@echogarden/icu-segmentation-wasm": {
"optional": true
}
}
},
"../../regexp-composer": {
"version": "0.3.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.17"
}
},
"node_modules/@types/node": {
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.10.0"
}
},
"node_modules/regexp-composer": {
"resolved": "../../regexp-composer",
"link": true
},
"node_modules/undici-types": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"dev": true,
"license": "MIT"
}
}
}