@ntlab/sfetch
Version:
Simultaneously fetch urls
30 lines (29 loc) • 622 B
JSON
{
"name": "@ntlab/sfetch",
"version": "1.2.0",
"description": "Simultaneously fetch urls",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-sfetch.git"
},
"keywords": [
"simultaneous",
"fetch"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-sfetch/issues"
},
"homepage": "https://github.com/tohenk/node-sfetch#readme",
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"http-request-mock": "^2.0.2"
}
}