You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
4.0 KiB

{
"_args": [
[
"express-session",
"/root/worker"
]
],
"_from": "express-session@latest",
"_hasShrinkwrap": false,
"_id": "express-session@1.17.0",
"_inCache": true,
"_installable": true,
"_location": "/express-session",
"_nodeVersion": "12.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/express-session_1.17.0_1570763335396_0.9804760594812658"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "6.11.3",
"_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.17.0.tgz",
"_shasum": "9b50dbb5e8a03c3537368138f072736150b7f9b3",
"_shrinkwrap": null,
"_spec": "express-session",
"_where": "/root/worker",
"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.4.0",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "~2.0.0",
"on-headers": "~1.0.2",
"parseurl": "~1.3.3",
"safe-buffer": "5.2.0",
"uid-safe": "~2.1.5"
},
"description": "Simple session middleware for Express",
"devDependencies": {
"after": "0.8.2",
"cookie-parser": "1.4.4",
"eslint": "3.19.0",
"eslint-plugin-markdown": "1.0.0",
"express": "4.17.1",
"mocha": "6.2.1",
"nyc": "14.1.1",
"supertest": "4.0.2"
},
"directories": {},
"dist": {
"fileCount": 9,
"integrity": "sha512-t4oX2z7uoSqATbMfsxWMbNjAL0T5zpvcJCk3Z9wnPPN7ibddhnmDZXHfEcoBMG2ojKXZoCyPMc5FbtK+G7SoDg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn/JICRA9TVsSAnZWagAAp48QAIqUvkmP1hPDKcL/8Hv2\nvQcxXiRxcxxtsV4MMsAyweNvWRrKpinCAaGefBOAVBHoLR7lBjJ12L+6EbhK\nwzLEKfcq8E6GJt/49uYx4NsT4SaoTqTW8entCBjYdPPeJEoBTdqRPsGGC56j\nKMbWGPVvo8hlBVsy+34FOyjyD3IFTA0SqGZR4Oe/HEmNXNceKyTWP3WR0TRx\nJhgEg2xlU3ks7QuqdUspyaMm67VNXFYWUY/y2/4MzJ7MdJKbB/k7DWOXM6uM\ne+ShaoAAbkVj8PzflSEm42fYuT47FISVwGxx+mEI/yFwaMZTZL5XbFEL94i0\nDSk+QtrjhfLrW6rnNvJWjUydBtpC9koUOviqDbvh9kPfH9Vz8B1BDItMIfNZ\ndX2YSApMwS51G/x2LsRCsZeQ4HuzzpgpHOx2WNFS6wdGOmzBZSsVJsZiyfB1\nnYUPBQyemEUotR9yDvcE3Ss7dkUKWSmz9kRicJafQlUwwTe7use6RV9XCfdr\nSdotfv/Nrhz9g6olBPBl/xM7w1B9OWNsnShQNz5UEjd6QSTC39Uj3NKn3RDo\n587tSyTJ3+rXs7UxBHKCoAfNY05erhwbtN9P8aFmllzj0PpL1cD8Y2kYR1bB\nPv3Yb6VXRWH2tC4C9tyTdgwhb4E2SfNPeYGrq9uqDrdj7GliCMQGvbJt0L2s\nO5Td\r\n=lGZ3\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "9b50dbb5e8a03c3537368138f072736150b7f9b3",
"tarball": "https://registry.npmjs.org/express-session/-/express-session-1.17.0.tgz",
"unpackedSize": 77137
},
"engines": {
"node": ">= 0.8.0"
},
"gitHead": "b22384b712fea118f1c3eb5b0d79312ebd25e97c",
"homepage": "https://github.com/expressjs/session#readme",
"license": "MIT",
"maintainers": [
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"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 . && node ./scripts/lint-readme.js",
"test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
"test-cov": "nyc npm test",
"test-travis": "nyc npm test -- --no-exit",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "1.17.0"
}