package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "tsscmp@1.0.6",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "tsscmp@1.0.6",
  9. "_id": "tsscmp@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
  12. "_location": "/tsscmp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tsscmp@1.0.6",
  18. "name": "tsscmp",
  19. "escapedName": "tsscmp",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/keygrip"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tsscmp/-/tsscmp-1.0.6.tgz",
  28. "_spec": "1.0.6",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "suryagh"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/suryagh/tsscmp/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Timing safe string compare using double HMAC",
  38. "devDependencies": {},
  39. "engines": {
  40. "node": ">=0.6.x"
  41. },
  42. "homepage": "https://github.com/suryagh/tsscmp#readme",
  43. "keywords": [
  44. "timing safe string compare",
  45. "double hmac string compare",
  46. "safe string compare",
  47. "hmac"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "tsscmp",
  52. "publishConfig": {
  53. "registry": "https://registry.npmjs.org"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/suryagh/tsscmp.git"
  58. },
  59. "scripts": {
  60. "test": "node test/unit && node test/benchmark"
  61. },
  62. "version": "1.0.6"
  63. }