set basic layout. adding status bar

This commit is contained in:
Rohit
2019-06-04 13:11:32 -04:00
parent cd7f6c8648
commit dbd8de27cc
7977 changed files with 757176 additions and 310 deletions

View File

@@ -0,0 +1,9 @@
{{#yellow}}Please note that,{{/yellow}}
{{#condense}}
{{#each picks}}
{{#if dependants}}{{#green}}{{dependants}}{{/green}}{{else}}none{{/if}} depends on {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#green}}{{endpoint.name}}#{{pkgMeta._release}}{{/green}}{{/if}}
{{/each}}
{{/condense}}
Resort to using {{#cyan}}{{suitable.endpoint.name}}#{{resolution}}{{/cyan}} which resolved to {{#green}}{{suitable.endpoint.name}}#{{suitable.pkgMeta._release}}{{/green}}
Code incompatibilities may occur.

11
node_modules/bower/lib/templates/std/conflict.std generated vendored Normal file
View File

@@ -0,0 +1,11 @@
{{#yellow}}Unable to find a suitable version for {{name}}, please choose one by typing one of the numbers below:{{/yellow}}
{{#condense}}
{{#each picks}}
{{#magenta}}{{sum @index 1}}){{/magenta}} {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#green}}{{pkgMeta._release}}{{/green}}{{/if}}{{#if dependants}} and is required by {{#green}}{{dependants}}{{/green}}{{/if}}
{{/each}}
{{/condense}}
{{#unless saveResolutions}}
Prefix the choice with ! to persist it to bower.json
{{/unless}}

17
node_modules/bower/lib/templates/std/help-cache.std generated vendored Normal file
View File

@@ -0,0 +1,17 @@
Usage:
{{#condense}}
{{#each usage}}
{{#cyan}}bower{{/cyan}} {{.}}
{{/each}}
{{/condense}}
Commands:
{{#condense}}
{{#each commands}}
{{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
{{/each}}
{{/condense}}
{{#rpad minLength="23"}}{{/rpad}}

23
node_modules/bower/lib/templates/std/help-generic.std generated vendored Normal file
View File

@@ -0,0 +1,23 @@
Usage:
{{#condense}}
{{#each usage}}
{{#cyan}}bower{{/cyan}} {{.}}
{{/each}}
{{/condense}}
Options:
{{#condense}}
{{#each options}}
{{#yellow}}{{#rpad minLength="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
{{/each}}
{{/condense}}
Additionally all global options listed in 'bower help' are available
Description:
{{#indent level="4"}}{{description}}{{/indent}}

26
node_modules/bower/lib/templates/std/help.std generated vendored Normal file
View File

@@ -0,0 +1,26 @@
Usage:
{{#condense}}
{{#each usage}}
{{#cyan}}bower{{/cyan}} {{.}}
{{/each}}
{{/condense}}
Commands:
{{#condense}}
{{#each commands}}
{{#rpad minLength="23"}}{{@key}}{{/rpad}} {{.}}
{{/each}}
{{/condense}}
Options:
{{#condense}}
{{#each options}}
{{#yellow}}{{#rpad minLength="23"}}{{#if shorthand}}{{shorthand}}, {{/if}}{{flag}}{{/rpad}}{{/yellow}} {{description}}
{{/each}}
{{/condense}}
See 'bower help <command>' for more information on a specific command.

14
node_modules/bower/lib/templates/std/info.std generated vendored Normal file
View File

@@ -0,0 +1,14 @@
{{#if versions}}{{#cyan}}Available versions:{{/cyan}}
{{#condense}}
{{#versions}}
- {{.}}
{{/versions}}
{{/condense}}
{{#if hidePreReleases}}
Show {{numPreReleases}} additional prereleases with bower info {{name}} --verbose
{{/if}}
You can request info for a specific version with 'bower info {{name}}#<version>'
{{else}}No versions available.
{{/if}}

8
node_modules/bower/lib/templates/std/lookup.std generated vendored Normal file
View File

@@ -0,0 +1,8 @@
{{#condense}}
{{#if url}}
{{#cyan}}{{name}}{{/cyan}} {{url}}
{{else}}
Package not found.
{{/if}}
{{/condense}}

5
node_modules/bower/lib/templates/std/register.std generated vendored Normal file
View File

@@ -0,0 +1,5 @@
Package {{#cyan}}{{name}}{{/cyan}} registered successfully!
All valid semver tags on {{#cyan}}{{url}}{{/cyan}} will be available as versions.
To publish a new version, just release a valid semver tag.
Run {{#cyan}}bower info {{name}}{{/cyan}} to list the available versions.

View File

@@ -0,0 +1,10 @@
{{#if .}}Search results:
{{#condense}}
{{#.}}
{{#cyan}}{{{name}}}{{/cyan}} {{{url}}}
{{/.}}
{{/condense}}
{{else}}No results.
{{/if}}