@codeexpander/plugin-data 0.1.0 → 0.1.1

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 ADDED
@@ -0,0 +1,13 @@
1
+ # Data & Format / 数据与格式
2
+
3
+ **EN** — Data format tools: JSON formatter and validator with tree view, XML formatter and validator with tree view, YAML ⇄ JSON converter with options. Switch between tools via tabs.
4
+
5
+ **中文** — 数据格式工具:JSON 格式化与校验(树形视图)、XML 格式化与校验(树形视图)、YAML 与 JSON 互转(可配置选项)。通过标签页切换不同工具。
6
+
7
+ ## Tools / 工具列表
8
+
9
+ | id | EN | 中文 |
10
+ |----|-----|------|
11
+ | json-formatter | JSON Formatter | JSON 格式化 |
12
+ | xml-formatter | XML Formatter | XML 格式化 |
13
+ | yaml-converter | YAML Converter | YAML 转换 |
package/dist/plugin.json CHANGED
@@ -1 +1 @@
1
- {"main":"index.html","title":"Data & Format","description":"JSON, XML, YAML formatters and validators.","category":"data","order":6,"features":[{"code":"json_formatter","explain":"Format and validate JSON","cmds":["json"]},{"code":"xml_formatter","explain":"Format XML","cmds":["xml"]},{"code":"yaml","explain":"YAML converter","cmds":["yaml"]}],"pluginSetting":{"height":520}}
1
+ {"main":"index.html","title":"Data & Format","description": "Data format: JSON/XML formatter and validator, YAML converter. EN | 数据格式:JSON/XML/YAML 格式化与转换。","category":"data","order":6,"features":[{"code":"json_formatter","explain":"Format and validate JSON","cmds":["json"]},{"code":"xml_formatter","explain":"Format XML","cmds":["xml"]},{"code":"yaml","explain":"YAML converter","cmds":["yaml"]}],"pluginSetting":{"height":520}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeexpander/plugin-data",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -9,13 +9,24 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
+ "description": "CodeExpander plugin: data format (JSON/XML formatter, YAML converter). 数据格式:JSON/XML/YAML 格式化与转换。",
13
+ "keywords": [
14
+ "codeexpander",
15
+ "plugin",
16
+ "json",
17
+ "xml",
18
+ "yaml",
19
+ "formatter",
20
+ "数据",
21
+ "格式化"
22
+ ],
12
23
  "dependencies": {
13
24
  "js-yaml": "^4.1.0",
14
25
  "lucide-react": "^0.462.0",
15
26
  "react": "^18.3.1",
16
27
  "react-dom": "^18.3.1",
17
- "@online-dev-tools/i18n": "0.0.0",
18
- "@online-dev-tools/ui": "0.0.0"
28
+ "@codeexpander/dev-tools-i18n": "0.0.0",
29
+ "@codeexpander/dev-tools-ui": "0.0.0"
19
30
  },
20
31
  "devDependencies": {
21
32
  "@types/react": "^18.3.3",