sefetch
Version:
A highly advanced fetch module with caching, retry, and timeout features.
38 lines • 727 B
JSON
{
"name": "sefetch",
"version": "0.0.5",
"description": "A highly advanced fetch module with caching, retry, and timeout features.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"lint": "eslint .",
"format": "prettier --write ."
},
"author": "Mrsel <morselprojeler@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"qpqchte": "^2.0.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"prettier": "^2.0.0"
},
"keywords": [
"fetch",
"http",
"api",
"request",
"cache",
"retry",
"timeout",
"morsel",
"morsedb",
"morselapi",
"morsel-api",
"laxiary.db",
"laxiary-db",
"mrsel.js",
"morsel.js",
"JAVASCRIPT"
]
}