{
  "name": "umi-request-progress-middleware",
  "version": "1.0.5",
  "description": "Middleware used by umi-request to obtain upload and download progress",
  "keywords": [
    "umi",
    "umi-request middleware",
    "umi-request 中间件",
    "网络请求",
    "fetch 下载进度",
    "download progress",
    "process",
    "下载进度"
  ],
  "author": "Matt <matt_liao@163.com>",
  "homepage": "https://github.com/matt-liao0108/umi-plugin#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matt-liao0108/umi-plugin.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc"
  },
  "bugs": {
    "url": "https://github.com/matt-liao0108/umi-plugin/issues"
  },
  "devDependencies": {
    "umi-request": "^1.4.0"
  },
  "gitHead": "39d998c3e8e91693f56c31de146cd8f1e621d143"
}
