-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package-lock.json
62 lines (62 loc) · 2.16 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
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
60
61
62
{
"name": "homography",
"version": "1.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "homography",
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"delaunator": "^5.0.0",
"homography": "^1.5.0"
},
"devDependencies": {}
},
"node_modules/delaunator": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz",
"integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==",
"dependencies": {
"robust-predicates": "^3.0.0"
}
},
"node_modules/homography": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/homography/-/homography-1.5.0.tgz",
"integrity": "sha512-GwOxn+/SSz6NPADvwpnhUFiWMrehDw5AFgxkV30aaOvXPtCG4ebTG831kZalpIcHs4E0xC5S0PoWv/feTy0CZg==",
"dependencies": {
"delaunator": "^5.0.0"
}
},
"node_modules/robust-predicates": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.1.tgz",
"integrity": "sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g=="
}
},
"dependencies": {
"delaunator": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.0.tgz",
"integrity": "sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==",
"requires": {
"robust-predicates": "^3.0.0"
}
},
"homography": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/homography/-/homography-1.5.0.tgz",
"integrity": "sha512-GwOxn+/SSz6NPADvwpnhUFiWMrehDw5AFgxkV30aaOvXPtCG4ebTG831kZalpIcHs4E0xC5S0PoWv/feTy0CZg==",
"requires": {
"delaunator": "^5.0.0"
}
},
"robust-predicates": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.1.tgz",
"integrity": "sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g=="
}
}
}