e8e5b1706e
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2) Updates `mocha` from 8.0.1 to 8.4.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.0.1...v8.4.0) --- updated-dependencies: - dependency-name: flat dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... 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.19.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.4.0",
|
|
"mocha": "^8.4.0",
|
|
"nock": "^13.0.2",
|
|
"tape": "^5.0.1",
|
|
"tape-promise": "^4.0.0"
|
|
}
|
|
}
|