mirror of
https://github.com/rad1o/server.git
synced 2026-02-26 22:41:22 +01:00
92 lines
2.3 KiB
JSON
92 lines
2.3 KiB
JSON
{
|
|
"name": "express-session",
|
|
"version": "1.12.1",
|
|
"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.2.3",
|
|
"cookie-signature": "1.0.6",
|
|
"crc": "3.3.0",
|
|
"debug": "~2.2.0",
|
|
"depd": "~1.1.0",
|
|
"on-headers": "~1.0.1",
|
|
"parseurl": "~1.3.0",
|
|
"uid-safe": "~2.0.0",
|
|
"utils-merge": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"after": "0.8.1",
|
|
"cookie-parser": "~1.4.0",
|
|
"express": "~4.13.3",
|
|
"istanbul": "0.4.0",
|
|
"mocha": "2.3.3",
|
|
"supertest": "1.1.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": "3c7a35bde7b364917581fb86f566c697fc174a1b",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/session/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/session",
|
|
"_id": "express-session@1.12.1",
|
|
"_shasum": "439097416db30a26b8e37d189b269b96180b6859",
|
|
"_from": "express-session@1.12.1",
|
|
"_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": "439097416db30a26b8e37d189b269b96180b6859",
|
|
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.12.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.12.1.tgz"
|
|
}
|