@shell-shock/plugin-help 0.1.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/LICENSE +201 -0
- package/README.md +264 -0
- package/dist/_virtual/_rolldown/runtime.cjs +29 -0
- package/dist/_virtual/_rolldown/runtime.mjs +3 -0
- package/dist/components/display.cjs +260 -0
- package/dist/components/display.d.cts +105 -0
- package/dist/components/display.d.cts.map +1 -0
- package/dist/components/display.d.mts +105 -0
- package/dist/components/display.d.mts.map +1 -0
- package/dist/components/display.mjs +254 -0
- package/dist/components/display.mjs.map +1 -0
- package/dist/components/help-builtin.cjs +113 -0
- package/dist/components/help-builtin.d.cts +22 -0
- package/dist/components/help-builtin.d.cts.map +1 -0
- package/dist/components/help-builtin.d.mts +22 -0
- package/dist/components/help-builtin.d.mts.map +1 -0
- package/dist/components/help-builtin.mjs +110 -0
- package/dist/components/help-builtin.mjs.map +1 -0
- package/dist/components/help-command.cjs +97 -0
- package/dist/components/help-command.d.cts +10 -0
- package/dist/components/help-command.d.cts.map +1 -0
- package/dist/components/help-command.d.mts +10 -0
- package/dist/components/help-command.d.mts.map +1 -0
- package/dist/components/help-command.mjs +96 -0
- package/dist/components/help-command.mjs.map +1 -0
- package/dist/components/index.cjs +14 -0
- package/dist/components/index.d.cts +4 -0
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.mjs +5 -0
- package/dist/index.cjs +105 -0
- package/dist/index.d.cts +11 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +11 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +100 -0
- package/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/constant-case.cjs +17 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/constant-case.mjs +17 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/constant-case.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/get-words.cjs +38 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/get-words.mjs +38 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/get-words.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/kebab-case.cjs +33 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/kebab-case.mjs +34 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/kebab-case.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/snake-case.cjs +40 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/snake-case.mjs +41 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/snake-case.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/upper-case-first.cjs +17 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/upper-case-first.mjs +17 -0
- package/dist/node_modules/.pnpm/@stryke_string-format@0.17.4/node_modules/@stryke/string-format/dist/upper-case-first.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-empty.cjs +20 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-empty.mjs +21 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-empty.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-null.cjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-null.mjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-null.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set-string.cjs +20 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set-string.mjs +21 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set-string.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set.cjs +19 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set.mjs +20 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-set.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-string.cjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-string.mjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-string.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-undefined.cjs +8 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-undefined.mjs +8 -0
- package/dist/node_modules/.pnpm/@stryke_type-checks@0.5.39/node_modules/@stryke/type-checks/dist/is-undefined.mjs.map +1 -0
- package/dist/types/index.cjs +0 -0
- package/dist/types/index.d.cts +2 -0
- package/dist/types/index.d.mts +2 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +0 -0
- package/dist/types/plugin.d.cts +61 -0
- package/dist/types/plugin.d.cts.map +1 -0
- package/dist/types/plugin.d.mts +61 -0
- package/dist/types/plugin.d.mts.map +1 -0
- package/dist/types/plugin.mjs +1 -0
- package/package.json +177 -0
package/package.json
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@shell-shock/plugin-help",
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "A package containing a Shell Shock plugin to provide help and documentation for the local application's commands.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"style-dictionary",
|
|
8
|
+
"shell-shock",
|
|
9
|
+
"shell-shock-plugin",
|
|
10
|
+
"powerlines",
|
|
11
|
+
"storm-software"
|
|
12
|
+
],
|
|
13
|
+
"homepage": "https://stormsoftware.com",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://stormsoftware.com/support",
|
|
16
|
+
"email": "support@stormsoftware.com"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "github",
|
|
20
|
+
"url": "https://github.com/storm-software/shell-shock.git",
|
|
21
|
+
"directory": "packages/plugin-help"
|
|
22
|
+
},
|
|
23
|
+
"funding": {
|
|
24
|
+
"type": "github",
|
|
25
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
26
|
+
},
|
|
27
|
+
"license": "Apache-2.0",
|
|
28
|
+
"author": {
|
|
29
|
+
"name": "Storm Software",
|
|
30
|
+
"email": "contact@stormsoftware.com",
|
|
31
|
+
"url": "https://stormsoftware.com"
|
|
32
|
+
},
|
|
33
|
+
"maintainers": [
|
|
34
|
+
{
|
|
35
|
+
"name": "Storm Software",
|
|
36
|
+
"email": "contact@stormsoftware.com",
|
|
37
|
+
"url": "https://stormsoftware.com"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"contributors": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Storm Software",
|
|
43
|
+
"email": "contact@stormsoftware.com",
|
|
44
|
+
"url": "https://stormsoftware.com"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"type": "module",
|
|
48
|
+
"main": "./dist/index.cjs",
|
|
49
|
+
"module": "./dist/index.mjs",
|
|
50
|
+
"types": "./dist/index.d.cts",
|
|
51
|
+
"typings": "dist/index.d.mts",
|
|
52
|
+
"files": ["dist/**/*"],
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@alloy-js/core": "0.23.0-dev.8",
|
|
55
|
+
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
56
|
+
"@powerlines/deepkit": "^0.6.134",
|
|
57
|
+
"@powerlines/plugin-alloy": "^0.25.41",
|
|
58
|
+
"@powerlines/plugin-plugin": "^0.12.306",
|
|
59
|
+
"@shell-shock/core": "^0.13.0",
|
|
60
|
+
"@shell-shock/plugin-theme": "^0.3.15",
|
|
61
|
+
"@shell-shock/plugin-console": "^0.1.11",
|
|
62
|
+
"@stryke/path": "^0.27.0",
|
|
63
|
+
"defu": "^6.1.4",
|
|
64
|
+
"powerlines": "^0.41.20"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@powerlines/plugin-deepkit": "^0.11.234",
|
|
68
|
+
"@types/node": "^25.5.0"
|
|
69
|
+
},
|
|
70
|
+
"publishConfig": { "access": "public" },
|
|
71
|
+
"exports": {
|
|
72
|
+
".": {
|
|
73
|
+
"require": {
|
|
74
|
+
"types": "./dist/index.d.cts",
|
|
75
|
+
"default": "./dist/index.cjs"
|
|
76
|
+
},
|
|
77
|
+
"import": {
|
|
78
|
+
"types": "./dist/index.d.mts",
|
|
79
|
+
"default": "./dist/index.mjs"
|
|
80
|
+
},
|
|
81
|
+
"default": {
|
|
82
|
+
"types": "./dist/index.d.mts",
|
|
83
|
+
"default": "./dist/index.mjs"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"./components": {
|
|
87
|
+
"require": {
|
|
88
|
+
"types": "./dist/components/index.d.cts",
|
|
89
|
+
"default": "./dist/components/index.cjs"
|
|
90
|
+
},
|
|
91
|
+
"import": {
|
|
92
|
+
"types": "./dist/components/index.d.mts",
|
|
93
|
+
"default": "./dist/components/index.mjs"
|
|
94
|
+
},
|
|
95
|
+
"default": {
|
|
96
|
+
"types": "./dist/components/index.d.mts",
|
|
97
|
+
"default": "./dist/components/index.mjs"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"./components/display": {
|
|
101
|
+
"require": {
|
|
102
|
+
"types": "./dist/components/display.d.cts",
|
|
103
|
+
"default": "./dist/components/display.cjs"
|
|
104
|
+
},
|
|
105
|
+
"import": {
|
|
106
|
+
"types": "./dist/components/display.d.mts",
|
|
107
|
+
"default": "./dist/components/display.mjs"
|
|
108
|
+
},
|
|
109
|
+
"default": {
|
|
110
|
+
"types": "./dist/components/display.d.mts",
|
|
111
|
+
"default": "./dist/components/display.mjs"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"./components/help-builtin": {
|
|
115
|
+
"require": {
|
|
116
|
+
"types": "./dist/components/help-builtin.d.cts",
|
|
117
|
+
"default": "./dist/components/help-builtin.cjs"
|
|
118
|
+
},
|
|
119
|
+
"import": {
|
|
120
|
+
"types": "./dist/components/help-builtin.d.mts",
|
|
121
|
+
"default": "./dist/components/help-builtin.mjs"
|
|
122
|
+
},
|
|
123
|
+
"default": {
|
|
124
|
+
"types": "./dist/components/help-builtin.d.mts",
|
|
125
|
+
"default": "./dist/components/help-builtin.mjs"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"./components/help-command": {
|
|
129
|
+
"require": {
|
|
130
|
+
"types": "./dist/components/help-command.d.cts",
|
|
131
|
+
"default": "./dist/components/help-command.cjs"
|
|
132
|
+
},
|
|
133
|
+
"import": {
|
|
134
|
+
"types": "./dist/components/help-command.d.mts",
|
|
135
|
+
"default": "./dist/components/help-command.mjs"
|
|
136
|
+
},
|
|
137
|
+
"default": {
|
|
138
|
+
"types": "./dist/components/help-command.d.mts",
|
|
139
|
+
"default": "./dist/components/help-command.mjs"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"./package.json": "./package.json",
|
|
143
|
+
"./types": {
|
|
144
|
+
"require": {
|
|
145
|
+
"types": "./dist/types/index.d.cts",
|
|
146
|
+
"default": "./dist/types/index.cjs"
|
|
147
|
+
},
|
|
148
|
+
"import": {
|
|
149
|
+
"types": "./dist/types/index.d.mts",
|
|
150
|
+
"default": "./dist/types/index.mjs"
|
|
151
|
+
},
|
|
152
|
+
"default": {
|
|
153
|
+
"types": "./dist/types/index.d.mts",
|
|
154
|
+
"default": "./dist/types/index.mjs"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"./types/plugin": {
|
|
158
|
+
"require": {
|
|
159
|
+
"types": "./dist/types/plugin.d.cts",
|
|
160
|
+
"default": "./dist/types/plugin.cjs"
|
|
161
|
+
},
|
|
162
|
+
"import": {
|
|
163
|
+
"types": "./dist/types/plugin.d.mts",
|
|
164
|
+
"default": "./dist/types/plugin.mjs"
|
|
165
|
+
},
|
|
166
|
+
"default": {
|
|
167
|
+
"types": "./dist/types/plugin.d.mts",
|
|
168
|
+
"default": "./dist/types/plugin.mjs"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"inlinedDependencies": {
|
|
173
|
+
"@stryke/string-format": "0.17.4",
|
|
174
|
+
"@stryke/type-checks": "0.5.39"
|
|
175
|
+
},
|
|
176
|
+
"gitHead": "d9365dd86c8fd0958486dfb1cef4822da5798464"
|
|
177
|
+
}
|