package.json
2.41 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
{
"_from": "express-session",
"_id": "express-session@1.17.2",
"_inBundle": false,
"_integrity": "sha512-mPcYcLA0lvh7D4Oqr5aNJFMtBMKPLl++OKKxkHzZ0U0oDq1rpKBnkR5f5vCHR26VeArlTOEF9td4x5IjICksRQ==",
"_location": "/express-session",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "express-session",
"name": "express-session",
"escapedName": "express-session",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.2.tgz",
"_shasum": "397020374f9bf7997f891b85ea338767b30d0efd",
"_spec": "express-session",
"_where": "C:\\Users\\KoMoGoon\\Desktop\\실전모의고사",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/expressjs/session/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Joe Wagner",
"email": "njwjs722@gmail.com"
}
],
"dependencies": {
"cookie": "0.4.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "~2.0.0",
"on-headers": "~1.0.2",
"parseurl": "~1.3.3",
"safe-buffer": "5.2.1",
"uid-safe": "~2.1.5"
},
"deprecated": false,
"description": "Simple session middleware for Express",
"devDependencies": {
"after": "0.8.2",
"cookie-parser": "1.4.5",
"eslint": "7.26.0",
"eslint-plugin-markdown": "2.1.0",
"express": "4.17.1",
"mocha": "8.4.0",
"nyc": "15.1.0",
"supertest": "6.1.3"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"session/",
"HISTORY.md",
"LICENSE",
"index.js"
],
"homepage": "https://github.com/expressjs/session#readme",
"license": "MIT",
"name": "express-session",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/session.git"
},
"scripts": {
"lint": "eslint . && node ./scripts/lint-readme.js",
"test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "1.17.2"
}