File Explorer

/var/lang/lib/node_modules/npm/node_modules/text-table/example

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

doubledot.js206 B · 12 lines
var table = require('../');var t = table([    [ '0.1.2' ],    [ '11.22.33' ],    [ '5.6.7' ],    [ '1.22222' ],    [ '12345.' ],    [ '5555.' ],    [ '123' ]], { align: [ '.' ] });console.log(t);