Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/package.json
1293 views
1
{
2
"name": "jquery.terminal",
3
"version": "2.12.0",
4
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
5
"main": "js/jquery.terminal.js",
6
"typings": "js/jquery.terminal.d.ts",
7
"keywords": [
8
"terminal",
9
"emulator",
10
"prompt",
11
"console",
12
"keyboard",
13
"type",
14
"rpc",
15
"input",
16
"ui"
17
],
18
"scripts": {
19
"test": "make test"
20
},
21
"author": {
22
"name": "Jakub Jankiewicz",
23
"email": "[email protected]",
24
"url": "https://jcubic.pl/me"
25
},
26
"contributors": [
27
{
28
"name": "Jakub T. Jankiewicz",
29
"url": "https://jcubic.pl/me"
30
},
31
{
32
"name": "Zuo Qiyang",
33
"url": "http://zuoqy.com"
34
},
35
{
36
"name": "Marcel Link",
37
"url": "https://github.com/ml1nk"
38
},
39
{
40
"name": "Sébastien Warin",
41
"url": "http://sebastien.warin.fr"
42
},
43
{
44
"name": "Christopher John Ryan",
45
"url": "https://github.com/ChrisJohnRyan"
46
},
47
{
48
"name": "Johan",
49
"url": "https://github.com/johanjordaan"
50
},
51
{
52
"name": "Florian Schäfer",
53
"url": "https://github.com/fschaefer"
54
},
55
{
56
"name": "David Refoua",
57
"url": "http://www.Refoua.me"
58
},
59
{
60
"name": "Ishan Ratnapala",
61
"url": "https://github.com/IshanRatnapala"
62
},
63
{
64
"name": "Tomasz Ducin",
65
"url": "http://ducin.it"
66
},
67
{
68
"name": "7twin",
69
"url": "https://7twin.com"
70
},
71
{
72
"name": "Abdelrahman Omran",
73
"url": "https://omranic.com"
74
},
75
{
76
"name": "Anton Vasil'ev",
77
"url": "https://github.com/avdes"
78
},
79
{
80
"name": "finlob",
81
"url": "https://github.com/finlob"
82
},
83
{
84
"name": "Hasan",
85
"url": "https://github.com/JuanPotato"
86
},
87
{
88
"name": "Hraban Luyat",
89
"url": "https://luyat.com"
90
},
91
{
92
"name": "Jarry Shaw",
93
"url": "jarryshaw.me"
94
},
95
{
96
"name": "Jon Steinich",
97
"url": "https://github.com/jsteinich"
98
},
99
{
100
"name": "Martin v. Löwis",
101
"url": "https://github.com/loewis"
102
},
103
{
104
"name": "Mateusz Paprocki",
105
"url": "https://github.com/mattpap"
106
},
107
{
108
"name": "exit1",
109
"url": "https://github.com/exit1"
110
},
111
{
112
"name": "Robert Wikman",
113
"url": "https://github.com/rbw"
114
},
115
{
116
"name": "Steve Phillips",
117
"url": "https://tryingtobeawesome.com/"
118
},
119
{
120
"name": "Yutong Luo",
121
"url": "https://yutongluo.com"
122
},
123
{
124
"name": "coderaiser",
125
"url": "http://coderaiser.github.io"
126
},
127
{
128
"name": "mrkaiser",
129
"url": "https://github.com/mrkaiser"
130
},
131
{
132
"name": "stereobooster",
133
"url": "https://stereobooster.com"
134
},
135
{
136
"name": "Steve Kirkegard",
137
"url": "https://www.linkedin.com/in/steve-kirkegard"
138
},
139
{
140
"name": "Juraj Vitko",
141
"url": "https://github.com/youurayy"
142
}
143
],
144
"license": "MIT",
145
"repository": {
146
"type": "git",
147
"url": "https://github.com/jcubic/jquery.terminal.git"
148
},
149
"bugs": {
150
"url": "https://github.com/jcubic/jquery.terminal/issues"
151
},
152
"homepage": "https://terminal.jcubic.pl",
153
"eslintConfig": {
154
"parserOptions": {
155
"ecmaVersion": 3,
156
"sourceType": "script",
157
"ecmaFeatures": {}
158
},
159
"env": {
160
"browser": true,
161
"jasmine": true,
162
"node": true
163
},
164
"globals": {
165
"jQuery": true,
166
"sprintf": true,
167
"$": true,
168
"Symbol": true
169
},
170
"rules": {
171
"no-console": "error",
172
"eqeqeq": "error",
173
"curly": "error",
174
"no-unreachable": "error",
175
"valid-typeof": "error",
176
"no-unexpected-multiline": "error",
177
"no-regex-spaces": "error",
178
"no-irregular-whitespace": "error",
179
"no-invalid-regexp": "error",
180
"no-inner-declarations": "error",
181
"no-func-assign": "error",
182
"no-extra-semi": "error",
183
"no-extra-boolean-cast": "error",
184
"no-debugger": "error",
185
"no-dupe-args": "error",
186
"no-dupe-keys": "error",
187
"no-duplicate-case": "error",
188
"no-empty-character-class": "error",
189
"no-ex-assign": "error",
190
"array-callback-return": "error",
191
"no-case-declarations": "error",
192
"guard-for-in": "error",
193
"no-caller": "error",
194
"no-empty-function": "error",
195
"no-extend-native": "error",
196
"no-extra-bind": "error",
197
"no-fallthrough": "error",
198
"no-global-assign": "error",
199
"no-implicit-globals": "error",
200
"no-implied-eval": "error",
201
"no-multi-spaces": "error",
202
"no-new-wrappers": "error",
203
"no-redeclare": "error",
204
"no-self-assign": "error",
205
"no-return-assign": "error",
206
"no-self-compare": "error",
207
"no-throw-literal": "error",
208
"no-unused-labels": "error",
209
"no-useless-call": "error",
210
"no-useless-escape": "error",
211
"no-void": "error",
212
"no-with": "error",
213
"radix": "error",
214
"wrap-iife": [
215
"error",
216
"inside"
217
],
218
"yoda": [
219
"error",
220
"never"
221
],
222
"no-catch-shadow": "error",
223
"no-delete-var": "error",
224
"no-label-var": "error",
225
"no-undef-init": "error",
226
"no-unused-vars": "error",
227
"no-undef": "error",
228
"comma-style": [
229
"error",
230
"last"
231
],
232
"comma-dangle": [
233
"error",
234
"never"
235
],
236
"comma-spacing": [
237
"error",
238
{
239
"before": false,
240
"after": true
241
}
242
],
243
"computed-property-spacing": [
244
"error",
245
"never"
246
],
247
"eol-last": [
248
"error",
249
"always"
250
],
251
"func-call-spacing": [
252
"error",
253
"never"
254
],
255
"key-spacing": [
256
"error",
257
{
258
"beforeColon": false,
259
"afterColon": true,
260
"mode": "strict"
261
}
262
],
263
"max-len": [
264
"error",
265
90
266
],
267
"max-statements-per-line": "error",
268
"new-parens": "error",
269
"no-array-constructor": "error",
270
"no-lonely-if": "error",
271
"no-mixed-spaces-and-tabs": "error",
272
"no-multiple-empty-lines": "error",
273
"no-new-object": "error",
274
"no-tabs": "error",
275
"no-trailing-spaces": "error",
276
"no-whitespace-before-property": "error",
277
"object-curly-spacing": [
278
"error",
279
"never"
280
],
281
"space-before-blocks": "error",
282
"keyword-spacing": [
283
"error",
284
{
285
"before": true,
286
"after": true
287
}
288
],
289
"space-in-parens": [
290
"error",
291
"never"
292
],
293
"space-infix-ops": "error",
294
"space-before-function-paren": [
295
"error",
296
"never"
297
],
298
"complexity": [
299
"error",
300
{
301
"max": 30
302
}
303
],
304
"indent": [
305
"error",
306
4,
307
{
308
"SwitchCase": 1
309
}
310
],
311
"linebreak-style": [
312
"error",
313
"unix"
314
],
315
"semi": [
316
"error",
317
"always"
318
]
319
}
320
},
321
"dependencies": {
322
"@types/jquery": "^3.3.29",
323
"jquery": "~3",
324
"prismjs": "^1.16.0",
325
"wcwidth": "^1.0.1"
326
},
327
"devDependencies": {
328
"coveralls": "^3.0.3",
329
"cssnano": "^4.1.10",
330
"emoji-datasource-twitter": "^4.1.0",
331
"eslint": "^5.16.0",
332
"gm": "^1.23.1",
333
"iconv-lite": "^0.5.0",
334
"jest": "^24.8.0",
335
"jsonlint": "^1.6.3",
336
"typescript": "^3.1.6",
337
"uglify-js": "^3.5.12"
338
}
339
}
340
341