get-all-links
Version:
A node crawler that return all links/href from website
35 lines (34 loc) • 674 B
JSON
{
"name": "get-all-links",
"version": "1.0.2",
"description": "A node crawler that return all links/href from website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "https://github.com/spurushottam13",
"repository": {
"type": "git",
"url": "https://github.com/spurushottam13/get-all-links"
},
"keywords": [
"find",
"link",
"href",
"hrefs",
"url",
"relativepath",
"absolute",
"path",
"extract",
"crawler",
"spider",
"utility",
"helper"
],
"license": "MIT",
"dependencies": {
"jsdom": "^15.2.1",
"request": "^2.88.0"
}
}