22 lines
578 B
JSON
22 lines
578 B
JSON
{
|
|
"name": "@bytedo/fetch",
|
|
"version": "1.1.3",
|
|
"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", "axois", "request", "ajax"],
|
|
"author": "yutent",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/bytedo/fetch/issues"
|
|
},
|
|
"homepage": "https://github.com/bytedo/fetch#readme"
|
|
}
|
JavaScript
100%