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
|
{
"name": "connect-mongo",
"version": "1.3.2",
"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": "^3.0",
"mongodb": ">= 1.2.0 <3.0.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-plugin-transform-object-assign": "^6.8.0",
"babel-register": "^6.3.13",
"eslint": "^3.1.1",
"expect.js": "^0.3.1",
"express-session": ">= 1.0.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mongoose": ">= 2.6.0 < 5.0"
},
"scripts": {
"test-unit-es5": "mocha --compilers js:babel-register",
"test-unit": "mocha",
"cover": "istanbul cover -x 'src-es5/**' _mocha",
"lint": "eslint src test",
"test": "npm run lint && npm run transpile && npm run cover",
"test-es5": "npm run transpile && npm run test-unit-es5",
"transpile": "babel src --out-dir src-es5",
"prepublish": "npm run transpile"
},
"gitHead": "f4c8fa5d04777c0017f5123a10b71577de248d45",
"homepage": "https://github.com/kcbanner/connect-mongo#readme",
"_id": "connect-mongo@1.3.2",
"_shasum": "7cbf58dfff26760e5e00e017d0a85b4bc90b9d37",
"_from": "connect-mongo@>=1.2.1 <2.0.0",
"_npmVersion": "3.10.3",
"_nodeVersion": "6.3.1",
"_npmUser": {
"name": "jdesboeufs",
"email": "jerome.desboeufs@gmail.com"
},
"dist": {
"shasum": "7cbf58dfff26760e5e00e017d0a85b4bc90b9d37",
"tarball": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.3.2.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.3.2.tgz_1469613537733_0.9538226106669754"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/connect-mongo/-/connect-mongo-1.3.2.tgz"
}
|