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
121
122
123
124
125
126
127
128
129
130
131
| {
| "_from": "marked@4.0.18",
| "_id": "marked@4.0.18",
| "_inBundle": false,
| "_integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
| "_location": "/marked",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "marked@4.0.18",
| "name": "marked",
| "escapedName": "marked",
| "rawSpec": "4.0.18",
| "saveSpec": null,
| "fetchSpec": "4.0.18"
| },
| "_requiredBy": [
| "#DEV:/",
| "/jsdoc",
| "/jsdoc-api/jsdoc"
| ],
| "_resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
| "_shasum": "cd0ac54b2e5610cfb90e8fd46ccaa8292c9ed569",
| "_spec": "marked@4.0.18",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Christopher Jeffrey"
| },
| "bin": {
| "marked": "bin/marked.js"
| },
| "browser": "./lib/marked.umd.js",
| "bugs": {
| "url": "http://github.com/markedjs/marked/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A markdown parser built for speed",
| "devDependencies": {
| "@babel/core": "^7.18.6",
| "@babel/preset-env": "^7.18.6",
| "@markedjs/html-differ": "^4.0.2",
| "@rollup/plugin-babel": "^5.3.1",
| "@rollup/plugin-commonjs": "^22.0.1",
| "@semantic-release/commit-analyzer": "^9.0.2",
| "@semantic-release/git": "^10.0.1",
| "@semantic-release/github": "^8.0.5",
| "@semantic-release/npm": "^9.0.1",
| "@semantic-release/release-notes-generator": "^10.0.3",
| "cheerio": "^1.0.0-rc.12",
| "commonmark": "0.30.0",
| "eslint": "^8.19.0",
| "eslint-config-standard": "^17.0.0",
| "eslint-plugin-import": "^2.26.0",
| "eslint-plugin-n": "^15.2.4",
| "eslint-plugin-promise": "^6.0.0",
| "front-matter": "^4.0.2",
| "highlight.js": "^11.5.1",
| "jasmine": "^4.2.1",
| "markdown-it": "13.0.1",
| "node-fetch": "^3.2.6",
| "rollup": "^2.76.0",
| "rollup-plugin-license": "^2.8.1",
| "semantic-release": "^19.0.3",
| "titleize": "^3.0.0",
| "uglify-js": "^3.16.2",
| "vuln-regex-detector": "^1.3.0"
| },
| "engines": {
| "node": ">= 12"
| },
| "exports": {
| ".": {
| "import": "./lib/marked.esm.js",
| "default": "./lib/marked.cjs"
| },
| "./package.json": "./package.json"
| },
| "files": [
| "bin/",
| "lib/",
| "src/",
| "man/",
| "marked.min.js"
| ],
| "homepage": "https://marked.js.org",
| "keywords": [
| "markdown",
| "markup",
| "html"
| ],
| "license": "MIT",
| "main": "./lib/marked.cjs",
| "man": [
| "./man/marked.1"
| ],
| "module": "./lib/marked.esm.js",
| "name": "marked",
| "repository": {
| "type": "git",
| "url": "git://github.com/markedjs/marked.git"
| },
| "scripts": {
| "bench": "npm run rollup && node test/bench.js",
| "build": "npm run rollup && npm run minify",
| "build:docs": "node build-docs.js",
| "build:reset": "git checkout upstream/master lib/marked.cjs lib/marked.umd.js lib/marked.esm.js marked.min.js",
| "lint": "eslint --fix .",
| "minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js",
| "preversion": "npm run build && (git diff --quiet || git commit -am build)",
| "rollup": "npm run rollup:umd && npm run rollup:esm",
| "rollup:esm": "rollup -c rollup.config.esm.js",
| "rollup:umd": "rollup -c rollup.config.js",
| "rules": "node test/rules.js",
| "test": "jasmine --config=jasmine.json",
| "test:all": "npm test && npm run test:lint",
| "test:lint": "eslint .",
| "test:redos": "node test/vuln-regex.js",
| "test:specs": "npm test -- test/specs/**/*-spec.js",
| "test:unit": "npm test -- test/unit/**/*-spec.js",
| "test:update": "node test/update-specs.js"
| },
| "tags": [
| "markdown",
| "markup",
| "html"
| ],
| "type": "module",
| "version": "4.0.18"
| }
|
|