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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
| {
| "_from": "markdown-it@^12.3.2",
| "_id": "markdown-it@12.3.2",
| "_inBundle": false,
| "_integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==",
| "_location": "/markdown-it",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "markdown-it@^12.3.2",
| "name": "markdown-it",
| "escapedName": "markdown-it",
| "rawSpec": "^12.3.2",
| "saveSpec": null,
| "fetchSpec": "^12.3.2"
| },
| "_requiredBy": [
| "/jsdoc",
| "/jsdoc-api/jsdoc"
| ],
| "_resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz",
| "_shasum": "bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90",
| "_spec": "markdown-it@^12.3.2",
| "_where": "/home/l/plc/node-red/node_modules/jsdoc",
| "bin": {
| "markdown-it": "bin/markdown-it.js"
| },
| "bugs": {
| "url": "https://github.com/markdown-it/markdown-it/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "argparse": "^2.0.1",
| "entities": "~2.1.0",
| "linkify-it": "^3.0.1",
| "mdurl": "^1.0.1",
| "uc.micro": "^1.0.5"
| },
| "deprecated": false,
| "description": "Markdown-it - modern pluggable markdown parser.",
| "devDependencies": {
| "@rollup/plugin-commonjs": "^16.0.0",
| "@rollup/plugin-json": "^4.1.0",
| "@rollup/plugin-node-resolve": "^10.0.0",
| "ansi": "^0.3.0",
| "autoprefixer-stylus": "^1.0.0",
| "benchmark": "~2.1.0",
| "chai": "^4.2.0",
| "coveralls": "^3.0.4",
| "eslint": "^8.4.1",
| "express": "^4.14.0",
| "gh-pages": "^3.1.0",
| "highlight.js": "^10.7.2",
| "jest-worker": "^26.6.2",
| "markdown-it-abbr": "^1.0.4",
| "markdown-it-container": "^3.0.0",
| "markdown-it-deflist": "^2.0.0",
| "markdown-it-emoji": "^2.0.0",
| "markdown-it-footnote": "^3.0.1",
| "markdown-it-for-inline": "^0.1.0",
| "markdown-it-ins": "^3.0.0",
| "markdown-it-mark": "^3.0.0",
| "markdown-it-sub": "^1.0.0",
| "markdown-it-sup": "^1.0.0",
| "markdown-it-testgen": "^0.1.3",
| "mocha": "^9.1.3",
| "ndoc": "^6.0.0",
| "needle": "^3.0.0",
| "nyc": "^15.0.1",
| "pug-cli": "^1.0.0-alpha6",
| "rollup": "^2.29.0",
| "rollup-plugin-node-polyfills": "^0.2.1",
| "rollup-plugin-terser": "^7.0.2",
| "shelljs": "^0.8.4",
| "stylus": "^0.55.0",
| "supertest": "^6.0.1"
| },
| "files": [
| "index.js",
| "bin/",
| "lib/",
| "dist/"
| ],
| "homepage": "https://github.com/markdown-it/markdown-it#readme",
| "keywords": [
| "markdown",
| "parser",
| "commonmark",
| "markdown-it",
| "markdown-it-plugin"
| ],
| "license": "MIT",
| "main": "index.js",
| "mocha": {
| "inline-diffs": true,
| "timeout": 60000
| },
| "name": "markdown-it",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/markdown-it/markdown-it.git"
| },
| "scripts": {
| "benchmark-deps": "npm install --prefix benchmark/extra/ -g marked@0.3.6 commonmark@0.26.0 markdown-it/markdown-it.git#2.2.1",
| "browserify": "rollup -c support/rollup.config.js",
| "coverage": "npm run test && nyc report --reporter html",
| "demo": "npm run lint && node support/build_demo.js",
| "doc": "node support/build_doc.js",
| "gh-demo": "npm run demo && gh-pages -d demo -f -b master -r git@github.com:markdown-it/markdown-it.github.io.git",
| "gh-doc": "npm run doc && gh-pages -d apidoc -f",
| "lint": "eslint .",
| "prepublishOnly": "npm run gh-demo && npm run gh-doc",
| "report-coveralls": "nyc --reporter=lcov mocha",
| "specsplit": "support/specsplit.js good -o test/fixtures/commonmark/good.txt && support/specsplit.js bad -o test/fixtures/commonmark/bad.txt && support/specsplit.js",
| "test": "npm run lint && nyc mocha && node support/specsplit.js",
| "todo": "grep 'TODO' -n -r ./lib 2>/dev/null"
| },
| "version": "12.3.2"
| }
|
|