package.json 631 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "tsscmp",
  3. "version": "1.0.6",
  4. "description": "Timing safe string compare using double HMAC",
  5. "main": "lib/index.js",
  6. "dependencies": {},
  7. "devDependencies": {},
  8. "scripts": {
  9. "test": "node test/unit && node test/benchmark"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/suryagh/tsscmp.git"
  14. },
  15. "keywords": [
  16. "timing safe string compare",
  17. "double hmac string compare",
  18. "safe string compare",
  19. "hmac"
  20. ],
  21. "author": "suryagh",
  22. "publishConfig": {
  23. "registry": "https://registry.npmjs.org"
  24. },
  25. "engines": {
  26. "node": ">=0.6.x"
  27. },
  28. "license": "MIT"
  29. }