UNPKG

get-hrefs

Version:

Get all href urls from an HTML string

55 lines (54 loc) 1.21 kB
{ "name": "get-hrefs", "version": "4.0.0", "description": "Get all href urls from an HTML string", "main": "src/index.js", "engines": { "node": ">=8.6.0" }, "scripts": { "test": "xo && ava", "release": "standard-version" }, "bin": "bin/get-hrefs.js", "repository": { "type": "git", "url": "git+https://github.com/joakimbeng/get-hrefs.git" }, "keywords": [ "html", "find", "extract", "links", "urls", "href", "hrefs", "get", "string" ], "author": "Joakim Carlstein <joakim.carlstein@gmail.com> (http://joakim.beng.se/)", "license": "MIT", "bugs": { "url": "https://github.com/joakimbeng/get-hrefs/issues" }, "homepage": "https://github.com/joakimbeng/get-hrefs#readme", "devDependencies": { "@commitlint/cli": "^7.5.0", "@commitlint/config-conventional": "^7.5.0", "@commitlint/travis-cli": "^7.2.1", "ava": "^1.3.1", "husky": "^1.3.1", "prettier": "^1.16.3", "standard-version": "^5.0.1", "xo": "^0.24.0" }, "dependencies": { "cheerio": "^1.0.0-rc.2", "get-stdin": "^6.0.0", "meow": "^5.0.0", "normalize-url": "^4.2.0" }, "xo": { "prettier": true } }