UNPKG

micro-ftch

Version:

Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features

54 lines (53 loc) 1.38 kB
{ "name": "micro-ftch", "version": "0.5.0", "description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features", "files": [ "index.js", "index.js.map", "index.d.ts", "index.d.ts.map", "index.ts" ], "devDependencies": { "@paulmillr/jsbt": "0.4.1", "@types/node": "22.15.23", "micro-bmark": "0.4.1", "micro-should": "0.5.3", "prettier": "3.5.2", "typescript": "5.8.3" }, "sideEffects": false, "author": "Paul Miller (https://paulmillr.com)", "license": "MIT", "homepage": "https://github.com/paulmillr/micro-ftch", "repository": { "type": "git", "url": "git+https://github.com/paulmillr/micro-ftch.git" }, "type": "module", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "scripts": { "build": "tsc", "build:release": "npx jsbt esbuild test/build", "lint": "prettier --check index.ts", "format": "prettier --write index.ts", "test": "node --experimental-strip-types --no-warnings test/index.ts", "test:bun": "bun test/index.ts", "test:deno": "deno --allow-env --allow-net test/index.ts" }, "keywords": [ "fetch", "network", "killswitch", "concurrent", "parallel", "jsonrpc", "micro", "replay", "ftch" ], "funding": "https://paulmillr.com/funding/" }