19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "@gm5/response",
|
|
"version": "2.1.1",
|
|
"type": "module",
|
|
"description": "对Http的response进一步封装, 提供常用的API",
|
|
"main": "index.js",
|
|
"author": "yutent",
|
|
"keywords": [
|
|
"fivejs",
|
|
"response",
|
|
"http"
|
|
],
|
|
"dependencies": {
|
|
"iofs": "^1.5.3"
|
|
},
|
|
"repository": "https://git.wkit.fun/gm5/response.git",
|
|
"license": "MIT"
|
|
}
|