ethers.js/packages/pbkdf2/package.json
2020-12-14 01:25:31 -05:00

50 lines
1.2 KiB
JSON

{
"_ethers.alias": {
"pbkdf2.js": "browser-pbkdf2.js"
},
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/pbkdf2": "./lib/browser-pbkdf2.js"
},
"dependencies": {
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/sha2": "^5.0.7"
},
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers",
"pbkdf2"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/pbkdf2",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/pbkdf2",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x63d15cb9ffe74573460452c45ea8eeb493c3e126ca0514822c9decb9fc854e91",
"types": "./lib/index.d.ts",
"version": "5.0.7"
}