| 12345678910111213141516171819202122232425262728 |
- {
- "name": "cookie-signature",
- "version": "1.0.6",
- "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": {},
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "scripts": {
- "test": "mocha --require should --reporter spec"
- },
- "main": "index",
- "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
- "_from": "cookie-signature@1.0.6",
- "_resolved": "https://registry.npm.taobao.org/cookie-signature/download/cookie-signature-1.0.6.tgz"
- }
|