summaryrefslogtreecommitdiff
path: root/node_modules/linkify-it/package.json
blob: b6c36d2b4e57fbd80af6a7ae3babc86c3df677e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "linkify-it",
  "version": "3.0.3",
  "description": "Links recognition library with FULL unicode support",
  "keywords": [
    "linkify",
    "linkifier",
    "autolink",
    "autolinker"
  ],
  "repository": "markdown-it/linkify-it",
  "files": [
    "index.js",
    "lib/"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && nyc mocha",
    "coverage": "npm run test && nyc report --reporter html",
    "report-coveralls": "nyc report --reporter=text-lcov | coveralls",
    "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",
    "prepublishOnly": "npm run gh-pages"
  },
  "dependencies": {
    "uc.micro": "^1.0.1"
  },
  "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"
  }
}