-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (64 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (64 loc) · 1.8 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
{
"name": "infohub",
"version": "1.3.40",
"date": "2024-06-09",
"since": "2010-01-01",
"homepage": "https://infohub.se",
"description": "Your private place on the internet",
"keywords": ["privacy", "private", "infohub", "data", "operating-system", "plugin", "place", "independent"],
"author": {
"name": "Peter Lembke",
"email": "info@infohub.se",
"url": "https://infohub.se"
},
"license": "GPL-3.0-or-later",
"dependencies": {
},
"jshintConfig": {
"esversion": 11,
"evil": true,
"devel": true,
"plusplus": true,
"browser": true,
"eqeqeq": true,
"undef": true,
"unused": false,
"strict": "global",
"bitwise": true,
"curly": true,
"maxdepth": 5,
"maxparams": 4,
"nonbsp": true,
"globals": {
"_IsSet": false,
"_Default": false,
"_MicroTime": false,
"_Merge": false,
"_ByVal": false,
"_MethodExists": false,
"_TimeStamp": false,
"_JsonEncode": false,
"_JsonDecode": false,
"_GetData": false,
"_Pop": false,
"_SubCall": false,
"_Empty": false,
"_Replace": false,
"_GetClassName": false,
"_Count": false,
"$functions": true,
"internal_Cmd": false,
"internal_Log": false,
"sendMessage": false,
"_UcWords": false,
"_UcFirst": false,
"_GetDataType": false,
"_Delete": false,
"_SprintF": false,
"_Full": false,
"_CreateLookupTable": false,
"_GetCmdFunctionsBase": false,
"_Alert": false
}
}
}