package.json 836 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@node-rs/bcrypt-win32-x64-msvc",
  3. "version": "1.10.4",
  4. "cpu": [
  5. "x64"
  6. ],
  7. "main": "bcrypt.win32-x64-msvc.node",
  8. "files": [
  9. "bcrypt.win32-x64-msvc.node"
  10. ],
  11. "description": "Rust bcrypt binding",
  12. "keywords": [
  13. "bcrypt",
  14. "auth",
  15. "password",
  16. "authentication",
  17. "encryption",
  18. "crypto",
  19. "N-API",
  20. "napi-rs",
  21. "node-rs"
  22. ],
  23. "author": "LongYinan <lynweklm@gmail.com>",
  24. "homepage": "https://github.com/napi-rs/node-rs",
  25. "license": "MIT",
  26. "engines": {
  27. "node": ">= 10"
  28. },
  29. "publishConfig": {
  30. "registry": "https://registry.npmjs.org/",
  31. "access": "public"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "git+https://github.com/napi-rs/node-rs.git"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/napi-rs/node-rs/issues"
  39. },
  40. "os": [
  41. "win32"
  42. ]
  43. }