forked from enviPath/enviPy
Current Dev State
This commit is contained in:
95
static/js/ketcher2/node_modules/markdown-it/package.json
generated
vendored
Normal file
95
static/js/ketcher2/node_modules/markdown-it/package.json
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"_from": "markdown-it@8.3.1",
|
||||
"_id": "markdown-it@8.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-L0tiKUjM3Bk9ZvPKLUMSWsSscyM=",
|
||||
"_location": "/markdown-it",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "markdown-it@8.3.1",
|
||||
"name": "markdown-it",
|
||||
"escapedName": "markdown-it",
|
||||
"rawSpec": "8.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "8.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.3.1.tgz",
|
||||
"_shasum": "2f4b622948ccdc193d66f3ca2d43125ac4ac7323",
|
||||
"_spec": "markdown-it@8.3.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"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": "~1.1.1",
|
||||
"linkify-it": "^2.0.0",
|
||||
"mdurl": "^1.0.1",
|
||||
"uc.micro": "^1.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Markdown-it - modern pluggable markdown parser.",
|
||||
"devDependencies": {
|
||||
"ansi": "^0.3.0",
|
||||
"autoprefixer-stylus": "^0.11.0",
|
||||
"benchmark": "~2.1.0",
|
||||
"browserify": "*",
|
||||
"chai": "^3.4.1",
|
||||
"coveralls": "~2.11.9",
|
||||
"eslint": "^3.5.0",
|
||||
"express": "^4.14.0",
|
||||
"highlight.js": "^9.2.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jade": "~1.11.0",
|
||||
"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": "*",
|
||||
"ndoc": "^5.0.0",
|
||||
"stylus": "~0.54.2",
|
||||
"uglify-js": "^2.7.3"
|
||||
},
|
||||
"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": {
|
||||
"heroku-postbuild": "npm install express",
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "8.3.1"
|
||||
}
|
||||
Reference in New Issue
Block a user