This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function urlStack(url) { | |
// null fields are nullable | |
return { | |
url, // the full input url | |
protocol: null, | |
port: null, | |
subdomain: null, | |
extension: null, | |
domain: null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose readDependencies loading dependencies from C:\projects\mean-raffle\package.json | |
5 warn package.json [email protected] No repository field. | |
6 warn package.json [email protected] No README data | |
7 warn package.json [email protected] license should be a valid SPDX license expression |