Added packages jesterjson,jestercookiemsgs,jestermongopool,jestergeoip (#1516)

This commit is contained in:
John Dupuy 2020-06-16 01:46:35 -05:00 committed by GitHub
parent 18683df0ec
commit 495f1d2c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18079,6 +18079,69 @@
"license": "MIT",
"web": "https://github.com/JohnAD/jesterwithplugins/"
},
{
"name": "jesterjson",
"url": "https://github.com/JohnAD/jesterjson",
"method": "git",
"tags": [
"web",
"jester",
"json",
"plugin"
],
"description": "A Jester web plugin that embeds key information into a JSON object.",
"license": "MIT",
"web": "https://github.com/JohnAD/jesterjson"
},
{
"name": "jestercookiemsgs",
"url": "https://github.com/JohnAD/jestercookiemsgs",
"method": "git",
"tags": [
"web",
"jester",
"cookie",
"message",
"notify",
"notification",
"plugin"
],
"description": "A Jester web plugin that allows easy message passing between pages using a browser cookie.",
"license": "MIT",
"web": "https://github.com/JohnAD/jestercookiemsgs"
},
{
"name": "jestermongopool",
"url": "https://github.com/JohnAD/jestermongopool",
"method": "git",
"tags": [
"web",
"jester",
"mongodb",
"pooled",
"plugin"
],
"description": "A Jester web plugin that gets a pooled MongoDB connection for each web query.",
"license": "MIT",
"web": "https://github.com/JohnAD/jestermongopool"
},
{
"name": "jestergeoip",
"url": "https://github.com/JohnAD/jestergeoip",
"method": "git",
"tags": [
"web",
"jester",
"ip",
"geo",
"geographic",
"tracker",
"plugin"
],
"description": "A Jester web plugin that determines geographic information for each web request via API. Uses sqlite3 for a cache.",
"license": "MIT",
"web": "https://github.com/JohnAD/jestergeoip"
},
{
"name": "qeu",
"url": "https://github.com/hyu1996/qeu",