forgeplus-react/node_modules/showdown-katex/package.json

125 lines
3.2 KiB
JSON

{
"_args": [
[
"showdown-katex@0.8.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "showdown-katex@0.8.0",
"_id": "showdown-katex@0.8.0",
"_inBundle": false,
"_integrity": "sha512-LPoX5InPRZ15nNRZ79yToh8UqmZvQDeQLsAlT11rvi437ZMhpJa9KorBmikHybrsyi4/MdIo/zZsrMnU+z07LQ==",
"_location": "/showdown-katex",
"_phantomChildren": {
"acorn-walk": "7.1.1",
"data-urls": "2.0.0",
"decimal.js": "10.2.0",
"domexception": "2.0.1",
"escodegen": "1.14.1",
"ip-regex": "2.1.0",
"is-potential-custom-element-name": "1.0.0",
"lodash.sortby": "4.7.0",
"nwsapi": "2.2.0",
"psl": "1.8.0",
"punycode": "2.1.1",
"request": "2.88.2",
"request-promise-native": "1.0.8",
"saxes": "5.0.1",
"symbol-tree": "3.2.4",
"w3c-hr-time": "1.0.2",
"w3c-xmlserializer": "2.0.0",
"whatwg-encoding": "1.0.5",
"whatwg-mimetype": "2.3.0",
"ws": "7.2.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "showdown-katex@0.8.0",
"name": "showdown-katex",
"escapedName": "showdown-katex",
"rawSpec": "0.8.0",
"saveSpec": null,
"fetchSpec": "0.8.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/showdown-katex/-/showdown-katex-0.8.0.tgz",
"_spec": "0.8.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "obedm503"
},
"ava": {
"require": "@babel/register"
},
"browser": "dist/showdown-katex.js",
"bugs": {
"url": "https://github.com/obedm503/showdown-katex/issues"
},
"dependencies": {
"jsdom": "^16.2.1",
"katex": "^0.11.1"
},
"description": "showdown extension that adds latex and asciimath support",
"devDependencies": {
"@ava/babel-preset-stage-4": "^4.0.0",
"@ava/babel-preset-transform-test-files": "^6.0.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"ava": "^3.5.0",
"ejs": "^3.0.1",
"fs-extra": "^8.1.0",
"gh-pages": "^2.1.1",
"http-server": "^0.12.1",
"nodemon": "^2.0.2",
"nps": "^5.9.8",
"nps-utils": "^1.7.0",
"rollup": "^1.26.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-inject": "^3.0.2",
"rollup-plugin-license": "^0.13.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"showdown": "^1.9.1"
},
"files": [
"dist",
"src",
"lib"
],
"homepage": "https://obedm503.github.io/showdown-katex/",
"jsnext:main": "src/showdown-katex.js",
"keywords": [
"markdown",
"showdown",
"latex",
"asciimath",
"katex"
],
"license": "MIT",
"main": "lib/showdown-katex.js",
"name": "showdown-katex",
"optionalDependencies": {},
"peerDependencies": {
"showdown": "^1.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obedm503/showdown-katex.git"
},
"scripts": {
"build": "nps build",
"dev": "nps dev",
"prepublishOnly": "nps build && nps deploy",
"test": "nps build.cjs && BABEL_ENV=test ava ./src/*.spec.js --verbose"
},
"unpkg": "dist/showdown-katex.js",
"version": "0.8.0"
}