{ "author": "Richard Moore ", "browser": "./lib/browser.js", "dependencies": { "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/sha2": ">=5.0.0-beta.129" }, "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": "0xd0587971162c9bee74776d9961669c73e718bf0d6509dd91fc86894c08966ffd", "types": "./lib/index.d.ts", "version": "5.0.0-beta.134" }