AlkantarClanX12

Your IP : 3.145.196.150


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

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