#! /usr/bin/env node
var JSONStream = require('./')
if(!module.parent && process.title !== 'browser') {
process.stdin
.pipe(JSONStream.parse(process.argv[2]))
.pipe(JSONStream.stringify('[', ',\n', ']\n', 2))
.pipe(process.stdout)
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| examples | Folder | 0755 |
|
|
| .travis.yml | File | 59 B | 0644 |
|
| LICENSE.APACHE2 | File | 586 B | 0644 |
|
| LICENSE.MIT | File | 1.06 KB | 0644 |
|
| bin.js | File | 251 B | 0644 |
|
| index.js | File | 5.34 KB | 0644 |
|
| package.json | File | 1.82 KB | 0644 |
|
| readme.markdown | File | 5.59 KB | 0644 |
|