PATH:
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
JSONStream
#!/opt/alt/alt-nodejs12/root/usr/bin/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]
[-] LICENSE.APACHE2
[edit]
[+]
examples
[-] bin.js
[edit]
[+]
..
[-] .travis.yml
[edit]
[-] index.js
[edit]
[-] readme.markdown
[edit]
[-] LICENSE.MIT
[edit]