forked from redblobgames/mapgen4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
76 lines (76 loc) · 3.29 KB
/
package-lock.json
File metadata and controls
76 lines (76 loc) · 3.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@redblobgames/mapgen4",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@redblobgames/mapgen4",
"version": "2.0.0",
"dependencies": {
"@redblobgames/prng": "https://github.com/redblobgames/prng",
"delaunator": "^5",
"fast-2d-poisson-disk-sampling": "^1",
"flatqueue": "^2",
"gl-matrix": "^3",
"simplex-noise": "^4"
}
},
"node_modules/@redblobgames/prng": {
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/redblobgames/prng.git#1104cf92f9824d71cf631eeeedd5866e9b62ea9f",
"license": "Apache-2.0",
"dependencies": {
"hash-int": "*"
}
},
"node_modules/delaunator": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.1.0.tgz",
"integrity": "sha512-AGrQ4QSgssa1NGmWmLPqN5NY2KajF5MqxetNEO+o0n3ZwZZeTmt7bBnvzHWrmkZFxGgr4HdyFgelzgi06otLuQ==",
"license": "ISC",
"dependencies": {
"robust-predicates": "^3.0.2"
}
},
"node_modules/fast-2d-poisson-disk-sampling": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/fast-2d-poisson-disk-sampling/-/fast-2d-poisson-disk-sampling-1.0.3.tgz",
"integrity": "sha512-5jRLVwy1YCERwATyabp1OC34To0q2cKyfNBeglgjI1M1t4hpyqISY2Rb4jNayJ4IyV0sMbqVq85h5t11r7F9AA==",
"license": "MIT"
},
"node_modules/flatqueue": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/flatqueue/-/flatqueue-2.0.3.tgz",
"integrity": "sha512-RZCWZNkmxzUOh8jqEcEGZCycb3B8KAfpPwg3H//cURasunYxsg1eIvE+QDSjX+ZPHTIVfINfK1aLTrVKKO0i4g==",
"license": "ISC",
"engines": {
"node": ">= 12.17.0"
}
},
"node_modules/gl-matrix": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz",
"integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==",
"license": "MIT"
},
"node_modules/hash-int": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hash-int/-/hash-int-1.0.0.tgz",
"integrity": "sha512-U1cDrvoPTR+AWCeFLXm0UjEcsgz74N5H4lQ3PjwDCIaLHgiXRmfsvq15/HGSjNAkig/bZMcESqg93ax9alWhkg==",
"license": "MIT"
},
"node_modules/robust-predicates": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",
"integrity": "sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==",
"license": "Unlicense"
},
"node_modules/simplex-noise": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/simplex-noise/-/simplex-noise-4.0.3.tgz",
"integrity": "sha512-qSE2I4AngLQG7BXqoZj51jokT4WUXe8mOBrvfOXpci8+6Yu44+/dD5zqDpOx3Ux792eamTd2lLcI8jqFntk/lg==",
"license": "MIT"
}
}
}