UNPKG

links-finder

Version:

Small lib to find all links in a string and wrap them with <a> tag or just to get positions of these links

16 lines 349 B
{ "name": "react-example", "version": "0.1.0", "private": true, "dependencies": { "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "1.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }