2019-05-14 18:25:46 -04:00
|
|
|
{
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-14 18:25:46 -04:00
|
|
|
"dependencies": {
|
2021-04-22 22:10:56 -04:00
|
|
|
"@ethersproject/address": "^5.2.0",
|
|
|
|
"@ethersproject/bignumber": "^5.2.0",
|
|
|
|
"@ethersproject/bytes": "^5.2.0",
|
|
|
|
"@ethersproject/constants": "^5.2.0",
|
|
|
|
"@ethersproject/hash": "^5.2.0",
|
|
|
|
"@ethersproject/keccak256": "^5.2.0",
|
|
|
|
"@ethersproject/logger": "^5.2.0",
|
|
|
|
"@ethersproject/properties": "^5.2.0",
|
|
|
|
"@ethersproject/strings": "^5.2.0"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"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/abi",
|
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/abi",
|
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-22 16:35:27 -05:00
|
|
|
"sideEffects": false,
|
2021-05-17 16:19:36 -04:00
|
|
|
"tarballHash": "0xe6a078fafe9b871044b84c2f528321d6f35a175220d2d0cd29b5f7b75b7c3752",
|
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
|
|
|
}
|