request/package.json

24 lines
445 B
JSON
Raw Normal View History

2020-09-16 20:07:28 +08:00
{
"name": "@gm5/request",
2024-07-16 17:45:52 +08:00
"version": "2.0.6",
2023-10-26 19:02:46 +08:00
"description": "对Http的Request进一步封装, 提供常用的API",
2020-09-16 20:07:28 +08:00
"main": "index.js",
"author": "yutent",
"type": "module",
2022-07-04 19:08:04 +08:00
"keywords": [
"five",
2023-10-26 19:02:46 +08:00
"gmf",
"gm5",
2022-07-04 19:08:04 +08:00
"five.js",
"fivejs",
"request",
"http"
],
2020-09-16 20:07:28 +08:00
"dependencies": {
2023-11-01 14:19:00 +08:00
"es.shim": "^2.2.0",
"iofs": "^1.5.3"
2020-09-16 20:07:28 +08:00
},
2023-10-31 18:55:50 +08:00
"repository": "https://git.wkit.fun/gm5/request.git",
2020-09-16 20:07:28 +08:00
"license": "MIT"
}