@warren-bank/node-request-cli
Version:
An extremely lightweight HTTP request client for the command-line. Supports: http, https, proxy, redirects, cookies, content-encoding, multipart/form-data, multi-threading, recursive website crawling and mirroring.
74 lines (73 loc) • 1.83 kB
JSON
{
"name": "@warren-bank/node-request-cli",
"version": "4.0.25",
"main": "lib/process_cli.js",
"description": "An extremely lightweight HTTP request client for the command-line. Supports: http, https, proxy, redirects, cookies, content-encoding, multipart/form-data, multi-threading, recursive website crawling and mirroring.",
"author": "Warren Bank (https://github.com/warren-bank)",
"license": "GPL-2.0",
"bin": {
"nget": "bin/nget.js",
"nget-convert-cookiefile": "bin/nget-convert-cookiefile.js"
},
"dependencies": {
"@warren-bank/mkdir-sync": "^1.0.2",
"@warren-bank/node-process-argv": "^1.2.2",
"@warren-bank/node-request": "^2.0.14",
"http-proxy-agent": "5.0.0",
"https-proxy-agent": "5.0.0",
"socks-proxy-agent": "5.0.0"
},
"author": {
"name": "Warren R. Bank",
"email": "warren.r.bank@gmail.com",
"url": "https://github.com/warren-bank"
},
"repository": {
"type": "git",
"url": "https://github.com/warren-bank/node-request-cli"
},
"keywords": [
"nget",
"request",
"http request client",
"http client",
"http",
"https",
"client",
"proxy",
"socks",
"socks4",
"socks5",
"redirect",
"redirects",
"cookie jar",
"cookie",
"cookies",
"content-encoding",
"compression",
"compressed",
"multipart/form-data",
"multipart",
"form-data",
"form data",
"buffer",
"stream",
"pipe",
"stdin",
"stdout",
"wget",
"curl",
"concurrent",
"threads",
"multi-threading",
"multithreading",
"web spider",
"web crawler",
"website mirror",
"website downloader",
"spider",
"crawler",
"mirror",
"downloader"
]
}