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
|
{
"name": "connect-mongo",
"version": "1.2.1",
"description": "MongoDB session store for Express and Connect",
"keywords": [
"connect",
"mongo",
"mongodb",
"session",
"express"
],
"contributors": [
{
"name": "Casey Banner",
"email": "kcbanner@gmail.com"
},
{
"name": "Jerome Desboeufs",
"email": "jerome.desboeufs@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kcbanner/connect-mongo.git"
},
"bugs": {
"url": "https://github.com/kcbanner/connect-mongo/issues"
},
"dependencies": {
"bluebird": ">= 2.0",
"mongodb": ">= 1.2.0 <2.2.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-transform-es2015-classes": "^6.3.15",
"babel-plugin-transform-es2015-object-super": "^6.3.13",
"babel-register": "^6.3.13",
"eslint": "^1.10.3",
"express-session": ">= 1.0.0",
"istanbul": "^0.4.1",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"mongoose": ">= 2.6.0 < 5.0"
},
"scripts": {
"test-unit-es5": "mocha --compilers js:babel-register && mocha --compilers js:babel-register test/es5/load.js",
"test-unit": "istanbul cover _mocha && mocha test/es5/load.js",
"lint": "eslint src/",
"test": "npm run lint && npm run transpile && npm run test-unit",
"test-es5": "npm run transpile && npm run test-unit-es5",
"transpile": "babel src --out-dir src-es5",
"prepublish": "npm run transpile"
},
"gitHead": "10ea1ff032e2c416e1774079187abe9b265dc31c",
"homepage": "https://github.com/kcbanner/connect-mongo#readme",
"_id": "connect-mongo@1.2.1",
"_shasum": "c132467abc0d0efa868f86f1550259911f7847b5",
"_from": "connect-mongo@latest",
"_npmVersion": "3.8.6",
"_nodeVersion": "6.0.0",
"_npmUser": {
"name": "jdesboeufs",
"email": "jerome.desboeufs@gmail.com"
},
"dist": {
"shasum": "c132467abc0d0efa868f86f1550259911f7847b5",
"tarball": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.2.1.tgz"
},
"maintainers": [
{
"name": "kcbanner",
"email": "kcbanner@gmail.com"
},
{
"name": "jdesboeufs",
"email": "jerome.desboeufs@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/connect-mongo-1.2.1.tgz_1466457928178_0.7295849067158997"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.2.1.tgz"
}
|