Add Axios as a dependency
This commit is contained in:
parent
6f3301e1c9
commit
62e42b20e3
3 changed files with 21 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
"@types/engine.io": "^3.1.4",
|
"@types/engine.io": "^3.1.4",
|
||||||
"@types/node": "^14.14.14",
|
"@types/node": "^14.14.14",
|
||||||
"@types/socket.io": "^2.1.12",
|
"@types/socket.io": "^2.1.12",
|
||||||
|
"axios": "^0.21.1",
|
||||||
"fs": "^0.0.1-security",
|
"fs": "^0.0.1-security",
|
||||||
"neat-csv": "^6.0.0",
|
"neat-csv": "^6.0.0",
|
||||||
"socket.io": "^3.0.4",
|
"socket.io": "^3.0.4",
|
||||||
|
|
|
||||||
19
server/pnpm-lock.yaml
generated
19
server/pnpm-lock.yaml
generated
|
|
@ -2,6 +2,7 @@ dependencies:
|
||||||
'@types/engine.io': 3.1.4
|
'@types/engine.io': 3.1.4
|
||||||
'@types/node': 14.14.14
|
'@types/node': 14.14.14
|
||||||
'@types/socket.io': 2.1.12
|
'@types/socket.io': 2.1.12
|
||||||
|
axios: 0.21.1
|
||||||
fs: 0.0.1-security
|
fs: 0.0.1-security
|
||||||
neat-csv: 6.0.0
|
neat-csv: 6.0.0
|
||||||
socket.io: 3.0.4
|
socket.io: 3.0.4
|
||||||
|
|
@ -54,6 +55,12 @@ packages:
|
||||||
node: '>= 0.6'
|
node: '>= 0.6'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
|
integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
|
||||||
|
/axios/0.21.1:
|
||||||
|
dependencies:
|
||||||
|
follow-redirects: 1.13.1
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
|
||||||
/base64-arraybuffer/0.1.4:
|
/base64-arraybuffer/0.1.4:
|
||||||
dev: false
|
dev: false
|
||||||
engines:
|
engines:
|
||||||
|
|
@ -127,6 +134,17 @@ packages:
|
||||||
node: '>=10.0.0'
|
node: '>=10.0.0'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Ri+whTNr2PKklxQkfbGjwEo+kCBUM4Qxk4wtLqLrhH+b1up2NFL9g9pjYWiCV/oazwB0rArnvF/ZmZN2ab5Hpg==
|
integrity: sha512-Ri+whTNr2PKklxQkfbGjwEo+kCBUM4Qxk4wtLqLrhH+b1up2NFL9g9pjYWiCV/oazwB0rArnvF/ZmZN2ab5Hpg==
|
||||||
|
/follow-redirects/1.13.1:
|
||||||
|
dev: false
|
||||||
|
engines:
|
||||||
|
node: '>=4.0'
|
||||||
|
peerDependencies:
|
||||||
|
debug: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
debug:
|
||||||
|
optional: true
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
|
||||||
/fs/0.0.1-security:
|
/fs/0.0.1-security:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
|
|
@ -266,6 +284,7 @@ specifiers:
|
||||||
'@types/engine.io': ^3.1.4
|
'@types/engine.io': ^3.1.4
|
||||||
'@types/node': ^14.14.14
|
'@types/node': ^14.14.14
|
||||||
'@types/socket.io': ^2.1.12
|
'@types/socket.io': ^2.1.12
|
||||||
|
axios: ^0.21.1
|
||||||
fs: ^0.0.1-security
|
fs: ^0.0.1-security
|
||||||
neat-csv: ^6.0.0
|
neat-csv: ^6.0.0
|
||||||
socket.io: ^3.0.4
|
socket.io: ^3.0.4
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ export default {
|
||||||
"Toml": "https://www.npmjs.com/package/toml",
|
"Toml": "https://www.npmjs.com/package/toml",
|
||||||
"tslog": "https://www.npmjs.com/package/tslog",
|
"tslog": "https://www.npmjs.com/package/tslog",
|
||||||
"Socket.io": "https://socket.io",
|
"Socket.io": "https://socket.io",
|
||||||
|
"Axios": "https://www.npmjs.com/package/axios",
|
||||||
"neat-csv": "https://github.com/sindresorhus/neat-csv",
|
"neat-csv": "https://github.com/sindresorhus/neat-csv",
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue