-
Notifications
You must be signed in to change notification settings - Fork 0
/
pnpm-lock.yaml
71 lines (63 loc) · 1.87 KB
/
pnpm-lock.yaml
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
lockfileVersion: 5.3
specifiers:
eris: ^0.16.1
typescript: ^4.5.5
dependencies:
eris: 0.16.1
devDependencies:
typescript: 4.5.5
packages:
/eris/0.16.1:
resolution:
{
integrity: sha512-fqjgaddSvUlUjA7s85OvZimLrgCwX58Z6FXOIxdNFJdT6XReJ/LOWZKdew2CaalM8BvN2JKzn98HmKYb3zMhKg==,
}
engines: { node: ">=10.4.0" }
dependencies:
ws: 8.5.0
optionalDependencies:
opusscript: 0.0.8
tweetnacl: 1.0.3
transitivePeerDependencies:
- bufferutil
- utf-8-validate
dev: false
/opusscript/0.0.8:
resolution:
{
integrity: sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==,
}
requiresBuild: true
dev: false
optional: true
/tweetnacl/1.0.3:
resolution:
{
integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==,
}
requiresBuild: true
dev: false
optional: true
/typescript/4.5.5:
resolution:
{
integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==,
}
engines: { node: ">=4.2.0" }
hasBin: true
dev: true
/ws/8.5.0:
resolution:
{
integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==,
}
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
dev: false