96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
|
{
|
||
|
"_from": "markdown-it@^10.0.0",
|
||
|
"_id": "markdown-it@10.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==",
|
||
|
"_location": "/markdown-it",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "markdown-it@^10.0.0",
|
||
|
"name": "markdown-it",
|
||
|
"escapedName": "markdown-it",
|
||
|
"rawSpec": "^10.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^10.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@11ty/eleventy"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz",
|
||
|
"_shasum": "abfc64f141b1722d663402044e43927f1f50a8dc",
|
||
|
"_spec": "markdown-it@^10.0.0",
|
||
|
"_where": "/var/www/html/node_modules/@11ty/eleventy",
|
||
|
"bin": {
|
||
|
"markdown-it": "bin/markdown-it.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/markdown-it/markdown-it/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"argparse": "^1.0.7",
|
||
|
"entities": "~2.0.0",
|
||
|
"linkify-it": "^2.0.0",
|
||
|
"mdurl": "^1.0.1",
|
||
|
"uc.micro": "^1.0.5"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Markdown-it - modern pluggable markdown parser.",
|
||
|
"devDependencies": {
|
||
|
"ansi": "^0.3.0",
|
||
|
"autoprefixer-stylus": "^0.14.0",
|
||
|
"benchmark": "~2.1.0",
|
||
|
"browserify": "^16.3.0",
|
||
|
"chai": "^4.2.0",
|
||
|
"coveralls": "^3.0.4",
|
||
|
"eslint": "^6.0.1",
|
||
|
"express": "^4.14.0",
|
||
|
"highlight.js": "^9.2.0",
|
||
|
"istanbul": "^0.4.5",
|
||
|
"markdown-it-abbr": "^1.0.4",
|
||
|
"markdown-it-container": "^2.0.0",
|
||
|
"markdown-it-deflist": "^2.0.0",
|
||
|
"markdown-it-emoji": "^1.1.1",
|
||
|
"markdown-it-footnote": "^3.0.1",
|
||
|
"markdown-it-for-inline": "^0.1.0",
|
||
|
"markdown-it-ins": "^2.0.0",
|
||
|
"markdown-it-mark": "^2.0.0",
|
||
|
"markdown-it-sub": "^1.0.0",
|
||
|
"markdown-it-sup": "^1.0.0",
|
||
|
"markdown-it-testgen": "^0.1.3",
|
||
|
"mocha": "^6.1.4",
|
||
|
"ndoc": "^5.0.0",
|
||
|
"pug-cli": "^1.0.0-alpha6",
|
||
|
"stylus": "^0.54.5",
|
||
|
"supertest": "^4.0.2",
|
||
|
"terser": "^4.1.2"
|
||
|
},
|
||
|
"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",
|
||
|
"name": "markdown-it",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/markdown-it/markdown-it.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "make test"
|
||
|
},
|
||
|
"version": "10.0.0"
|
||
|
}
|