JSONStream
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1,3 +0,1 @@ | ||
#! /usr/bin/env node | ||
'use strict' | ||
@@ -247,8 +245,2 @@ | ||
if(!module.parent && process.title !== 'browser') { | ||
process.stdin | ||
.pipe(exports.parse(process.argv[2])) | ||
.pipe(exports.stringify('[', ',\n', ']\n', 2)) | ||
.pipe(process.stdout) | ||
} | ||
{ | ||
"name": "JSONStream", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)", | ||
@@ -31,3 +31,3 @@ "homepage": "http://github.com/dominictarr/JSONStream", | ||
}, | ||
"bin": "./index.js", | ||
"bin": "./bin.js", | ||
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)", | ||
@@ -34,0 +34,0 @@ "scripts": { |
408548
36
5094