1 Star 0 Fork 0

yukaige/ethereumjs-abi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ethereumjs-abi",
"version": "0.6.8",
"description": "Decoder and encoder for the Ethereum ABI",
"main": "index.js",
"dependencies": {
"bn.js": "^4.11.8",
"ethereumjs-util": "^6.0.0"
},
"devDependencies": {
"coveralls": "^3.0.3",
"husky": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"standard": "^12.0.1"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"lint": "standard",
"prepublish": "npm run lint && npm run test",
"test": "istanbul test _mocha -- --reporter spec"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/axic/ethereumjs-abi.git"
},
"keywords": [
"ethereum",
"ABI"
],
"author": "Alex Beregszaszi <alex@rtfs.hu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/axic/ethereumjs-abi/issues"
},
"homepage": "https://github.com/axic/ethereumjs-abi",
"standard": {
"globals": [
"describe",
"it"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yukaige/ethereumjs-abi.git
git@gitee.com:yukaige/ethereumjs-abi.git
yukaige
ethereumjs-abi
ethereumjs-abi
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385