1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "_ethers.alias": {
- "pbkdf2.js": "browser-pbkdf2.js"
- },
- "author": "Richard Moore <me@ricmoo.com>",
- "browser": {
- "./lib/pbkdf2": "./lib/browser-pbkdf2.js"
- },
- "dependencies": {
- "@ethersproject/bytes": "^5.6.0",
- "@ethersproject/sha2": "^5.6.0"
- },
- "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"
- }
- ],
- "gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
- "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": "0x0b382ad472b673a7a9e6ca3daee103cf8b0d53dcdf3a045f2c2f08286d577558",
- "types": "./lib/index.d.ts",
- "version": "5.6.0"
- }
|