{ "_ethers.alias": { "geturl.js": "browser-geturl.js" }, "author": "Richard Moore ", "browser": { "./lib/geturl": "./lib/browser-geturl.js" }, "dependencies": { "@ethersproject/base64": "^5.3.0", "@ethersproject/bytes": "^5.3.0", "@ethersproject/logger": "^5.3.0", "@ethersproject/properties": "^5.3.0", "@ethersproject/strings": "^5.3.0" }, "description": "Utility fucntions for managing web requests for ethers.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/web", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/web", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "tarballHash": "0xc5b8d32f919ba4eac2e5c42fab11fbc61d60a23d5e31a11aa828b1bee3e8242f", "types": "./lib/index.d.ts", "version": "5.3.0" }