UNPKG

soon-fetch

Version:

a 5Kb request lib alternative to axios with timeout, request reusing, race, response cache ...

42 lines (41 loc) 1.1 kB
{ "name": "soon-fetch", "version": "3.0.1", "description": "a 5Kb request lib alternative to axios with timeout, request reusing, race, response cache ...", "homepage": "https://github.com/leafio/soon-fetch", "main": "./dist/index.cjs.js", "module": "/dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist/*" ], "scripts": { "build:types": "tsc", "build": "rollup --config", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "request", "fetch", "lightweight", "timeout", "http", "axios" ], "author": "", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "^0.4.3", "rollup": "^4.22.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-typescript": "^1.0.1", "tslib": "^2.7.0", "typescript": "^5.6.2" }, "dependencies": {} }