UNPKG

@liukangjie/uni-request-queue

Version:

A smart request queue manager for UniApp with retry, offline cache, priority, cancel, and caching support.

32 lines (31 loc) 749 B
{ "name": "@liukangjie/uni-request-queue", "version": "1.2.0", "description": "A smart request queue manager for UniApp with retry, offline cache, priority, cancel, and caching support.", "main": "dist/uni-request-queue.cjs", "module": "dist/uni-request-queue.mjs", "files": [ "dist" ], "keywords": [ "uniapp", "request", "queue", "network", "offline", "retry", "cache", "priority" ], "author": "Kangjie Liu", "license": "MIT", "repository": { "type": "git", "url": "https://gitee.com/mygiteeLiu/uni-request-queue.git" }, "homepage": "https://gitee.com/mygiteeLiu/uni-request-queue#readme", "scripts": { "build": "vite build", "prepublishOnly": "npm run build" } }