27 lines
658 B
JSON
27 lines
658 B
JSON
{
|
|
"name": "@ethersproject/strings",
|
|
"version": "5.0.0-beta.128",
|
|
"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"
|
|
},
|
|
"tarballHash": "0x7410edd78847b0c2fb2cf4c5b512fdf64585746a8b70ffc4fc3d6ca598fc31ab"
|
|
}
|