2019-03-24 08:28:57 +01:00

136 lines
3.6 KiB
JSON

{
"_args": [
[
{
"raw": "express-session",
"scope": null,
"escapedName": "express-session",
"name": "express-session",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp"
]
],
"_from": "express-session@latest",
"_id": "express-session@1.15.6",
"_inCache": true,
"_location": "/express-session",
"_nodeVersion": "6.11.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/express-session-1.15.6.tgz_1506453181688_0.8409461784176528"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "express-session",
"scope": null,
"escapedName": "express-session",
"name": "express-session",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz",
"_shasum": "47b4160c88f42ab70fe8a508e31cbff76757ab0a",
"_shrinkwrap": null,
"_spec": "express-session",
"_where": "/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"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.3.1",
"cookie-signature": "1.0.6",
"crc": "3.4.4",
"debug": "2.6.9",
"depd": "~1.1.1",
"on-headers": "~1.0.1",
"parseurl": "~1.3.2",
"uid-safe": "~2.1.5",
"utils-merge": "1.0.1"
},
"description": "Simple session middleware for Express",
"devDependencies": {
"after": "0.8.2",
"cookie-parser": "1.4.3",
"eslint": "3.19.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"express": "4.15.5",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"integrity": "sha512-r0nrHTCYtAMrFwZ0kBzZEXa1vtPVrw0dKvGSrKP4dahwBQ1BJpF2/y1Pp4sCD/0kvxV4zZeclyvfmw0B4RMJQA==",
"shasum": "47b4160c88f42ab70fe8a508e31cbff76757ab0a",
"tarball": "https://registry.npmjs.org/express-session/-/express-session-1.15.6.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"session/",
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "89fd7156129210f2b0c350afcbdf226665a8328c",
"homepage": "https://github.com/expressjs/session#readme",
"license": "MIT",
"maintainers": [
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
}
],
"name": "express-session",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/session.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --check-leaks --bail --no-exit --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --no-exit --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --no-exit --reporter spec test/"
},
"version": "1.15.6"
}