forked from pchaganti/gx-openclaw-foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package-lock.json
File metadata and controls
51 lines (51 loc) · 1.59 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
{
"name": "foundry",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "foundry",
"dependencies": {
"compromise": "^14.15.0"
}
},
"node_modules/compromise": {
"version": "14.15.0",
"resolved": "https://registry.npmjs.org/compromise/-/compromise-14.15.0.tgz",
"integrity": "sha512-YEMv5JGWyqRJw5hdZqDVQF3MMlHA6TRiXreR8IYffk6xB7GA5p/8DeDzvg0Jy2tHNGpD+qJGl0+oJwA+5R/sVA==",
"license": "MIT",
"dependencies": {
"efrt": "2.7.0",
"grad-school": "0.0.5",
"suffix-thumb": "5.0.2"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/efrt": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/efrt/-/efrt-2.7.0.tgz",
"integrity": "sha512-/RInbCy1d4P6Zdfa+TMVsf/ufZVotat5hCw3QXmWtjU+3pFEOvOQ7ibo3aIxyCJw2leIeAMjmPj+1SLJiCpdrQ==",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/grad-school": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/grad-school/-/grad-school-0.0.5.tgz",
"integrity": "sha512-rXunEHF9M9EkMydTBux7+IryYXEZinRk6g8OBOGDBzo/qWJjhTxy86i5q7lQYpCLHN8Sqv1XX3OIOc7ka2gtvQ==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/suffix-thumb": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/suffix-thumb/-/suffix-thumb-5.0.2.tgz",
"integrity": "sha512-I5PWXAFKx3FYnI9a+dQMWNqTxoRt6vdBdb0O+BJ1sxXCWtSoQCusc13E58f+9p4MYx/qCnEMkD5jac6K2j3dgA==",
"license": "MIT"
}
}
}