PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.27.7
Code Block Pro – Beautiful Syntax Highlighting v1.27.7
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
code-block-pro / build / shiki / package.json

package.json in Code Block Pro – Beautiful Syntax Highlighting 1.27.7, at build/shiki/package.json

48 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "shiki",
3 "version": "0.14.7",
4 "description": "shiki",
5 "author": "Pine Wu <octref@gmail.com>",
6 "homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
7 "license": "MIT",
8 "main": "dist/index.js",
9 "module": "dist/index.esm.js",
10 "types": "dist/index.d.ts",
11 "unpkg": "dist/index.unpkg.iife.js",
12 "jsdelivr": "dist/index.jsdelivr.iife.js",
13 "keywords": [
14 "shiki",
15 "syntax-highlighter",
16 "highlighter"
17 ],
18 "files": [
19 "dist",
20 "languages",
21 "themes",
22 "samples"
23 ],
24 "scripts": {
25 "prepublishOnly": "npm run build",
26 "build": "rollup -c",
27 "watch": "rollup -c -w"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/octref/shiki.git"
32 },
33 "dependencies": {
34 "ansi-sequence-parser": "^1.1.0",
35 "jsonc-parser": "^3.2.0",
36 "vscode-oniguruma": "^1.7.0",
37 "vscode-textmate": "^8.0.0"
38 },
39 "devDependencies": {
40 "@types/node": "^18.11.17"
41 },
42 "browser": {
43 "fs": false,
44 "path": false
45 },
46 "gitHead": "dff40b62c619ba8064a5ceea215dbd98434c082a"
47 }
48