package.json
2.95 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_from": "session-file-store@^1.2.0",
"_id": "session-file-store@1.2.0",
"_inBundle": false,
"_integrity": "sha512-DkYLYFkkK6u9xyraVHemulhlUuuufLukf7SQxOZSx8SPwkswcaIrls882PaQZ72zRKsyhUVNxOUl9w0lQubUFw==",
"_location": "/session-file-store",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "session-file-store@^1.2.0",
"name": "session-file-store",
"escapedName": "session-file-store",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/session-file-store/-/session-file-store-1.2.0.tgz",
"_shasum": "35a994a7fb0cbf7f784067bf9059939c520b7c44",
"_spec": "session-file-store@^1.2.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project",
"author": {
"name": "Valery Barysok",
"email": "valery.barysok@gmail.com"
},
"bugs": {
"url": "https://github.com/valery-barysok/session-file-store/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Igor Svehla",
"url": "wespen"
},
{
"name": "Bill Christo",
"url": "bchr02"
},
{
"name": "Ryan Murphy",
"url": "r-murphy"
},
{
"name": "Norberth Danson",
"url": "ndanson"
},
{
"name": "Arnaud Bétrémieux",
"url": "arnoo"
},
{
"name": "Guson",
"url": "gusonyang"
},
{
"name": "Philipp Sporrer",
"url": "PhilippSpo"
},
{
"name": "Tyler Young",
"url": "tyoung86"
},
{
"name": "Mikko Kaistinen",
"url": "Laastine"
}
],
"dependencies": {
"bagpipe": "^0.3.5",
"fs-extra": "^4.0.0",
"object-assign": "^4.1.1",
"retry": "^0.10.0",
"write-file-atomic": "1.3.1"
},
"deprecated": false,
"description": "Session file store is a provision for storing session data in the session file",
"devDependencies": {
"cbor-sync": "^1.0.2",
"chai": "^4.1.0",
"coveralls": "^2.11.8",
"istanbul": "^0.4.2",
"lodash.clone": "^4.3.1",
"mocha": "^3.4.2"
},
"engines": {
"node": ">= 4"
},
"files": [
"lib/",
"LICENSE",
"README.md",
"index.js"
],
"homepage": "https://github.com/valery-barysok/session-file-store",
"keywords": [
"session",
"file",
"store",
"express",
"connect"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "session-file-store",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/valery-barysok/session-file-store.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-tap": "mocha --reporter tap --check-leaks test/"
},
"version": "1.2.0"
}