{"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"keywords":["align","indent","lpad"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"description":"Left pad a string to align with the longest string in an array","readme":"# lpad-align [![Build Status](http://img.shields.io/travis/kevva/lpad-align.svg?style=flat)](https://travis-ci.org/kevva/lpad-align)\n\n> Left pad a string to align with the longest string in an array\n\n\n## Install\n\n```\n$ npm install --save lpad-align\n```\n\n\n## Usage\n\n```js\nvar lpadAlign = require('lpad-align');\n\nvar words = [\n\t'foo',\n\t'foobar',\n\t'foobarcat'\n];\n\nwords.forEach(function (word) {\n\tconsole.log(lpadAlign(word, words, 4));\n});\n\n/*\n\t\t  foo\n\t   foobar\n\tfoobarcat\n */\n```\n\n\n## CLI\n\n```\n$ npm install --global lpad-align\n```\n\n```\n  Usage\n    $ cat <file> | lpad-align\n\n  Example\n    $ cat unicorn.txt | lpad-align\n          foo\n       foobar\n    foobarcat\n```\n\n\n## License\n\nMIT © [Kevin Mårtensson](https://github.com/kevva)\n","repository":{"type":"git","url":"git+https://github.com/kevva/lpad-align.git"},"bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"license":"MIT","versions":{"1.0.0":{"name":"lpad-align","version":"1.0.0","description":"Left pad a string to align with the longest string in an array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/lpad-align"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":[],"dependencies":{"lpad":"^1.0.0","max-component":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"bc54927a3ee68ef06370b45322d94c8035ee01f7","bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"homepage":"https://github.com/kevva/lpad-align","_id":"lpad-align@1.0.0","_shasum":"89dfcaa2b6e534e266df5d3f4f6eb4a2bdab084a","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"89dfcaa2b6e534e266df5d3f4f6eb4a2bdab084a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lpad-align/-/lpad-align-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"lpad-align","version":"1.0.1","description":"Left pad a string to align with the longest string in an array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/lpad-align"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["align","indent","lpad"],"dependencies":{"longest":"^0.2.1","lpad":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"0dcd336a8f04ed2b015d1f008ebe55cf0ad42cbb","bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"homepage":"https://github.com/kevva/lpad-align","_id":"lpad-align@1.0.1","_shasum":"87d749f58a902f8e903fec6e0cb237ca57a36fb0","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"87d749f58a902f8e903fec6e0cb237ca57a36fb0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lpad-align/-/lpad-align-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"lpad-align","version":"1.0.2","description":"Left pad a string to align with the longest string in an array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/lpad-align"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["align","indent","lpad"],"dependencies":{"longest":"^0.2.1","lpad":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"57836e8b5541a12bb18ed9db13caaf2eb6d7bb77","bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"homepage":"https://github.com/kevva/lpad-align","_id":"lpad-align@1.0.2","_shasum":"4414640c6fb45ffaf36b74d5741101077cd74328","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"4414640c6fb45ffaf36b74d5741101077cd74328","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lpad-align/-/lpad-align-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"lpad-align","version":"1.0.3","description":"Left pad a string to align with the longest string in an array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/lpad-align"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["align","indent","lpad"],"dependencies":{"longest":"^1.0.0","lpad":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"d754be1b8727d5b39798afe7c4c8d3c1debe7792","bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"homepage":"https://github.com/kevva/lpad-align","_id":"lpad-align@1.0.3","_shasum":"33a8d0bf721ab2a6abd172237167b6b578bbc39d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"1.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"33a8d0bf721ab2a6abd172237167b6b578bbc39d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lpad-align/-/lpad-align-1.0.3.tgz"},"directories":{}},"1.1.0":{"name":"lpad-align","version":"1.1.0","description":"Left pad a string to align with the longest string in an array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/lpad-align.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"lpad-align":"cli.js"},"scripts":{"test":"node test.js"},"files":["cli.js","index.js"],"keywords":["align","indent","lpad"],"dependencies":{"get-stdin":"^4.0.1","longest":"^1.0.0","lpad":"^2.0.1","meow":"^3.3.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"eaaed9ec8ffcbcca1a280e28fed7a17336bdbed7","bugs":{"url":"https://github.com/kevva/lpad-align/issues"},"homepage":"https://github.com/kevva/lpad-align#readme","_id":"lpad-align@1.1.0","_shasum":"27fa786bcb695fc434ea1500723eb8d0bdc82bf4","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"27fa786bcb695fc434ea1500723eb8d0bdc82bf4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lpad-align/-/lpad-align-1.1.0.tgz"},"directories":{}}},"name":"lpad-align","time":{"modified":"2015-07-18T19:12:10.424Z","created":"2014-10-15T12:00:24.499Z","1.0.0":"2014-10-15T12:00:24.499Z","1.0.1":"2014-10-23T05:51:02.357Z","1.0.2":"2014-10-24T13:50:19.669Z","1.0.3":"2015-02-26T12:30:02.534Z","1.1.0":"2015-07-18T19:12:10.424Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/lpad-align#readme"}