UNPKG

req-fast

Version:

This module is designed to be the fast, lightweight way to fetch the web content(HTML stream).

53 lines (52 loc) 1.05 kB
{ "name": "req-fast", "version": "0.2.21", "description": "This module is designed to be the fast, lightweight way to fetch the web content(HTML stream).", "main": "lib/req.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec -t 30000" }, "repository": { "type": "git", "url": "git://github.com/Tjatse/req-fast.git" }, "keywords": [ "request", "http", "client", "fetch", "grab", "download" ], "author": "Tjatse", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Tjatse/req-fast/issues" }, "engines": [ "node >= 0.12.0" ], "dependencies": { "debug": "^2.6.0", "iconv-lite": "^0.4.15", "tunnel2": "^0.0.5", "urijs": "^1.18.4", "user-agents": "^1.0.387" }, "devDependencies": { "async": "^2.1.4", "chai": "^3.5.0", "mocha": "^3.2.0", "request": "^2.79.0" }, "standard": { "ignore": [], "globals": [ "describe", "it", "before", "after" ] }, "readmeFilename": "README.md" }