{ "author": "Richard Moore ", "browser": { "./lib/geturl": "./lib/browser-geturl.js" }, "browser.esm": { "./lib.esm/geturl": "./lib.esm/browser-geturl.js" }, "browser.umd": { "./lib/geturl": "./lib/browser-geturl.js" }, "dependencies": { "@ethersproject/base64": ">=5.0.0-beta.126", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/properties": ">=5.0.0-beta.131", "@ethersproject/strings": ">=5.0.0-beta.130" }, "description": "Utility fucntions for managing web requests for ethers.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/web", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x650d63a4fb9545025d67d16a3cf2f0dc41d0ccbf0bd90b095c119700de80144f", "types": "./lib/index.d.ts", "version": "5.0.0-beta.137" }