93 lines
2.3 KiB
JSON
93 lines
2.3 KiB
JSON
{
|
|
"name": "express-session",
|
|
"version": "1.8.2",
|
|
"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.2",
|
|
"cookie-signature": "1.0.5",
|
|
"crc": "3.0.0",
|
|
"debug": "~2.0.0",
|
|
"depd": "0.4.5",
|
|
"on-headers": "~1.0.0",
|
|
"parseurl": "~1.3.0",
|
|
"uid-safe": "1.0.1",
|
|
"utils-merge": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"after": "0.8.1",
|
|
"cookie-parser": "~1.3.3",
|
|
"istanbul": "0.3.2",
|
|
"express": "~4.8.8",
|
|
"mocha": "~1.21.4",
|
|
"should": "~4.0.4",
|
|
"supertest": "~0.13.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": "1754869a0de23dc87e0e2d4826fe702cc13b0515",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/session/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/session",
|
|
"_id": "express-session@1.8.2",
|
|
"_shasum": "c4011e728a2349b3c18f117a5409908985e83483",
|
|
"_from": "express-session@",
|
|
"_npmVersion": "1.4.21",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "c4011e728a2349b3c18f117a5409908985e83483",
|
|
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.8.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.8.2.tgz"
|
|
}
|