118 lines
2.8 KiB
JSON
118 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"express-session",
|
|
"L:\\Git\\repos\\html5-restaurant"
|
|
]
|
|
],
|
|
"_from": "express-session@latest",
|
|
"_id": "express-session@1.13.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/express-session",
|
|
"_npmUser": {
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "dougwilson"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "express-session",
|
|
"raw": "express-session",
|
|
"rawSpec": "",
|
|
"scope": null,
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.13.0.tgz",
|
|
"_shasum": "8ac3b5c0188b48382851d88207b8e7746efb4011",
|
|
"_shrinkwrap": null,
|
|
"_spec": "express-session",
|
|
"_where": "L:\\Git\\repos\\html5-restaurant",
|
|
"author": {
|
|
"email": "tj@vision-media.ca",
|
|
"name": "TJ Holowaychuk",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/session/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Joe Wagner",
|
|
"email": "njwjs722@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"cookie": "0.2.3",
|
|
"cookie-signature": "1.0.6",
|
|
"crc": "3.4.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"
|
|
},
|
|
"description": "Simple session middleware for Express",
|
|
"devDependencies": {
|
|
"after": "0.8.1",
|
|
"cookie-parser": "~1.4.0",
|
|
"express": "~4.13.3",
|
|
"istanbul": "0.4.1",
|
|
"mocha": "2.3.4",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "8ac3b5c0188b48382851d88207b8e7746efb4011",
|
|
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.13.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"index.js",
|
|
"session/"
|
|
],
|
|
"gitHead": "222b30ddeb9589ec700ae53b4e70b47a95114b77",
|
|
"homepage": "https://github.com/expressjs/session",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"name": "express-session",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/session.git"
|
|
},
|
|
"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/"
|
|
},
|
|
"version": "1.13.0"
|
|
}
|