-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 935 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 935 Bytes
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
{
"name": "dasher-web",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@willwade/ppmpredictor": "^0.0.13"
}
},
"node_modules/@willwade/ppmpredictor": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/@willwade/ppmpredictor/-/ppmpredictor-0.0.13.tgz",
"integrity": "sha512-2w5CzglsSM8vuEjaYDjq0B+QvWGWkIgkjTlVXVTscK0JytvkbvlByNj8D8m2dkXvnVOXbLEvgM3klu3Ft4wp/g==",
"license": "Apache-2.0",
"dependencies": {
"worldalphabets": "^0.0.30"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/worldalphabets": {
"version": "0.0.30",
"resolved": "https://registry.npmjs.org/worldalphabets/-/worldalphabets-0.0.30.tgz",
"integrity": "sha512-ynMcXkONTO8h4ZjfPObRpM8sqDb732+6fDpJ+ksPywUvzILhosQXR80GnxK8vAZDVEiZNJRo8qCLB4LKwwYsag==",
"license": "MIT"
}
}
}