31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"name": "@ethersproject/strings",
|
|
"version": "5.0.0-beta.129",
|
|
"description": "String utility functions.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/constants": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers",
|
|
"strings",
|
|
"utf8"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"tarballHash": "0x35d6b6566f2aa9de4e2d7abe253e83f60fb08d157a331fcd27d3d3a9b9361e7e"
|
|
}
|