X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/JSONStream
lib
/
node_modules
/
npm
/
node_modules
/
JSONStream
/
??
..
??
.travis.yml
(59 B)
??
LICENSE.APACHE2
(586 B)
??
LICENSE.MIT
(1.06 KB)
??
bin.js
(251 B)
??
examples
??
index.js
(5.34 KB)
??
package.json
(1.82 KB)
??
readme.markdown
(5.59 KB)
Editing: bin.js
#! /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) }
Upload File
Create Folder