D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
JSONStream
/
Filename :
bin.js
back
Copy
#! /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) }