<% if (package.deprecated) { %>
<%= package.name %>
<% if (package.description) {%>
<%= package.description %>
<% } %>
<%= package.deprecated %>
<% } else { %>
<%= package.name %>
<% if (package.description) {%>
<%= package.description %>
<% } %>
<% } %>

<% if (package.engines) {%>
<% for (var k in package.engines) {
var engine = package.engines[k];
%>

<% }
}%>
<% if (package.fromNow) { %>
Last updated <%= package.fromNow %>
<% if (package.lastPublishedUser) {
var name = package.lastPublishedUser.name;
%>
by
<%= name %>
<% } %>
.
<% } %>
<% if (package.license) { %>
<%= package.license.name %>
<% } %>
<% if (package.repository) { %>
<% if (package.license) {%> | <% } %>
Repository
<% } %>
<% if (package.bugs.url) { %>
<% if (package.license || package.repository) {%> | <% } %>
Bugs
<% } %>
<% if (package.license || package.repository || package.bugs.url) {%> | <% } %>
<% if (!package._publish_on_cnpm) { %>
Original npm
<% } %>
$ <%- config.npmClientName %> install <%= package.name %> <% if (package.preferGlobal) { %>-g<% } %>
<% if (package._publish_on_cnpm) { %>
Private package
<% } else { %>
SYNC missed versions from
official npm registry.
<% } %>