2019-05-14 18:25:46 -04:00
|
|
|
{
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-08-25 16:20:34 -04:00
|
|
|
"browser": "./lib/browser.js",
|
2020-04-18 05:14:55 -04:00
|
|
|
"browser.esm": "./lib.esm/browser.js",
|
|
|
|
"browser.umd": "./lib/browser.js",
|
2019-05-14 18:25:46 -04:00
|
|
|
"dependencies": {
|
2020-06-12 21:07:12 -04:00
|
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
|
|
"@ethersproject/sha2": "^5.0.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",
|
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",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/pbkdf2",
|
2019-05-14 18:25:46 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 01:27:20 -04:00
|
|
|
"repository": {
|
|
|
|
"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-07-13 08:03:56 -04:00
|
|
|
"tarballHash": "0xf38daf885dd6d8adcba537af1585b9368aeb853851220bf7fe15f6b9d21e59b2",
|
2019-08-31 23:56:02 -04:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-07-13 08:03:56 -04:00
|
|
|
"version": "5.0.2"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|