-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
154 lines (154 loc) · 5.75 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "werewolf",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "werewolf",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"eris": "^0.17.2",
"hashids": "^2.3.0",
"void-config": "^1.0.0",
"void-list": "^1.1.5",
"void-logger": "^2.0.0",
"void-map": "^0.0.6"
}
},
"node_modules/eris": {
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.17.2.tgz",
"integrity": "sha512-OzffDSL81VooFXfRn56ienSg7J6fagoN8WdkmCHjn0B9a4jUA3bVouMztQiaXT54jHV5jaX9D0mJ/b9/0mFoVg==",
"dependencies": {
"ws": "^8.2.3"
},
"engines": {
"node": ">=10.4.0"
},
"optionalDependencies": {
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.3"
}
},
"node_modules/hashids": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/hashids/-/hashids-2.3.0.tgz",
"integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
},
"node_modules/opusscript": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz",
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
"optional": true
},
"node_modules/tweetnacl": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
"optional": true
},
"node_modules/void-config": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/void-config/-/void-config-1.0.0.tgz",
"integrity": "sha512-POWqnEbGkiyRkp9WBavdb/fprB/z+K/dglZcdeVrma593DNFK0kh56EasoauDnsK54Sz6H+qvPzi3lDACgwNDQ=="
},
"node_modules/void-list": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/void-list/-/void-list-1.1.5.tgz",
"integrity": "sha512-l7Mc+b3teDIkKP7G22n7V4ROeMh5DMExKd9rRGHGh8VKWyKGuDRY6pFEMf5FcTl0RWKFESKXxH7+nx2ljYnp8g=="
},
"node_modules/void-logger": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/void-logger/-/void-logger-2.0.0.tgz",
"integrity": "sha512-Jg2xseFUIQFVm8fVRix6LLUQHx46vx97r5ZUTgiElTshKnqBGN6jc2ox5MHVfjHD0U9eZPkEhjt0qGJSIWWPTQ=="
},
"node_modules/void-map": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/void-map/-/void-map-0.0.6.tgz",
"integrity": "sha512-tEV/3xZ81x8Ccig+TkBHEvp45S38Evntp8VXmggu0jAxl06ukah1jDqazuVSBKIdWxJrHjg6TTpezGZM6gpohA==",
"dependencies": {
"void-list": "^1.1.5"
}
},
"node_modules/ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
"dependencies": {
"eris": {
"version": "0.17.2",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.17.2.tgz",
"integrity": "sha512-OzffDSL81VooFXfRn56ienSg7J6fagoN8WdkmCHjn0B9a4jUA3bVouMztQiaXT54jHV5jaX9D0mJ/b9/0mFoVg==",
"requires": {
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.3",
"ws": "^8.2.3"
}
},
"hashids": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/hashids/-/hashids-2.3.0.tgz",
"integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
},
"opusscript": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz",
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
"optional": true
},
"tweetnacl": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
"optional": true
},
"void-config": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/void-config/-/void-config-1.0.0.tgz",
"integrity": "sha512-POWqnEbGkiyRkp9WBavdb/fprB/z+K/dglZcdeVrma593DNFK0kh56EasoauDnsK54Sz6H+qvPzi3lDACgwNDQ=="
},
"void-list": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/void-list/-/void-list-1.1.5.tgz",
"integrity": "sha512-l7Mc+b3teDIkKP7G22n7V4ROeMh5DMExKd9rRGHGh8VKWyKGuDRY6pFEMf5FcTl0RWKFESKXxH7+nx2ljYnp8g=="
},
"void-logger": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/void-logger/-/void-logger-2.0.0.tgz",
"integrity": "sha512-Jg2xseFUIQFVm8fVRix6LLUQHx46vx97r5ZUTgiElTshKnqBGN6jc2ox5MHVfjHD0U9eZPkEhjt0qGJSIWWPTQ=="
},
"void-map": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/void-map/-/void-map-0.0.6.tgz",
"integrity": "sha512-tEV/3xZ81x8Ccig+TkBHEvp45S38Evntp8VXmggu0jAxl06ukah1jDqazuVSBKIdWxJrHjg6TTpezGZM6gpohA==",
"requires": {
"void-list": "^1.1.5"
}
},
"ws": {
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
}
}
}