This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 364
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
26 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "youtube-dl", | ||
"description": "youtube-dl driver for node", | ||
"homepage": "https://github.com/przemyslawpluta/node-youtube-dl#readme", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"main": "./lib/youtube-dl.js", | ||
"author": { | ||
"name": "Roly Fentanes", | ||
|
@@ -29,14 +29,14 @@ | |
"name": "Benjamin C", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jaime Marquínez Ferrándiz", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Gregoire Guémas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jaime Marquínez Ferrándiz", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jay Baker", | ||
"email": "[email protected]" | ||
|
@@ -45,13 +45,17 @@ | |
"name": "Jack Li", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Frederic Germain", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Calvin", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "EragonJ", | ||
"email": "[email protected]" | ||
"name": "optikfluffel", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Jeremy Louie", | ||
|
@@ -62,8 +66,8 @@ | |
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "optikfluffel", | ||
"email": "[email protected]" | ||
"name": "EragonJ", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "t3rr0r", | ||
|
@@ -73,10 +77,6 @@ | |
"name": "tifroz", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "btmdave", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "coderaiser", | ||
"email": "[email protected]" | ||
|
@@ -152,6 +152,10 @@ | |
{ | ||
"name": "bartronicus", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "btmdave", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
|