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