-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
34 lines (34 loc) · 1.02 KB
/
package-lock.json
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
{
"name": "typosquatting-detector-trainer",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"typosquatting-detector": "file:../typosquatting-detector"
}
},
"node_modules/libsvm-js": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/libsvm-js/-/libsvm-js-0.2.1.tgz",
"integrity": "sha512-tN9gh91NCAwSIhjgG3y8pdKETTwnwFvvSFNIrQQuJGVtAu0SO6Y43D7OEKMSVhQLQkgLADlDaqo9uxNGVEzJEA=="
},
"node_modules/punycode": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
"engines": {
"node": ">=6"
}
},
"node_modules/typosquatting-detector": {
"version": "0.0.8",
"resolved": "file:../typosquatting-detector",
"license": "MIT",
"dependencies": {
"libsvm-js": "^0.2.1",
"punycode": "^2.3.0"
}
}
}
}