UNPKG

html-link-extractor

Version:
33 lines (32 loc) 703 B
{ "name": "html-link-extractor", "version": "1.0.5", "description": "extracts links from html text", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/tcort/html-link-extractor.git" }, "keywords": [ "html", "link", "extractor", "href" ], "author": "Thomas Cort <linuxgeek@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/tcort/html-link-extractor/issues" }, "homepage": "https://github.com/tcort/html-link-extractor#readme", "devDependencies": { "expect.js": "^0.3.1", "mocha": "^9.2.2" }, "dependencies": { "cheerio": "^1.0.0-rc.10" } }