crawling
Version:
A simple crawler made in JavaScript for Node.
38 lines (37 loc) • 749 B
JSON
{
"type": "module",
"name": "crawling",
"version": "1.0.1",
"description": "A simple crawler made in JavaScript for Node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "github:lgrachov/crawling",
"keywords": [
"crawl",
"crawler",
"crawled",
"crawling",
"node",
"web",
"browser",
"both",
"ky",
"got",
"www",
"world-wide-web",
"website",
"web"
],
"author": "Lev Grachov",
"license": "MIT",
"bugs": {
"url": "https://github.com/lgrachov/crawling/issues"
},
"homepage": "https://github.com/lgrachov/crawling#readme",
"dependencies": {
"got": "^14.4.2",
"node-html-parser": "^6.1.13"
}
}