Files

32 lines
715 B
JSON
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
{
"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 <i@izs.me> (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"
}
}