package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "linkify-it@^2.0.0",
  3. "_id": "linkify-it@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==",
  6. "_location": "/linkify-it",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "linkify-it@^2.0.0",
  12. "name": "linkify-it",
  13. "escapedName": "linkify-it",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/markdown-it"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-2.2.0.tgz",
  22. "_shasum": "e3b54697e78bf915c70a38acd78fd09e0058b1cf",
  23. "_spec": "linkify-it@^2.0.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\markdown-it",
  25. "bugs": {
  26. "url": "https://github.com/markdown-it/linkify-it/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "uc.micro": "^1.0.1"
  31. },
  32. "deprecated": false,
  33. "description": "Links recognition library with FULL unicode support",
  34. "devDependencies": {
  35. "ansi": "^0.3.0",
  36. "autoprefixer-stylus": "^0.14.0",
  37. "benchmark": "^2.1.0",
  38. "browserify": "^16.2.3",
  39. "chai": "^4.2.0",
  40. "coveralls": "^3.0.2",
  41. "eslint": "^5.9.0",
  42. "istanbul": "^0.4.5",
  43. "jade": "^1.11.0",
  44. "mdurl": "^1.0.0",
  45. "mocha": "^5.2.0",
  46. "ndoc": "^5.0.1",
  47. "stylus": "~0.54.5",
  48. "tlds": "^1.166.0"
  49. },
  50. "files": [
  51. "index.js",
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/markdown-it/linkify-it#readme",
  55. "keywords": [
  56. "linkify",
  57. "linkifier",
  58. "autolink",
  59. "autolinker"
  60. ],
  61. "license": "MIT",
  62. "name": "linkify-it",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/markdown-it/linkify-it.git"
  66. },
  67. "scripts": {
  68. "test": "make test"
  69. },
  70. "version": "2.2.0"
  71. }