{ "author": "Richard Moore ", "browser": "./lib/browser.js", "browser.esm": "./lib.esm/browser.js", "browser.umd": "./lib/browser.js", "dependencies": { "@ethersproject/bytes": "^5.0.4", "@ethersproject/sha2": "^5.0.3" }, "description": "The PBKDF2 password-pbased key derivation function for ethers.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers", "pbkdf2" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/pbkdf2", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x8c46f9e051013b8c652e065d03c7c92afd02fd33cdc87b106b8e4bfe35dff605", "types": "./lib/index.d.ts", "version": "5.0.3" }