{
  "_from": "linkifyjs@^4.3.2",
  "_id": "linkifyjs@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
  "_location": "/linkifyjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "linkifyjs@^4.3.2",
    "name": "linkifyjs",
    "escapedName": "linkifyjs",
    "rawSpec": "^4.3.2",
    "saveSpec": null,
    "fetchSpec": "^4.3.2"
  },
  "_requiredBy": [
    "/@tiptap/extension-link"
  ],
  "_resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz",
  "_shasum": "d97eb45419aabf97ceb4b05a7adeb7b8c8ade2b1",
  "_spec": "linkifyjs@^4.3.2",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@tiptap\\extension-link",
  "author": {
    "name": "Nick Frasser",
    "url": "https://nfrasser.com"
  },
  "bugs": {
    "url": "https://github.com/nfrasser/linkifyjs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.",
  "homepage": "https://linkify.js.org",
  "keywords": [
    "autolink",
    "email",
    "hashtag",
    "html",
    "jquery",
    "link",
    "mention",
    "react",
    "twitter",
    "url"
  ],
  "license": "MIT",
  "main": "dist/linkify.cjs",
  "module": "dist/linkify.mjs",
  "name": "linkifyjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfrasser/linkifyjs.git",
    "directory": "packages/linkifyjs"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "clean": "rm -rf lib dist *.tgz *.d.ts",
    "prepack": "run-s clean build tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc"
  },
  "type": "module",
  "version": "4.3.2"
}
