biofriction-wp-theme/node_modules/panini/node_modules/marked/package.json

121 lines
3.5 KiB
JSON

{
"_from": "marked@^1.1.1",
"_id": "marked@1.2.9",
"_inBundle": false,
"_integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==",
"_location": "/panini/marked",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "marked@^1.1.1",
"name": "marked",
"escapedName": "marked",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/panini"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz",
"_shasum": "53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc",
"_spec": "marked@^1.1.1",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/panini",
"author": {
"name": "Christopher Jeffrey"
},
"bin": {
"marked": "bin/marked"
},
"browser": "./lib/marked.js",
"bugs": {
"url": "http://github.com/markedjs/marked/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A markdown parser built for speed",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@markedjs/html-differ": "^3.0.4",
"@rollup/plugin-babel": "^5.2.3",
"@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.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"front-matter": "^4.0.2",
"highlight.js": "^10.5.0",
"jasmine": "^3.6.4",
"markdown-it": "12.0.4",
"node-fetch": "^2.6.1",
"rollup": "^2.38.3",
"rollup-plugin-license": "^2.2.0",
"semantic-release": "^17.3.7",
"titleize": "^2.1.0",
"uglify-js": "^3.12.6",
"vuln-regex-detector": "^1.3.0"
},
"engines": {
"node": ">= 8.16.2"
},
"files": [
"bin/",
"lib/",
"src/",
"man/",
"marked.min.js"
],
"homepage": "https://marked.js.org",
"keywords": [
"markdown",
"markup",
"html"
],
"license": "MIT",
"main": "./src/marked.js",
"man": [
"./man/marked.1"
],
"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.js lib/marked.esm.js marked.min.js",
"lint": "eslint --fix bin/marked .",
"minify": "uglifyjs lib/marked.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 bin/marked .",
"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"
],
"version": "1.2.9"
}