fetch/package.json

29 lines
605 B
JSON
Raw Permalink Normal View History

2020-07-31 19:01:15 +08:00
{
"name": "@bytedo/fetch",
2024-07-15 15:26:05 +08:00
"version": "2.1.7",
2020-07-31 19:01:15 +08:00
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
2024-07-15 15:26:05 +08:00
"main": "dist/next.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
}