-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
227 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "dockerode", | ||
"description": "Docker Remote API module.", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"author": "Pedro Dias <[email protected]>", | ||
"maintainers": [ | ||
"apocas <[email protected]>" | ||
|
@@ -16,7 +16,7 @@ | |
], | ||
"dependencies": { | ||
"concat-stream": "~2.0.0", | ||
"docker-modem": "^2.0.0", | ||
"docker-modem": "^2.1.0", | ||
"tar-fs": "~2.0.0" | ||
}, | ||
"devDependencies": { | ||
|
@@ -32,169 +32,5 @@ | |
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">= 8.0" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Pedro Dias", | ||
"email": "[email protected]", | ||
"url": "https://github.com/apocas", | ||
"contributions": 150 | ||
}, | ||
{ | ||
"name": "James Lal", | ||
"email": "[email protected]", | ||
"url": "https://github.com/lightsofapollo", | ||
"contributions": 12 | ||
}, | ||
{ | ||
"name": "Ron Waldon", | ||
"email": "[email protected]", | ||
"url": "https://github.com/jokeyrhyme", | ||
"contributions": 7 | ||
}, | ||
{ | ||
"name": "Everton Ribeiro", | ||
"email": "[email protected]", | ||
"url": "https://github.com/nuxlli", | ||
"contributions": 4 | ||
}, | ||
{ | ||
"name": "Sam Rijs", | ||
"email": "[email protected]", | ||
"url": "https://github.com/srijs", | ||
"contributions": 4 | ||
}, | ||
{ | ||
"name": "Shannon Poole", | ||
"email": "[email protected]", | ||
"url": "https://github.com/shannonmpoole", | ||
"contributions": 3 | ||
}, | ||
{ | ||
"name": "Max Claus Nunes", | ||
"email": "[email protected]", | ||
"url": "https://github.com/maxcnunes", | ||
"contributions": 2 | ||
}, | ||
{ | ||
"name": "Mike MacCana", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mikemaccana", | ||
"contributions": 2 | ||
}, | ||
{ | ||
"name": "Niclas Hoyer", | ||
"email": "", | ||
"url": "https://github.com/niclashoyer", | ||
"contributions": 2 | ||
}, | ||
{ | ||
"name": "Nicholas Morsman", | ||
"email": "[email protected]", | ||
"url": "https://github.com/nmorsman", | ||
"contributions": 2 | ||
}, | ||
{ | ||
"name": "Philip Reichenberger", | ||
"email": null, | ||
"url": "https://github.com/preichenberger", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Anton Serdyuk", | ||
"email": "[email protected]", | ||
"url": "https://github.com/m00t", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Dan Williams", | ||
"email": "[email protected]", | ||
"url": "https://github.com/deedubs", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Alex Wolfe", | ||
"email": "[email protected]", | ||
"url": "https://github.com/alexkwolfe", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Henry Allen-Tilford", | ||
"email": "[email protected]", | ||
"url": "https://github.com/generalhenry", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Geoffrey Bachelet", | ||
"email": "[email protected]", | ||
"url": "https://github.com/ubermuda", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Jacob Friis Saxberg", | ||
"email": "[email protected]", | ||
"url": "https://github.com/webjay", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Jeffrey Morgan", | ||
"email": "[email protected]", | ||
"url": "https://github.com/jeffdm", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Kishore Nallan", | ||
"email": "[email protected]", | ||
"url": "https://github.com/kishorenc", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Mathias Buus", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mafintosh", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Matthew Gallagher", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mattva01", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Wojciech Kocjan", | ||
"email": null, | ||
"url": "https://github.com/wojciechka", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Mike Macaulay", | ||
"email": "[email protected]", | ||
"url": "https://github.com/mmacaula", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Josh Matthews", | ||
"email": "[email protected]", | ||
"url": "https://github.com/jmatth", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Vincent Woo", | ||
"email": "[email protected]", | ||
"url": "https://github.com/vincentwoo", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Lewis J Ellis", | ||
"email": "[email protected]", | ||
"url": "https://github.com/LewisJEllis", | ||
"contributions": 1 | ||
}, | ||
{ | ||
"name": "Adam Duncan", | ||
"email": "", | ||
"url": "https://github.com/microadam", | ||
"contributions": 1 | ||
} | ||
] | ||
} | ||
} |