request/package.json

23 lines
445 B
JSON
Raw Permalink Normal View History

2020-09-16 20:07:28 +08:00
{
"name": "@gm5/request",
2023-02-09 19:00:53 +08:00
"version": "1.2.8",
2020-09-16 20:07:28 +08:00
"description": "对Http的request进一步封装, 提供常用的API",
"main": "index.js",
"author": "yutent",
"type": "module",
2022-07-04 19:08:04 +08:00
"keywords": [
"five",
"node-five",
"five.js",
"fivejs",
"request",
"http"
],
2020-09-16 20:07:28 +08:00
"dependencies": {
2020-09-21 17:59:28 +08:00
"es.shim": "^2.0.1",
"iofs": "^1.5.0"
2020-09-16 20:07:28 +08:00
},
"repository": "https://github.com/bytedo/gmf.request.git",
"license": "MIT"
}