2019-05-14 18:25:46 -04:00
|
|
|
{
|
2020-11-14 17:42:36 -05:00
|
|
|
"_ethers.alias": {
|
|
|
|
"pbkdf2.js": "browser-pbkdf2.js"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-11-14 17:42:36 -05:00
|
|
|
"browser": {
|
|
|
|
"./lib/pbkdf2": "./lib/browser-pbkdf2.js"
|
|
|
|
},
|
2019-05-14 18:25:46 -04:00
|
|
|
"dependencies": {
|
2021-04-22 22:10:56 -04:00
|
|
|
"@ethersproject/bytes": "^5.2.0",
|
|
|
|
"@ethersproject/sha2": "^5.2.0"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-11-23 19:23:11 -05: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-14 18:25:46 -04:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"pbkdf2"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 21:38:13 +09:00
|
|
|
"main": "./lib/index.js",
|
2020-11-16 23:07:24 -05:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-11-23 21:38:13 +09:00
|
|
|
"name": "@ethersproject/pbkdf2",
|
2019-05-14 18:25:46 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 01:27:20 -04:00
|
|
|
"repository": {
|
2020-11-23 18:44:11 -05:00
|
|
|
"directory": "packages/pbkdf2",
|
2019-08-03 01:27:20 -04:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-11-14 17:42:36 -05:00
|
|
|
"sideEffects": false,
|
2021-05-17 16:19:36 -04:00
|
|
|
"tarballHash": "0x21c5a799dac215423affcbcdd5aae0ed3efa583db465eea16acbf5ff9ebae45c",
|
2019-08-31 23:56:02 -04:00
|
|
|
"types": "./lib/index.d.ts",
|
2021-04-22 22:10:56 -04:00
|
|
|
"version": "5.2.0"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|