package.json 2.5 KB

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