package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "markdown-it@8.4.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "markdown-it@8.4.2",
  9. "_id": "markdown-it@8.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==",
  12. "_location": "/markdown-it",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "markdown-it@8.4.2",
  18. "name": "markdown-it",
  19. "escapedName": "markdown-it",
  20. "rawSpec": "8.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "8.4.2"
  23. },
  24. "_requiredBy": [
  25. "/vue-baidu-map"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz",
  28. "_spec": "8.4.2",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "bin": {
  31. "markdown-it": "bin/markdown-it.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/markdown-it/markdown-it/issues"
  35. },
  36. "dependencies": {
  37. "argparse": "^1.0.7",
  38. "entities": "~1.1.1",
  39. "linkify-it": "^2.0.0",
  40. "mdurl": "^1.0.1",
  41. "uc.micro": "^1.0.5"
  42. },
  43. "description": "Markdown-it - modern pluggable markdown parser.",
  44. "devDependencies": {
  45. "ansi": "^0.3.0",
  46. "autoprefixer-stylus": "^0.11.0",
  47. "benchmark": "~2.1.0",
  48. "browserify": "*",
  49. "chai": "^3.4.1",
  50. "coveralls": "~2.11.9",
  51. "eslint": "^3.5.0",
  52. "express": "^4.14.0",
  53. "highlight.js": "^9.2.0",
  54. "istanbul": "^0.4.5",
  55. "jade": "~1.11.0",
  56. "markdown-it-abbr": "^1.0.4",
  57. "markdown-it-container": "^2.0.0",
  58. "markdown-it-deflist": "^2.0.0",
  59. "markdown-it-emoji": "^1.1.1",
  60. "markdown-it-footnote": "^3.0.1",
  61. "markdown-it-for-inline": "~0.1.0",
  62. "markdown-it-ins": "^2.0.0",
  63. "markdown-it-mark": "^2.0.0",
  64. "markdown-it-sub": "^1.0.0",
  65. "markdown-it-sup": "^1.0.0",
  66. "markdown-it-testgen": "~0.1.3",
  67. "mocha": "*",
  68. "ndoc": "^5.0.0",
  69. "stylus": "~0.54.2",
  70. "supertest": "^3.0.0",
  71. "uglify-js": "^3.0.18"
  72. },
  73. "files": [
  74. "index.js",
  75. "bin/",
  76. "lib/",
  77. "dist/"
  78. ],
  79. "homepage": "https://github.com/markdown-it/markdown-it#readme",
  80. "keywords": [
  81. "markdown",
  82. "parser",
  83. "commonmark",
  84. "markdown-it",
  85. "markdown-it-plugin"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "markdown-it",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/markdown-it/markdown-it.git"
  93. },
  94. "scripts": {
  95. "heroku-postbuild": "npm install express",
  96. "test": "make test"
  97. },
  98. "version": "8.4.2"
  99. }