|
@@ -1,100 +1,88 @@
|
|
|
{
|
|
|
- "_from": "marked",
|
|
|
- "_id": "marked@0.7.0",
|
|
|
- "_inBundle": false,
|
|
|
- "_integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==",
|
|
|
- "_location": "/marked",
|
|
|
- "_phantomChildren": {},
|
|
|
- "_requested": {
|
|
|
- "type": "tag",
|
|
|
- "registry": true,
|
|
|
- "raw": "marked",
|
|
|
- "name": "marked",
|
|
|
- "escapedName": "marked",
|
|
|
- "rawSpec": "",
|
|
|
- "saveSpec": null,
|
|
|
- "fetchSpec": "latest"
|
|
|
- },
|
|
|
- "_requiredBy": [
|
|
|
- "#USER",
|
|
|
- "/"
|
|
|
- ],
|
|
|
- "_resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
|
|
|
- "_shasum": "b64201f051d271b1edc10a04d1ae9b74bb8e5c0e",
|
|
|
- "_spec": "marked",
|
|
|
- "_where": "/Users/zorro/Documents/schild.report/reports/mein-bk",
|
|
|
- "author": {
|
|
|
- "name": "Christopher Jeffrey"
|
|
|
- },
|
|
|
- "bin": {
|
|
|
- "marked": "./bin/marked"
|
|
|
- },
|
|
|
- "bugs": {
|
|
|
- "url": "http://github.com/markedjs/marked/issues"
|
|
|
- },
|
|
|
- "bundleDependencies": false,
|
|
|
- "deprecated": false,
|
|
|
+ "name": "marked",
|
|
|
"description": "A markdown parser built for speed",
|
|
|
- "devDependencies": {
|
|
|
- "@markedjs/html-differ": "^2.0.1",
|
|
|
- "cheerio": "^1.0.0-rc.3",
|
|
|
- "commonmark": "0.x",
|
|
|
- "eslint": "^5.16.0",
|
|
|
- "eslint-config-standard": "^12.0.0",
|
|
|
- "eslint-plugin-import": "^2.17.2",
|
|
|
- "eslint-plugin-node": "^8.0.1",
|
|
|
- "eslint-plugin-promise": "^4.1.1",
|
|
|
- "eslint-plugin-standard": "^4.0.0",
|
|
|
- "eslint-plugin-vuln-regex-detector": "^1.0.4",
|
|
|
- "front-matter": "^3.0.2",
|
|
|
- "jasmine": "^3.4.0",
|
|
|
- "markdown": "0.x",
|
|
|
- "markdown-it": "8.x",
|
|
|
- "node-fetch": "^2.3.0",
|
|
|
- "uglify-js": "^3.5.8"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=0.10.0"
|
|
|
+ "author": "Christopher Jeffrey",
|
|
|
+ "version": "2.0.1",
|
|
|
+ "main": "./src/marked.js",
|
|
|
+ "browser": "./lib/marked.js",
|
|
|
+ "bin": {
|
|
|
+ "marked": "bin/marked"
|
|
|
},
|
|
|
+ "man": "./man/marked.1",
|
|
|
"files": [
|
|
|
"bin/",
|
|
|
"lib/",
|
|
|
+ "src/",
|
|
|
"man/",
|
|
|
"marked.min.js"
|
|
|
],
|
|
|
+ "repository": "git://github.com/markedjs/marked.git",
|
|
|
"homepage": "https://marked.js.org",
|
|
|
+ "bugs": {
|
|
|
+ "url": "http://github.com/markedjs/marked/issues"
|
|
|
+ },
|
|
|
+ "license": "MIT",
|
|
|
"keywords": [
|
|
|
"markdown",
|
|
|
"markup",
|
|
|
"html"
|
|
|
],
|
|
|
- "license": "MIT",
|
|
|
- "main": "./lib/marked.js",
|
|
|
- "man": [
|
|
|
- "./man/marked.1"
|
|
|
+ "tags": [
|
|
|
+ "markdown",
|
|
|
+ "markup",
|
|
|
+ "html"
|
|
|
],
|
|
|
- "name": "marked",
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "git://github.com/markedjs/marked.git"
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "^7.12.17",
|
|
|
+ "@babel/preset-env": "^7.12.17",
|
|
|
+ "@markedjs/html-differ": "^3.0.4",
|
|
|
+ "@rollup/plugin-babel": "^5.3.0",
|
|
|
+ "@rollup/plugin-commonjs": "^17.1.0",
|
|
|
+ "@semantic-release/commit-analyzer": "^8.0.1",
|
|
|
+ "@semantic-release/git": "^9.0.0",
|
|
|
+ "@semantic-release/github": "^7.2.0",
|
|
|
+ "@semantic-release/npm": "^7.0.10",
|
|
|
+ "@semantic-release/release-notes-generator": "^9.0.1",
|
|
|
+ "cheerio": "^1.0.0-rc.5",
|
|
|
+ "commonmark": "0.29.3",
|
|
|
+ "eslint": "^7.20.0",
|
|
|
+ "eslint-config-standard": "^16.0.2",
|
|
|
+ "eslint-plugin-import": "^2.22.1",
|
|
|
+ "eslint-plugin-node": "^11.1.0",
|
|
|
+ "eslint-plugin-promise": "^4.3.1",
|
|
|
+ "front-matter": "^4.0.2",
|
|
|
+ "highlight.js": "^10.6.0",
|
|
|
+ "jasmine": "^3.6.4",
|
|
|
+ "markdown-it": "12.0.4",
|
|
|
+ "node-fetch": "^2.6.1",
|
|
|
+ "rollup": "^2.39.0",
|
|
|
+ "rollup-plugin-license": "^2.2.0",
|
|
|
+ "semantic-release": "^17.3.9",
|
|
|
+ "titleize": "^2.1.0",
|
|
|
+ "uglify-js": "^3.12.8",
|
|
|
+ "vuln-regex-detector": "^1.3.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "bench": "node test/bench.js",
|
|
|
- "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
|
|
|
- "lint": "eslint --fix bin/marked .",
|
|
|
- "preversion": "npm run build && (git diff --quiet || git commit -am 'minify')",
|
|
|
"test": "jasmine --config=jasmine.json",
|
|
|
- "test:lint": "eslint bin/marked .",
|
|
|
- "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
|
|
|
- "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
|
|
|
- "test:specs": "npm test -- test/specs/**/*-spec.js",
|
|
|
+ "test:all": "npm test && npm run test:lint",
|
|
|
"test:unit": "npm test -- test/unit/**/*-spec.js",
|
|
|
- "test:update": "node test/update-specs.js"
|
|
|
+ "test:specs": "npm test -- test/specs/**/*-spec.js",
|
|
|
+ "test:lint": "eslint bin/marked .",
|
|
|
+ "test:redos": "node test/vuln-regex.js",
|
|
|
+ "test:update": "node test/update-specs.js",
|
|
|
+ "rules": "node test/rules.js",
|
|
|
+ "bench": "npm run rollup && node test/bench.js",
|
|
|
+ "lint": "eslint --fix bin/marked .",
|
|
|
+ "build:reset": "git checkout upstream/master lib/marked.js lib/marked.esm.js marked.min.js",
|
|
|
+ "build": "npm run rollup && npm run minify",
|
|
|
+ "build:docs": "node build-docs.js",
|
|
|
+ "rollup": "npm run rollup:umd && npm run rollup:esm",
|
|
|
+ "rollup:umd": "rollup -c rollup.config.js",
|
|
|
+ "rollup:esm": "rollup -c rollup.config.esm.js",
|
|
|
+ "minify": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
|
|
|
+ "preversion": "npm run build && (git diff --quiet || git commit -am build)"
|
|
|
},
|
|
|
- "tags": [
|
|
|
- "markdown",
|
|
|
- "markup",
|
|
|
- "html"
|
|
|
- ],
|
|
|
- "version": "0.7.0"
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.16.2"
|
|
|
+ }
|
|
|
}
|