-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
56 lines (56 loc) · 1.93 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
{
"name": "heightmap-rgb-gen",
"version": "1.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "heightmap-rgb-gen",
"version": "1.0.8",
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"javascript-color-gradient": "^2.3.4",
"pngjs": "^6.0.0"
},
"bin": {
"heightmap-rgb-gen": "main.js"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"node_modules/javascript-color-gradient": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/javascript-color-gradient/-/javascript-color-gradient-2.3.4.tgz",
"integrity": "sha512-OgJldGVhTXLN8/ryIKggwJDxS8rsCJK53Cj5ufNI7HcxzMQo22C5Xz9TYExdtpAWfoGUvdjOtcVaiC8tF70ezg=="
},
"node_modules/pngjs": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
"engines": {
"node": ">=12.13.0"
}
}
},
"dependencies": {
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"javascript-color-gradient": {
"version": "2.3.4",
"resolved": "https://registry.npmjs.org/javascript-color-gradient/-/javascript-color-gradient-2.3.4.tgz",
"integrity": "sha512-OgJldGVhTXLN8/ryIKggwJDxS8rsCJK53Cj5ufNI7HcxzMQo22C5Xz9TYExdtpAWfoGUvdjOtcVaiC8tF70ezg=="
},
"pngjs": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg=="
}
}
}