/var/www/greso.tech/server/nsm/node_modules/cookie-signature
NameSizeModeActions
.npmignore290644editdlrm
History.md6950644editdlrm
index.js12300644editdlrm
package.json4920644editdlrm
Readme.md14900644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/cookie-signature/package.json (492B)
{ "name": "cookie-signature", "version": "1.0.6", "description": "Sign and unsign cookies", "keywords": ["cookie", "sign", "unsign"], "author": "TJ Holowaychuk ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/visionmedia/node-cookie-signature.git"}, "dependencies": {}, "devDependencies": { "mocha": "*", "should": "*" }, "scripts": { "test": "mocha --require should --reporter spec" }, "main": "index" }