fetch/package.json

29 lines
606 B
JSON

{
"name": "@bytedo/fetch",
"version": "1.2.0",
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
"main": "dist/index.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"
}
全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch
JavaScript 100%