Vitepress
This commit is contained in:
47
node_modules/shiki/package.json
generated
vendored
Normal file
47
node_modules/shiki/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "shiki",
|
||||
"version": "0.14.4",
|
||||
"description": "shiki",
|
||||
"author": "Pine Wu <octref@gmail.com>",
|
||||
"homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.esm.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"unpkg": "dist/index.unpkg.iife.js",
|
||||
"jsdelivr": "dist/index.jsdelivr.iife.js",
|
||||
"keywords": [
|
||||
"shiki",
|
||||
"syntax-highlighter",
|
||||
"highlighter"
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"languages",
|
||||
"themes",
|
||||
"samples"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run build",
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/octref/shiki.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi-sequence-parser": "^1.1.0",
|
||||
"jsonc-parser": "^3.2.0",
|
||||
"vscode-oniguruma": "^1.7.0",
|
||||
"vscode-textmate": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.17"
|
||||
},
|
||||
"browser": {
|
||||
"fs": false,
|
||||
"path": false
|
||||
},
|
||||
"gitHead": "f705b0fc7c8a31bfadd40322db86421cccc31c6f"
|
||||
}
|
||||
Reference in New Issue
Block a user