ethers.js/packages/pbkdf2/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
2020-11-15 01:42:36 +03:00
"_ethers.alias": {
"pbkdf2.js": "browser-pbkdf2.js"
},
"author": "Richard Moore <me@ricmoo.com>",
2020-11-15 01:42:36 +03:00
"browser": {
"./lib/pbkdf2": "./lib/browser-pbkdf2.js"
},
2019-05-15 01:25:46 +03:00
"dependencies": {
2021-04-23 05:10:56 +03:00
"@ethersproject/bytes": "^5.2.0",
"@ethersproject/sha2": "^5.2.0"
2019-05-15 01:25:46 +03:00
},
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"ethereum": "donations.ethers.eth",
2020-11-24 03:23:11 +03:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers",
"pbkdf2"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-17 07:07:24 +03:00
"module": "./lib.esm/index.js",
"name": "@ethersproject/pbkdf2",
2019-05-15 01:25:46 +03:00
"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"
},
2020-11-15 01:42:36 +03:00
"sideEffects": false,
2021-03-30 22:22:45 +03:00
"tarballHash": "0x17d30e601b057baf3210cee1e013ce2d9881a8a5993147d907c39f21f36468f3",
"types": "./lib/index.d.ts",
2021-04-23 05:10:56 +03:00
"version": "5.2.0"
2019-05-15 01:25:46 +03:00
}