Blame view

node_modules/linkify-it/package.json 1.78 KB
290144e9   易尊强   第一次
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
  {
    "_from": "linkify-it@^2.0.0",
    "_id": "linkify-it@2.2.0",
    "_inBundle": false,
    "_integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==",
    "_location": "/linkify-it",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "linkify-it@^2.0.0",
      "name": "linkify-it",
      "escapedName": "linkify-it",
      "rawSpec": "^2.0.0",
      "saveSpec": null,
      "fetchSpec": "^2.0.0"
    },
    "_requiredBy": [
      "/markdown-it"
    ],
    "_resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz",
    "_shasum": "e3b54697e78bf915c70a38acd78fd09e0058b1cf",
    "_spec": "linkify-it@^2.0.0",
    "_where": "E:\\my-project\\antis-uni-app\\node_modules\\markdown-it",
    "bugs": {
      "url": "https://github.com/markdown-it/linkify-it/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "uc.micro": "^1.0.1"
    },
    "deprecated": false,
    "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",
      "chai": "^4.2.0",
      "coveralls": "^3.0.2",
      "eslint": "^5.9.0",
      "istanbul": "^0.4.5",
      "jade": "^1.11.0",
      "mdurl": "^1.0.0",
      "mocha": "^5.2.0",
      "ndoc": "^5.0.1",
      "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": {
      "test": "make test"
    },
    "version": "2.2.0"
  }