{ "name": "@bytedo/fetch", "version": "2.1.8", "description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch", "main": "dist/next.js", "files": [ "dist/*" ], "scripts": { "start": "node ./build.js" }, "repository": { "type": "git", "url": "git+https://github.com/bytedo/fetch.git" }, "keywords": [ "fetch", "axios", "request", "ajax" ], "author": "yutent", "license": "MIT", "bugs": { "url": "https://github.com/bytedo/fetch/issues" }, "homepage": "https://github.com/bytedo/fetch#readme" }