代码拉取完成,页面将自动刷新
{
"name": "solgraph",
"version": "0.3.3",
"description": "Visualize Solidity control flow for smart contract security analysis.",
"license": "ISC",
"repository": "https://github.com/raineorshine/solgraph",
"author": {
"name": "Raine Revere",
"email": "raineorshine@gmail.com",
"url": "https://github.com/raineorshine"
},
"engines": {
"node": ">=6"
},
"scripts": {
"build": "babel -d dist src",
"test": "mocha --require @babel/register",
"postinstall": "npm run build",
"watch": "nodemon -w src -w test -x \"npm run build && npm test\""
},
"bin": {
"solgraph": "solgraph.js"
},
"preferGlobal": true,
"keywords": [
"ethereum",
"solidity",
"dot",
"graph",
"contract",
"security"
],
"devDependencies": {
"chai": "*",
"mocha": "^5.2.0",
"nodemon": "^1.17.5"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/cli": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"commander": "*",
"get-stdin-promise": "*",
"graphlib": "^2.1.5",
"graphlib-dot": "^0.6.2",
"solidity-parser-sc": "^0.4.10"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。