package.json 724 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "cookie-signature",
  3. "version": "1.0.6",
  4. "description": "Sign and unsign cookies",
  5. "keywords": [
  6. "cookie",
  7. "sign",
  8. "unsign"
  9. ],
  10. "author": "TJ Holowaychuk <tj@learnboost.com>",
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/visionmedia/node-cookie-signature.git"
  15. },
  16. "dependencies": {},
  17. "devDependencies": {
  18. "mocha": "*",
  19. "should": "*"
  20. },
  21. "scripts": {
  22. "test": "mocha --require should --reporter spec"
  23. },
  24. "main": "index",
  25. "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
  26. "_from": "cookie-signature@1.0.6",
  27. "_resolved": "https://registry.npm.taobao.org/cookie-signature/download/cookie-signature-1.0.6.tgz"
  28. }