package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_ethers.alias": {
  3. "pbkdf2.js": "browser-pbkdf2.js"
  4. },
  5. "author": "Richard Moore <me@ricmoo.com>",
  6. "browser": {
  7. "./lib/pbkdf2": "./lib/browser-pbkdf2.js"
  8. },
  9. "dependencies": {
  10. "@ethersproject/bytes": "^5.6.0",
  11. "@ethersproject/sha2": "^5.6.0"
  12. },
  13. "description": "The PBKDF2 password-pbased key derivation function for ethers.",
  14. "ethereum": "donations.ethers.eth",
  15. "funding": [
  16. {
  17. "type": "individual",
  18. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  19. },
  20. {
  21. "type": "individual",
  22. "url": "https://www.buymeacoffee.com/ricmoo"
  23. }
  24. ],
  25. "gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
  26. "keywords": [
  27. "Ethereum",
  28. "ethers",
  29. "pbkdf2"
  30. ],
  31. "license": "MIT",
  32. "main": "./lib/index.js",
  33. "module": "./lib.esm/index.js",
  34. "name": "@ethersproject/pbkdf2",
  35. "publishConfig": {
  36. "access": "public"
  37. },
  38. "repository": {
  39. "directory": "packages/pbkdf2",
  40. "type": "git",
  41. "url": "git://github.com/ethers-io/ethers.js.git"
  42. },
  43. "scripts": {
  44. "test": "echo \"Error: no test specified\" && exit 1"
  45. },
  46. "sideEffects": false,
  47. "tarballHash": "0x0b382ad472b673a7a9e6ca3daee103cf8b0d53dcdf3a045f2c2f08286d577558",
  48. "types": "./lib/index.d.ts",
  49. "version": "5.6.0"
  50. }