{ "_from": "express-session@1.17.3", "_id": "express-session@1.17.3", "_inBundle": false, "_integrity": "sha512-4+otWXlShYlG1Ma+2Jnn+xgKUZTMJ5QD3YvfilX3AcocOAbIkVylSWEklzALe/+Pu4qV6TYBj5GwOBFfdKqLBw==", "_location": "/express-session", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "express-session@1.17.3", "name": "express-session", "escapedName": "express-session", "rawSpec": "1.17.3", "saveSpec": null, "fetchSpec": "1.17.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.3.tgz", "_shasum": "14b997a15ed43e5949cb1d073725675dd2777f36", "_spec": "express-session@1.17.3", "_where": "/home/l/plc/node-red", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", "url": "http://tjholowaychuk.com" }, "bugs": { "url": "https://github.com/expressjs/session/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Joe Wagner", "email": "njwjs722@gmail.com" } ], "dependencies": { "cookie": "0.4.2", "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.1", "uid-safe": "~2.1.5" }, "deprecated": false, "description": "Simple session middleware for Express", "devDependencies": { "after": "0.8.2", "cookie-parser": "1.4.6", "eslint": "7.32.0", "eslint-plugin-markdown": "2.2.1", "express": "4.17.3", "mocha": "10.0.0", "nyc": "15.1.0", "supertest": "6.2.3" }, "engines": { "node": ">= 0.8.0" }, "files": [ "session/", "HISTORY.md", "index.js" ], "homepage": "https://github.com/expressjs/session#readme", "license": "MIT", "name": "express-session", "repository": { "type": "git", "url": "git+https://github.com/expressjs/session.git" }, "scripts": { "lint": "eslint . && node ./scripts/lint-readme.js", "test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc npm test", "version": "node scripts/version-history.js && git add HISTORY.md" }, "version": "1.17.3" }