-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpnpm-lock.yaml
43 lines (35 loc) · 1.1 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
lockfileVersion: 5.3
specifiers:
'@types/node': ^16.6.1
axios: ^0.21.1
typescript: ^4.3.5
dependencies:
axios: 0.21.1
devDependencies:
'@types/node': 16.6.1
typescript: 4.3.5
packages:
/@types/node/16.6.1:
resolution: {integrity: sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw==}
dev: true
/axios/0.21.1:
resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==}
dependencies:
follow-redirects: 1.14.1
transitivePeerDependencies:
- debug
dev: false
/follow-redirects/1.14.1:
resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
peerDependenciesMeta:
debug:
optional: true
dev: false
/typescript/4.3.5:
resolution: {integrity: sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true