Current Path : /opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/JSONStream/ |
Current File : //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) }