UNPKG

micro-ftch

Version:

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

55 lines (54 loc) 1.4 kB
{ "name": "micro-ftch", "version": "0.4.3", "description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features", "files": [ "lib", "index.ts" ], "main": "./lib/index.js", "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/esm/index.js", "default": "./lib/index.js" } }, "devDependencies": { "@paulmillr/jsbt": "0.3.3", "micro-bmark": "0.4.0", "micro-should": "0.5.1", "prettier": "3.5.2", "typescript": "5.8.2" }, "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" }, "scripts": { "build": "tsc && tsc -p tsconfig.cjs.json", "build:release": "npx jsbt esbuild test/build", "lint": "prettier --check index.ts", "format": "prettier --write index.ts", "test": "node test/index.js", "test:bun": "bun test/index.js", "test:deno": "deno --allow-env --allow-net test/index.js" }, "keywords": [ "fetch", "network", "killswitch", "concurrent", "parallel", "jsonrpc", "replay", "ftch" ], "funding": "https://paulmillr.com/funding/" }