Files
Foundry-VTT-Docker/resources/app/node_modules/cookie-signature/package.json

17 lines
385 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "cookie-signature",
"version": "1.0.6",
"description": "Sign and unsign cookies",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/node-cookie-signature.git"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "index"
}