mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
70 lines
2.2 KiB
JSON
70 lines
2.2 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser-old": "./dist/ethers.umd.js",
|
|
"dependencies": {
|
|
"@ethersproject/abi": "5.5.0",
|
|
"@ethersproject/abstract-provider": "5.5.1",
|
|
"@ethersproject/abstract-signer": "5.5.0",
|
|
"@ethersproject/address": "5.5.0",
|
|
"@ethersproject/base64": "5.5.0",
|
|
"@ethersproject/basex": "5.5.0",
|
|
"@ethersproject/bignumber": "5.5.0",
|
|
"@ethersproject/bytes": "5.5.0",
|
|
"@ethersproject/constants": "5.5.0",
|
|
"@ethersproject/contracts": "5.5.0",
|
|
"@ethersproject/hash": "5.5.0",
|
|
"@ethersproject/hdnode": "5.5.0",
|
|
"@ethersproject/json-wallets": "5.5.0",
|
|
"@ethersproject/keccak256": "5.5.0",
|
|
"@ethersproject/logger": "5.5.0",
|
|
"@ethersproject/networks": "5.5.2",
|
|
"@ethersproject/pbkdf2": "5.5.0",
|
|
"@ethersproject/properties": "5.5.0",
|
|
"@ethersproject/providers": "5.5.3",
|
|
"@ethersproject/random": "5.5.1",
|
|
"@ethersproject/rlp": "5.5.0",
|
|
"@ethersproject/sha2": "5.5.0",
|
|
"@ethersproject/signing-key": "5.5.0",
|
|
"@ethersproject/solidity": "5.5.0",
|
|
"@ethersproject/strings": "5.5.0",
|
|
"@ethersproject/transactions": "5.5.0",
|
|
"@ethersproject/units": "5.5.0",
|
|
"@ethersproject/wallet": "5.5.0",
|
|
"@ethersproject/web": "5.5.1",
|
|
"@ethersproject/wordlists": "5.5.0"
|
|
},
|
|
"description": "Umbrella package for most common Ethers libraries.",
|
|
"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": "32c9a0976276245ad3191260157fb814e5c00080",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "ethers",
|
|
"repository": {
|
|
"directory": "packages/ethers",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x5524e230bf0cb7cfc55f49f6684ca222fadc45c9efd38da9f8524174798c0ac2",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.5.4"
|
|
}
|