🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
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.3",
|
||||
"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": "3c41852149e8baae532fe9d1ab2ea9a831d6098b"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue