{ "name": "url-parse-as-address", "version": "1.0.0", "description": "Parse a url assuming `http` if no protocol or `//` is provided.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "https://github.com/isaacs/url-parse-as-address" }, "keywords": [ "url", "parse", "addressbar", "http" ], "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "license": "ISC", "bugs": { "url": "https://github.com/isaacs/url-parse-as-address/issues" }, "homepage": "https://github.com/isaacs/url-parse-as-address", "devDependencies": { "tap": "^0.5.0" } }