UNPKG

@fastify/secure-session

Version:

Create a secure stateless cookie session for Fastify

82 lines (81 loc) 1.91 kB
{ "name": "@fastify/secure-session", "version": "8.3.0", "description": "Create a secure stateless cookie session for Fastify", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "bin": { "@fastify/secure-session": "genkey.js" }, "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 node --test", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-secure-session.git" }, "keywords": [ "fastify", "secure", "session", "sodium" ], "author": "Matteo Collina <hello@matteocollina.com>", "contributors": [ { "name": "Tomas Della Vedova", "url": "http://delved.org" }, { "name": "James Sumners", "url": "https://james.sumners.info" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-secure-session/issues" }, "homepage": "https://github.com/fastify/fastify-secure-session#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@sinonjs/fake-timers": "^15.0.0", "@types/node": "^24.0.9", "c8": "^10.1.2", "cookie": "^1.0.1", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.33.0" }, "dependencies": { "@fastify/cookie": "^11.0.1", "fastify-plugin": "^5.0.0", "sodium-native": "^5.0.1" }, "publishConfig": { "access": "public" } }