Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 58339c49
authored
8 years ago
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add redis node module
1 parent
c2e44406
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
npm-shrinkwrap.json
package.json
npm-shrinkwrap.json
View file @
58339c4
...
...
@@ -507,6 +507,11 @@
}
}
},
"double-ended-queue"
:
{
"version"
:
"2.1.0-0"
,
"from"
:
"double-ended-queue@>=2.1.0-0 <3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz"
},
"escape-html"
:
{
"version"
:
"1.0.3"
,
"from"
:
"escape-html@>=1.0.3 <1.1.0"
,
...
...
@@ -1031,6 +1036,21 @@
"from"
:
"readline-sync@latest"
,
"resolved"
:
"https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.6.tgz"
},
"redis"
:
{
"version"
:
"2.6.5"
,
"from"
:
"redis@latest"
,
"resolved"
:
"https://registry.npmjs.org/redis/-/redis-2.6.5.tgz"
},
"redis-commands"
:
{
"version"
:
"1.3.1"
,
"from"
:
"redis-commands@>=1.2.0 <2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.1.tgz"
},
"redis-parser"
:
{
"version"
:
"2.4.0"
,
"from"
:
"redis-parser@>=2.0.0 <3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/redis-parser/-/redis-parser-2.4.0.tgz"
},
"request"
:
{
"version"
:
"2.69.0"
,
"from"
:
"request@>=2.69.0 <3.0.0"
,
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
58339c4
...
...
@@ -40,6 +40,7 @@
"passport-http-bearer"
:
"^1.0.1"
,
"passport-ldapjs"
:
"^1.0.2"
,
"readline-sync"
:
"^1.4.6"
,
"redis"
:
"^2.6.5"
,
"request"
:
"^2.69.0"
,
"safetydance"
:
"^0.1.1"
,
"serve-index"
:
"^1.8.0"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment