{ "name": "cookie-session", "description": "cookie session middleware", "version": "2.1.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)" ], "license": "MIT", "keywords": [ "connect", "express", "middleware", "session" ], "repository": "expressjs/cookie-session", "dependencies": { "cookies": "0.9.1", "debug": "3.2.7", "on-headers": "~1.0.2", "safe-buffer": "5.2.1" }, "devDependencies": { "connect": "3.7.0", "eslint": "8.56.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-markdown": "3.0.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-standard": "4.1.0", "mocha": "10.2.0", "nyc": "15.1.0", "supertest": "6.3.4" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "index.js" ], "engines": { "node": ">= 0.10" }, "scripts": { "lint": "eslint .", "test": "mocha --check-leaks --reporter spec --bail test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test", "version": "node scripts/version-history.js && git add HISTORY.md" } }