UNPKG

make-fetch

Version:

Implement your own `fetch()` with node.js streams

39 lines (38 loc) 979 B
{ "name": "make-fetch", "version": "3.2.3", "description": "Implement your own `fetch()` with node.js streams", "main": "index.js", "type": "module", "types": "./dist/index.d.ts", "scripts": { "test": "node test", "lint": "standard --fix && tsc --noEmit", "build": "tsc", "preversion": "npm run lint && npm run build && npm run test" }, "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": { "@tsconfig/node20": "^20.1.8", "@types/node": "^25.0.3", "@types/tape": "^5.8.1", "standard": "^17.0.0", "tape": "^5.6.1", "typescript": "^5.9.3" } }