package.json 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@zxcvbn-ts/core",
  3. "version": "2.2.1",
  4. "main": "dist/index.js",
  5. "module": "dist/index.esm.js",
  6. "types": "dist/index.d.ts",
  7. "description": "Realistic password strength estimation written in typescript",
  8. "license": "MIT",
  9. "homepage": "https://github.com/zxcvbn-ts/zxcvbn",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/zxcvbn-ts/zxcvbn.git"
  13. },
  14. "author": "zxcvbn-ts",
  15. "files": [
  16. "dist",
  17. "src"
  18. ],
  19. "publishConfig": {
  20. "access": "public"
  21. },
  22. "dependencies": {
  23. "fastest-levenshtein": "1.0.16"
  24. },
  25. "keywords": [
  26. "password",
  27. "passphrase",
  28. "security",
  29. "authentication",
  30. "strength",
  31. "meter",
  32. "quality",
  33. "estimation",
  34. "pattern",
  35. "cracking",
  36. "scoring",
  37. "entropy",
  38. "bruteforce"
  39. ],
  40. "gitHead": "3d2936a12566a349c1cdf895365c6f9ed8572f7a"
  41. }