initial commit
This commit is contained in:
31
node_modules/url-parse-as-address/package.json
generated
vendored
Normal file
31
node_modules/url-parse-as-address/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user