root / HServer / 00.Server / 00.Program / node_modules / express-session / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.55 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "express-session@1.15.6",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "express-session@1.15.6", |
||
9 | "_id": "express-session@1.15.6", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-r0nrHTCYtAMrFwZ0kBzZEXa1vtPVrw0dKvGSrKP4dahwBQ1BJpF2/y1Pp4sCD/0kvxV4zZeclyvfmw0B4RMJQA==", |
||
12 | "_location": "/express-session", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "express-session@1.15.6", |
||
18 | "name": "express-session", |
||
19 | "escapedName": "express-session", |
||
20 | "rawSpec": "1.15.6", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "1.15.6" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz", |
||
28 | "_spec": "1.15.6", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "TJ Holowaychuk", |
||
32 | "email": "tj@vision-media.ca", |
||
33 | "url": "http://tjholowaychuk.com" |
||
34 | }, |
||
35 | "bugs": {
|
||
36 | "url": "https://github.com/expressjs/session/issues" |
||
37 | }, |
||
38 | "contributors": [
|
||
39 | { |
||
40 | "name": "Douglas Christopher Wilson", |
||
41 | "email": "doug@somethingdoug.com" |
||
42 | }, |
||
43 | { |
||
44 | "name": "Joe Wagner", |
||
45 | "email": "njwjs722@gmail.com" |
||
46 | } |
||
47 | ], |
||
48 | "dependencies": {
|
||
49 | "cookie": "0.3.1", |
||
50 | "cookie-signature": "1.0.6", |
||
51 | "crc": "3.4.4", |
||
52 | "debug": "2.6.9", |
||
53 | "depd": "~1.1.1", |
||
54 | "on-headers": "~1.0.1", |
||
55 | "parseurl": "~1.3.2", |
||
56 | "uid-safe": "~2.1.5", |
||
57 | "utils-merge": "1.0.1" |
||
58 | }, |
||
59 | "description": "Simple session middleware for Express", |
||
60 | "devDependencies": {
|
||
61 | "after": "0.8.2", |
||
62 | "cookie-parser": "1.4.3", |
||
63 | "eslint": "3.19.0", |
||
64 | "eslint-plugin-markdown": "1.0.0-beta.6", |
||
65 | "express": "4.15.5", |
||
66 | "istanbul": "0.4.5", |
||
67 | "mocha": "2.5.3", |
||
68 | "supertest": "1.1.0" |
||
69 | }, |
||
70 | "engines": {
|
||
71 | "node": ">= 0.8.0" |
||
72 | }, |
||
73 | "files": [
|
||
74 | "session/",
|
||
75 | "HISTORY.md",
|
||
76 | "LICENSE",
|
||
77 | "index.js"
|
||
78 | ], |
||
79 | "homepage": "https://github.com/expressjs/session#readme", |
||
80 | "license": "MIT", |
||
81 | "name": "express-session", |
||
82 | "repository": {
|
||
83 | "type": "git", |
||
84 | "url": "git+https://github.com/expressjs/session.git" |
||
85 | }, |
||
86 | "scripts": {
|
||
87 | "lint": "eslint --plugin markdown --ext js,md .", |
||
88 | "test": "mocha --check-leaks --bail --no-exit --reporter spec test/", |
||
89 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/", |
||
90 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/" |
||
91 | }, |
||
92 | "version": "1.15.6" |
||
93 | } |