forked from hubwiz/example-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.28 KB
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
{
"name": "express-session",
"version": "1.9.3",
"description": "Simple session middleware for Express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Joe Wagner",
"email": "njwjs722@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/expressjs/session"
},
"license": "MIT",
"dependencies": {
"cookie": "0.1.2",
"cookie-signature": "1.0.5",
"crc": "3.2.1",
"debug": "~2.1.0",
"depd": "~1.0.0",
"on-headers": "~1.0.0",
"parseurl": "~1.3.0",
"uid-safe": "1.0.1",
"utils-merge": "1.0.0"
},
"devDependencies": {
"after": "0.8.1",
"cookie-parser": "~1.3.3",
"istanbul": "0.3.2",
"express": "~4.9.7",
"mocha": "~2.0.1",
"should": "~4.3.0",
"supertest": "~0.15.0"
},
"files": [
"session/",
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --bail --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
},
"gitHead": "945e2acfa5fc96d722cd84bff424f3d6f93afc95",
"bugs": {
"url": "https://github.com/expressjs/session/issues"
},
"homepage": "https://github.com/expressjs/session",
"_id": "express-session@1.9.3",
"_shasum": "7d2fc387af6fd928775213bfe9d635a5705a84ce",
"_from": "express-session@",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
}
],
"dist": {
"shasum": "7d2fc387af6fd928775213bfe9d635a5705a84ce",
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.9.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.9.3.tgz"
}