-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
76 lines (76 loc) · 2.29 KB
/
Copy pathcatalog.json
File metadata and controls
76 lines (76 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"collection": "dsh-toolkit",
"schema": "dsh-external/hub collection manifest v1",
"plugins": [
{
"id": "dsh-tool-time",
"type": "plugin",
"description": "时间工具:ISO 8601 / 时区 / 日历运算 / 时长差",
"source": "./packages/dsh-tool-time",
"version": "0.0.1"
},
{
"id": "dsh-tool-encoding",
"type": "plugin",
"description": "编码/哈希工具:base64 / url / hex / hash / UUID",
"source": "./packages/dsh-tool-encoding",
"version": "0.0.1"
},
{
"id": "dsh-tool-json",
"type": "plugin",
"description": "JSON 查询工具:JMESPath 子集",
"source": "./packages/dsh-tool-json",
"version": "0.0.1"
},
{
"id": "dsh-tool-calculator",
"type": "plugin",
"description": "计算器工具:安全数学表达式求值",
"source": "./packages/dsh-tool-calculator",
"version": "0.0.1"
},
{
"id": "dsh-tool-csv",
"type": "plugin",
"description": "CSV 工具:RFC 4180 解析/查询/统计",
"source": "./packages/dsh-tool-csv",
"version": "0.0.1"
},
{
"id": "dsh-tool-regex",
"type": "plugin",
"description": "正则工具:测试/提取/替换/静态解释",
"source": "./packages/dsh-tool-regex",
"version": "0.0.1"
},
{
"id": "dsh-tool-markdown",
"type": "plugin",
"description": "Markdown 工具:HTML↔Markdown / GFM 表格 / 目录生成",
"source": "./packages/dsh-tool-markdown",
"version": "0.0.1"
},
{
"id": "dsh-tool-diff",
"type": "plugin",
"description": "Diff 工具:文本/JSON/CSV/Markdown 结构化比较与 unified diff(只读)",
"source": "./packages/dsh-tool-diff",
"version": "0.0.1"
},
{
"id": "dsh-tool-stat",
"type": "plugin",
"description": "统计工具:描述统计/百分位数/频数分布/相关性(零依赖确定性)",
"source": "./packages/dsh-tool-stat",
"version": "0.0.1"
},
{
"id": "dsh-tool-schema",
"type": "plugin",
"description": "JSON Schema 验证工具:validate/paths/explain/normalize(零网络零动态执行)",
"source": "./packages/dsh-tool-schema",
"version": "0.0.1"
}
]
}