2020-09-16 16:01:46 +08:00
|
|
|
{
|
|
|
|
"name": "@gm5/response",
|
2024-07-18 10:03:48 +08:00
|
|
|
"version": "2.1.0",
|
2020-09-16 16:01:46 +08:00
|
|
|
"type": "module",
|
|
|
|
"description": "对Http的response进一步封装, 提供常用的API",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "yutent",
|
2023-10-30 18:45:06 +08:00
|
|
|
"keywords": [
|
|
|
|
"fivejs",
|
|
|
|
"response",
|
|
|
|
"http"
|
|
|
|
],
|
2020-09-21 16:22:46 +08:00
|
|
|
"dependencies": {
|
2023-11-01 15:50:57 +08:00
|
|
|
"iofs": "^1.5.3"
|
2020-09-21 16:22:46 +08:00
|
|
|
},
|
2023-10-31 18:56:48 +08:00
|
|
|
"repository": "https://git.wkit.fun/gm5/response.git",
|
2020-09-16 16:01:46 +08:00
|
|
|
"license": "MIT"
|
|
|
|
}
|