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