2020-07-31 19:01:15 +08:00
|
|
|
{
|
|
|
|
"name": "@bytedo/fetch",
|
2022-06-10 14:00:24 +08:00
|
|
|
"version": "2.0.2",
|
2020-07-31 19:01:15 +08:00
|
|
|
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
|
|
|
|
"main": "dist/index.js",
|
2022-03-22 19:04:58 +08:00
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
2020-07-31 19:01:15 +08:00
|
|
|
"scripts": {
|
2021-08-09 17:00:02 +08:00
|
|
|
"start": "node ./build.js"
|
2020-07-31 19:01:15 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/bytedo/fetch.git"
|
|
|
|
},
|
2022-03-22 19:04:58 +08:00
|
|
|
"keywords": [
|
|
|
|
"fetch",
|
|
|
|
"axios",
|
|
|
|
"request",
|
|
|
|
"ajax"
|
|
|
|
],
|
2020-07-31 19:01:15 +08:00
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/bytedo/fetch/issues"
|
|
|
|
},
|
2021-08-09 17:08:18 +08:00
|
|
|
"homepage": "https://github.com/bytedo/fetch#readme"
|
2020-07-31 19:01:15 +08:00
|
|
|
}
|