UNPKG

extract-urls

Version:

Extract urls from a string and returns an array

40 lines (39 loc) 726 B
{ "name": "extract-urls", "version": "1.4.1", "main": "index.js", "author": { "name": "Massimiliano Ranauro", "email": "huckbit@gmail.com", "url": "https://github.com/huckbit" }, "repository": { "type": "git", "url": "https://github.com/huckbit/extract-urls" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "engines": { "node": ">=10" }, "scripts": { "test": "jest --coverage" }, "files": [ "index.js" ], "keywords": [ "url", "text", "string", "extract", "find", "scrape" ], "license": "MIT", "description": "Extract urls from a string and returns an array", "devDependencies": { "jest": "^29.6.4" } }