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