{
  "_args": [
    [
      "linkify-it@3.0.2",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "linkify-it@3.0.2",
  "_id": "linkify-it@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-gDBO4aHNZS6coiZCKVhSNh43F9ioIL4JwRjLZPkoLIY4yZFwg264Y5lu2x6rb1Js42Gh6Yqm2f6L2AJcnkzinQ==",
  "_location": "/linkify-it",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "linkify-it@3.0.2",
    "name": "linkify-it",
    "escapedName": "linkify-it",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/markdown-it"
  ],
  "_resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/var/www/html/strapi_cloud",
  "bugs": {
    "url": "https://github.com/markdown-it/linkify-it/issues"
  },
  "dependencies": {
    "uc.micro": "^1.0.1"
  },
  "description": "Links recognition library with FULL unicode support",
  "devDependencies": {
    "ansi": "^0.3.0",
    "autoprefixer-stylus": "^0.14.0",
    "benchmark": "^2.1.0",
    "browserify": "^16.2.3",
    "coveralls": "^3.0.2",
    "eslint": "^7.0.0",
    "gh-pages": "^2.2.0",
    "mdurl": "^1.0.0",
    "mocha": "^7.1.2",
    "ndoc": "^5.0.1",
    "nyc": "^15.0.1",
    "pug-cli": "^1.0.0-alpha6",
    "shelljs": "^0.8.4",
    "shx": "^0.3.2",
    "stylus": "~0.54.5",
    "tlds": "^1.166.0"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/markdown-it/linkify-it#readme",
  "keywords": [
    "linkify",
    "linkifier",
    "autolink",
    "autolinker"
  ],
  "license": "MIT",
  "name": "linkify-it",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markdown-it/linkify-it.git"
  },
  "scripts": {
    "coverage": "npm run test && nyc report --reporter html",
    "demo": "npm run lint && node support/build_demo.js",
    "doc": "node support/build_doc.js",
    "gh-pages": "npm run demo && npm run doc && shx cp -R doc/ demo/ && gh-pages -d demo -f",
    "lint": "eslint .",
    "prepublishOnly": "npm run gh-pages",
    "report-coveralls": "nyc report --reporter=text-lcov | coveralls",
    "test": "npm run lint && nyc mocha"
  },
  "version": "3.0.2"
}
