-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
58 lines (58 loc) Β· 1.8 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
{
"name": "magical-attacks",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"unique-random-array": "^3.0.0"
},
"bin": {
"makeup": "cli.js"
}
},
"node_modules/unique-random": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unique-random/-/unique-random-3.0.0.tgz",
"integrity": "sha512-4vjtE3pH6xO5OmsSmjc6KPgHy2rbCw66BbMRLIyXkuq+WzOKA1oNkqQ+Y7Lh+sE0DrOrWMSpFkivhhzCF7J6HA==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/unique-random-array": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-3.0.0.tgz",
"integrity": "sha512-AETNmMf8dV7VfCu4pM5SO1nKkZZp3lZsbHk9VxkvR2ZjMYy4mzWwzez0g+ZtYIr+RaVH+UN8A003E7woM/ud7Q==",
"dependencies": {
"unique-random": "^3.0.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
},
"dependencies": {
"unique-random": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unique-random/-/unique-random-3.0.0.tgz",
"integrity": "sha512-4vjtE3pH6xO5OmsSmjc6KPgHy2rbCw66BbMRLIyXkuq+WzOKA1oNkqQ+Y7Lh+sE0DrOrWMSpFkivhhzCF7J6HA=="
},
"unique-random-array": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-3.0.0.tgz",
"integrity": "sha512-AETNmMf8dV7VfCu4pM5SO1nKkZZp3lZsbHk9VxkvR2ZjMYy4mzWwzez0g+ZtYIr+RaVH+UN8A003E7woM/ud7Q==",
"requires": {
"unique-random": "^3.0.0"
}
}
}
}