cheerio-req
Version:
An http request module sending back a Cheerio object.
52 lines • 1.06 kB
JSON
{
"name": "cheerio-req",
"description": "An http request module sending back a Cheerio object.",
"keywords": [
"cheerio",
"req",
"an",
"http",
"request",
"module",
"sending",
"back",
"a",
"object"
],
"license": "MIT",
"version": "2.0.1",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/cheerio-req.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/cheerio-req/issues"
},
"homepage": "https://github.com/IonicaBizau/cheerio-req#readme",
"dependencies": {
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}