1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/node_modules/express-session/package.json

118 lines
3.0 KiB
JSON

{
"_args": [
[
"express-session@1.11.3",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express"
]
],
"_from": "express-session@1.11.3",
"_id": "express-session@1.11.3",
"_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@1.11.3",
"rawSpec": "1.11.3",
"scope": null,
"spec": "1.11.3",
"type": "version"
},
"_requiredBy": [
"/mongo-express"
],
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz",
"_shasum": "5cc98f3f5ff84ed835f91cbf0aabd0c7107400af",
"_shrinkwrap": null,
"_spec": "express-session@1.11.3",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express",
"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.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"
},
"description": "Simple session middleware for Express",
"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"
},
"directories": {},
"dist": {
"shasum": "5cc98f3f5ff84ed835f91cbf0aabd0c7107400af",
"tarball": "http://registry.npmjs.org/express-session/-/express-session-1.11.3.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"session/"
],
"gitHead": "64e2e7a2d21da881ea53ab984f9eff4be58d7caf",
"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.11.3"
}