2018-06-19 01:39:19 +00:00
|
|
|
{
|
2019-10-29 20:31:30 +00:00
|
|
|
"name": "@root/request",
|
2021-10-18 07:42:07 +00:00
|
|
|
"version": "1.8.0",
|
2019-10-29 20:31:30 +00:00
|
|
|
"description": "A lightweight, zero-dependency drop-in replacement for request",
|
|
|
|
"main": "index.js",
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"example": "examples"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.rootprojects.org/root/request.js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"request",
|
|
|
|
"lightweight",
|
|
|
|
"alternative",
|
|
|
|
"http",
|
|
|
|
"https",
|
|
|
|
"call"
|
|
|
|
],
|
2020-04-29 04:57:43 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
2019-10-29 20:31:30 +00:00
|
|
|
"license": "(MIT OR Apache-2.0)"
|
2018-06-19 01:39:19 +00:00
|
|
|
}
|