-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add_buffer_size_option' of github.com:bidoubiwa/combine…
…-json into add_buffer_size_option
- Loading branch information
Showing
4 changed files
with
983 additions
and
1,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "turbo-json.js", | ||
"description": "Combine with streams multiple json files into one json array. Read and Write is streamed.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"start": "src/cli.js", | ||
|
@@ -24,7 +24,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"bin": { | ||
"turbo-json": "./src/cli.js" | ||
"turbo-json.js": "./src/cli.js" | ||
}, | ||
"files": [ | ||
"src/" | ||
|
@@ -34,16 +34,16 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"commander": "^8.1.0", | ||
"stream-json": "^1.7.2" | ||
"chalk": "^4.1.2", | ||
"commander": "^8.3.0", | ||
"stream-json": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"eslint": "^7.29.0", | ||
"eslint": "^8.2.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"prettier": "^2.3.2" | ||
"jest": "^27.3.1", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
Oops, something went wrong.