mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"name": "javascript",
|
|
"version": "1.0.0",
|
|
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "TheAlgorithms",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"jsdom": "^16.3.0",
|
|
"node-fetch": "2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^14.3.4",
|
|
"doctest": "^0.17.1"
|
|
}
|
|
}
|