@coldsmirk/inkstone-codemirror 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -0
- package/dist/context-BDibyUwD.cjs +270 -0
- package/dist/context-Dx6bPnKq.js +235 -0
- package/dist/index.cjs +166 -0
- package/dist/index.d.cts +362 -0
- package/dist/index.d.ts +362 -0
- package/dist/index.js +156 -0
- package/dist/minijinja-DN9iLNbL.cjs +357 -0
- package/dist/minijinja-HpehSBbW.js +355 -0
- package/package.json +95 -0
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@coldsmirk/inkstone-codemirror",
|
|
3
|
+
"version": "0.8.2",
|
|
4
|
+
"description": "Framework-agnostic CodeMirror 6 plumbing: a controlled editor host (create-once, external-value reconcile, in-place theme swap) and the standard document extension bundle.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"codemirror",
|
|
7
|
+
"codemirror6",
|
|
8
|
+
"editor",
|
|
9
|
+
"controlled",
|
|
10
|
+
"host"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/coldsmirk/inkstone/tree/main/packages/codemirror#readme",
|
|
13
|
+
"bugs": "https://github.com/coldsmirk/inkstone/issues",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/coldsmirk/inkstone.git",
|
|
17
|
+
"directory": "packages/codemirror"
|
|
18
|
+
},
|
|
19
|
+
"license": "UNLICENSED",
|
|
20
|
+
"author": {
|
|
21
|
+
"name": "Venus"
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false,
|
|
24
|
+
"type": "module",
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"import": {
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"default": "./dist/index.js"
|
|
30
|
+
},
|
|
31
|
+
"require": {
|
|
32
|
+
"types": "./dist/index.d.cts",
|
|
33
|
+
"default": "./dist/index.cjs"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"./package.json": "./package.json"
|
|
37
|
+
},
|
|
38
|
+
"main": "./dist/index.cjs",
|
|
39
|
+
"module": "./dist/index.js",
|
|
40
|
+
"types": "./dist/index.d.ts",
|
|
41
|
+
"files": [
|
|
42
|
+
"dist"
|
|
43
|
+
],
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@codemirror/lang-cpp": "^6.0.3",
|
|
46
|
+
"@codemirror/lang-css": "^6.3.1",
|
|
47
|
+
"@codemirror/lang-go": "^6.0.1",
|
|
48
|
+
"@codemirror/lang-html": "^6.4.11",
|
|
49
|
+
"@codemirror/lang-java": "^6.0.2",
|
|
50
|
+
"@codemirror/lang-javascript": "^6.2.5",
|
|
51
|
+
"@codemirror/lang-jinja": "^6.0.1",
|
|
52
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
53
|
+
"@codemirror/lang-less": "^6.0.2",
|
|
54
|
+
"@codemirror/lang-liquid": "^6.3.2",
|
|
55
|
+
"@codemirror/lang-markdown": "^6.5.0",
|
|
56
|
+
"@codemirror/lang-php": "^6.0.2",
|
|
57
|
+
"@codemirror/lang-python": "^6.2.1",
|
|
58
|
+
"@codemirror/lang-rust": "^6.0.2",
|
|
59
|
+
"@codemirror/lang-sass": "^6.0.2",
|
|
60
|
+
"@codemirror/lang-sql": "^6.10.0",
|
|
61
|
+
"@codemirror/lang-vue": "^0.1.3",
|
|
62
|
+
"@codemirror/lang-wast": "^6.0.2",
|
|
63
|
+
"@codemirror/lang-xml": "^6.1.0",
|
|
64
|
+
"@codemirror/lang-yaml": "^6.1.3",
|
|
65
|
+
"@codemirror/lint": "^6.9.7",
|
|
66
|
+
"@lezer/common": "^1.5.2"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@codemirror/autocomplete": "^6.20.3",
|
|
70
|
+
"@codemirror/commands": "^6.10.4",
|
|
71
|
+
"@codemirror/language": "^6.12.3",
|
|
72
|
+
"@codemirror/search": "^6.6.0",
|
|
73
|
+
"@codemirror/state": "^6.6.0",
|
|
74
|
+
"@codemirror/view": "^6.43.0"
|
|
75
|
+
},
|
|
76
|
+
"peerDependencies": {
|
|
77
|
+
"@codemirror/autocomplete": "^6.20.3",
|
|
78
|
+
"@codemirror/commands": "^6.10.4",
|
|
79
|
+
"@codemirror/language": "^6.12.3",
|
|
80
|
+
"@codemirror/search": "^6.6.0",
|
|
81
|
+
"@codemirror/state": "^6.6.0",
|
|
82
|
+
"@codemirror/view": "^6.43.0"
|
|
83
|
+
},
|
|
84
|
+
"engines": {
|
|
85
|
+
"node": ">=22"
|
|
86
|
+
},
|
|
87
|
+
"publishConfig": {
|
|
88
|
+
"access": "public"
|
|
89
|
+
},
|
|
90
|
+
"scripts": {
|
|
91
|
+
"build": "tsdown",
|
|
92
|
+
"clean": "rimraf dist",
|
|
93
|
+
"typecheck": "tsc --noEmit"
|
|
94
|
+
}
|
|
95
|
+
}
|