mirror of
https://github.com/rad1o/server.git
synced 2026-03-08 02:56:50 +01:00
92 lines
2.3 KiB
JSON
92 lines
2.3 KiB
JSON
{
|
|
"name": "express-session",
|
|
"version": "1.11.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.3",
|
|
"cookie-signature": "1.0.6",
|
|
"crc": "3.3.0",
|
|
"debug": "~2.2.0",
|
|
"depd": "~1.0.1",
|
|
"on-headers": "~1.0.0",
|
|
"parseurl": "~1.3.0",
|
|
"uid-safe": "~2.0.0",
|
|
"utils-merge": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"after": "0.8.1",
|
|
"cookie-parser": "~1.3.5",
|
|
"express": "~4.12.4",
|
|
"istanbul": "0.3.15",
|
|
"mocha": "2.2.5",
|
|
"supertest": "1.0.1"
|
|
},
|
|
"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": "64e2e7a2d21da881ea53ab984f9eff4be58d7caf",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/session/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/session",
|
|
"_id": "express-session@1.11.3",
|
|
"_shasum": "5cc98f3f5ff84ed835f91cbf0aabd0c7107400af",
|
|
"_from": "express-session@*",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "5cc98f3f5ff84ed835f91cbf0aabd0c7107400af",
|
|
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz"
|
|
}
|