{ "_ethers.alias": { "pbkdf2.js": "browser-pbkdf2.js" }, "author": "Richard Moore ", "browser": { "./lib/pbkdf2": "./lib/browser-pbkdf2.js" }, "dependencies": { "@ethersproject/bytes": "^5.0.9", "@ethersproject/sha2": "^5.0.7" }, "description": "The PBKDF2 password-pbased key derivation function for ethers.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers", "pbkdf2" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/pbkdf2", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/pbkdf2", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "tarballHash": "0x84caf5c2865495c65ff9bf18537b2dded2dca5b488b676c95ff5ac36bca9100c", "types": "./lib/index.d.ts", "version": "5.0.9" }