UNPKG

intereq

Version:

Apply interceptors to `fetch` and create a custom request function.

52 lines (51 loc) 1.28 kB
{ "name": "intereq", "version": "1.1.0", "description": "Apply interceptors to `fetch` and create a custom request function.", "cdn": "dist/intereq.js", "main": "dist/intereq.cjs.js", "types": "dist/intereq.d.ts", "unpkg": "dist/intereq.js", "module": "dist/intereq.es.js", "jsdelivr": "dist/intereq.js", "umd:main": "dist/intereq.js", "files": ["dist/"], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && bili src/intereq.js --format es,cjs,umd,umd-min --js buble" }, "repository": { "type": "git", "url": "git+https://github.com/VitorLuizC/intereq.git" }, "author": { "url": "https://vitorluizc.github.io/", "name": "Vitor Luiz Cavalcanti", "email": "vitorluizc@outlook.com" }, "license": "MIT", "bugs": { "url": "https://github.com/VitorLuizC/intereq/issues" }, "keywords": [ "fetch", "interceptors", "typescript", "javascript", "bili", "fetch-api", "request", "intercept-fetch", "http-client", "https-client", "whatwg-fetch", "promise", "request-promise", "async" ], "homepage": "https://github.com/VitorLuizC/intereq#readme", "devDependencies": { "bili": "^3.4.2", "typescript": "^3.2.2" } }