response/package.json

19 lines
375 B
JSON
Raw Normal View History

2020-09-16 16:01:46 +08:00
{
"name": "@gm5/response",
2023-10-31 18:56:48 +08:00
"version": "2.0.1",
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": {
"iofs": "^1.5.0"
},
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"
}