2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/pbkdf2",
|
2019-08-25 09:39:20 +03:00
|
|
|
"version": "5.0.0-beta.127",
|
2019-08-23 01:03:33 +03:00
|
|
|
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
|
2019-08-25 09:39:20 +03:00
|
|
|
"main": "./lib/index.js",
|
2019-08-25 23:20:34 +03:00
|
|
|
"browser": "./lib/browser.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/sha2": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"pbkdf2"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-08-25 09:39:20 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-08-25 23:20:34 +03:00
|
|
|
"tarballHash": "0x5f104b9b5186d943d4b4f6fd7bc7a7e866ea355e39291c3aff275d57dd8badbd"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|