-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
77 lines (77 loc) · 1.63 KB
/
Copy pathconfig.json
File metadata and controls
77 lines (77 loc) · 1.63 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
77
{
"language": "Nushell",
"slug": "nushell",
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"representer": false,
"analyzer": false
},
"blurb": "Nushell is a modern shell oriented around structured data and pipelines.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
},
"files": {
"solution": [
"%{kebab_slug}.nu"
],
"test": [
"tests.nu"
],
"example": [
".meta/example.nu"
],
"exemplar": [
".meta/exemplar.nu"
]
},
"exercises": {
"practice": [
{
"slug": "hello-world",
"name": "Hello World",
"uuid": "8eab75b2-d469-4fe8-825a-d249df70af3e",
"practices": [],
"prerequisites": [],
"difficulty": 1
},
{
"slug": "two-fer",
"name": "Two-Fer",
"uuid": "708fb88a-4ea8-4f96-b82c-863701736f49",
"practices": [],
"prerequisites": [],
"difficulty": 1
},
{
"slug": "dnd-character",
"name": "D&D Character",
"uuid": "2962b486-1ed1-44ce-a0bc-ac7cfccf200b",
"practices": [],
"prerequisites": [],
"difficulty": 2
},
{
"slug": "forth",
"name": "Forth",
"uuid": "dafa6994-946a-462e-9107-25becff892ce",
"practices": [],
"prerequisites": [],
"difficulty": 1
}
]
},
"tags": [
"paradigm/functional",
"platform/android",
"platform/linux",
"platform/mac",
"platform/windows",
"runtime/language_specific",
"typing/static",
"used_for/scripts"
]
}