-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
modules.json
150 lines (150 loc) · 4.97 KB
/
modules.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
[
{
"category": "Security",
"name": "OAuth 2.0",
"version": "1.4.0",
"total": "2.0.0",
"description": "Very simple OAuth 2.0 implemenation of GitHub, Facebook, Google, DropBox, LinkedIn, Windows Live, Yahoo, Yandex and Instagram.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/oauth2",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Security",
"name": "DDOS Protection",
"version": "1.1.0",
"total": "2.0.0",
"description": "Simple DDOS protection, the module counts requests according to IP address.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/Security/ddos",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
"deprecated": true
},
{
"category": "Security",
"name": "JsonWebToken (JWT)",
"version": "1.0.0",
"total": "2.0.0",
"description": "This JWT module rewrites internal encryption/decryption mechanism.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/jsonwebtoken",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Security",
"name": "Protection",
"version": "1.0.0",
"total": "2.0.0",
"description": "The module increments internal counter identified by a key and resets the the counter at a given timeout.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/Security/protection",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
"deprecated": true
},
{
"category": "Security",
"name": "Auth",
"version": "3.0.0",
"total": "2.0.0",
"description": "Adds a support for authorize and unauthorize route flag. Each logged user has an own session.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/Security/auth",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
"deprecated": true
},
{
"category": "Miscellaneous",
"name": "Client-Side Error",
"version": "1.0.0",
"total": "2.0.0",
"description": "Catch all client-side errors. All errors are shown on server-side console.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/clienterror",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Miscellaneous",
"name": "Console",
"version": "2.0.0",
"total": "2.0.0",
"description": "With this package you can control a whole Total.js application from a web browser.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/console",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Miscellaneous",
"name": "Directory Listing",
"version": "1.0.0",
"total": "2.0.0",
"description": "This module enables directory listing for public directory and it shows file sizes.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/directorylisting",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Miscellaneous",
"name": "Monitor",
"version": "1.3.0",
"total": "2.0.0",
"description": "This module can monitor your Total.js web application and you can use AppMonitor with it.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/monitor",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null
},
{
"category": "Miscellaneous",
"name": "Request stats",
"version": "1.1.0",
"total": "2.0.0",
"description": "This module counts all requests (dynamic content + files) by months. Data are stored in JSON file.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/Miscellaneous/reqstats",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
"deprecated": true
},
{
"category": "Miscellaneous",
"name": "Session",
"version": "2.0.0",
"total": "2.0.0",
"description": "This module enables session for each visitor. Session identificator is stored in cookie.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/session",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
},
{
"category": "Miscellaneous",
"name": "WebCounter",
"version": "3.1.0",
"total": "2.0.0",
"description": "Monitor your visitor. The module supports: online visitors, daily, monthly and yearly stats.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/Miscellaneous/webcounter",
"datecreated": "2016-01-01T00:00:00.000Z",
"dateupdated": null,
"deprecated": true
},
{
"category": "Miscellaneous",
"name": "NoSQL explorer",
"version": "1.0.0",
"total": "2.0.0",
"description": "Easy content sharing of NoSQL embedded database. Bind your database with NoSQL embedded database explorer.",
"author": "Peter Širka",
"url": "https://github.com/totaljs/modules/tree/master/nosqlexplorer",
"datecreated": "2016-10-09T00:00:00.000Z",
"dateupdated": null
}
]