make-fetch
Version:
Implement your own `fetch()` with node.js streams
32 lines (31 loc) • 722 B
JSON
{
"name": "make-fetch",
"version": "3.1.3",
"description": "Implement your own `fetch()` with node.js streams",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/make-fetch.git"
},
"keywords": [
"fetch",
"custom",
"request",
"fake"
],
"author": "rangermauve <ranger@mauve.moe> (https://mauve.moe/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/make-fetch/issues"
},
"homepage": "https://github.com/RangerMauve/make-fetch#readme",
"devDependencies": {
"standard": "^17.0.0",
"tape": "^5.6.1"
}
}