Files
med-notes/.pnpm-store/v10/files/84/b173f32996cee843f80d4c723ea7f609dd8ea1de1aa7ebaa83b0c42eef7618db49ac17bf6e0b75498dcabf6ce4dd98c89b0aa64eb33b4d219570f9615dc3ae
2025-06-26 03:35:15 +00:00

25 lines
548 B
Plaintext

{
"name": "cookie-signature",
"version": "1.2.2",
"main": "index.js",
"description": "Sign and unsign cookies",
"keywords": ["cookie", "sign", "unsign"],
"author": "TJ Holowaychuk <tj@learnboost.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/node-cookie-signature.git"
},
"dependencies": {},
"engines": {
"node": ">=6.6.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha --require should --reporter spec"
}
}