Index of <%- pathname %>
<% if (pathname !== '/') { %>
../
<% } %><% files .forEach(function(file) { if (file.isDirectory()) { %>
<%- file.name %>/
<% } else { %>
<%- file.name %>
<%- file.type %>
<%- file.size %>
<%- file.mtime.toISOString() %>
<% } }) ; %>
<%- pkg.name %>@<%- pkg.version %>