f6afdc4877
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"name": "fttest",
|
|
"version": "1.0.0",
|
|
"description": "Retrieve json from remote site",
|
|
"main": "request-multiple-urls.js",
|
|
"scripts": {
|
|
"test": "node tests/request-multiple-urls.tape.js",
|
|
"test:mocha": "mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.4.0",
|
|
"mocha": "^8.0.1",
|
|
"nock": "^13.0.2",
|
|
"tape": "^5.0.1",
|
|
"tape-promise": "^4.0.0"
|
|
}
|
|
}
|