PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
JSONStream
#! /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) }
[+]
..
[-] package.json
[edit]
[-] readme.markdown
[edit]
[-] index.js
[edit]
[-] LICENSE.MIT
[edit]
[-] .travis.yml
[edit]
[-] LICENSE.APACHE2
[edit]
[+]
examples
[-] bin.js
[edit]