ethereum-checksum-address
Version:
Convert Ethereum address to a checksummed address
55 lines (54 loc) • 1.39 kB
JSON
{
"name": "ethereum-checksum-address",
"version": "0.0.8",
"description": "Convert Ethereum address to a checksummed address",
"main": "index.js",
"bin": {
"ethereum_checksum_address": "bin/ethereum_checksum_address",
"ethereum-checksum-address": "bin/ethereum_checksum_address"
},
"scripts": {
"test": "tape test/*.js",
"lint": "standard --fix index.js test/test.js example/example.js",
"build:example": "browserify example/main.js -o example/dist/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/ethereum-checksum-address"
},
"bugs": {
"url": "https://github.com/miguelmota/ethereum-checksum-address/issues"
},
"homepage": "https://github.com/miguelmota/ethereum-checksum-address",
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "https://miguelmota.com/"
},
"license": {
"type": "MIT",
"url": "https://github.com/miguelmota/ethereum-checksum-address/blob/master/LICENSE"
},
"dependencies": {
"keccak": "^3.0.2",
"meow": "^10.1.2"
},
"keywords": [
"ethereum",
"checksum",
"address",
"check",
"converter",
"verify",
"verification",
"validation",
"hashing",
"normalize",
"cli"
],
"devDependencies": {
"browserify": "^16.5.1",
"standard": "^16.0.4",
"tape": "^4.10.2"
}
}