????

Your IP : 216.73.217.84


Current Path : /proc/1724857/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/JSONStream/
Upload File :
Current File : //proc/1724857/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/JSONStream/bin.js

#!/opt/alt/alt-nodejs14/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)
}