projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git]
/
deps
/
npm
/
node_modules
/
text-table
/
example
/
doubledot.js
1
var table = require('../');
2
var t = table([
3
[ '0.1.2' ],
4
[ '11.22.33' ],
5
[ '5.6.7' ],
6
[ '1.22222' ],
7
[ '12345.' ],
8
[ '5555.' ],
9
[ '123' ]
10
], { align: [ '.' ] });
11
console.log(t);