add node_modules

This commit is contained in:
fxy060608
2018-11-18 15:15:00 +08:00
parent 2ca7c14dbc
commit 5ceb08127a
1366 changed files with 120305 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "download-git-repo",
"version": "1.1.0",
"license": "MIT",
"repository": "git://github.com/flipxfx/download-git-repo",
"description": "Download and extract a git repository (GitHub, GitLab, Bitbucket) from node.",
"keywords": [
"download",
"github",
"bitbucket",
"repo",
"repository",
"tar",
"extract",
"tarball"
],
"dependencies": {
"download": "^5.0.3",
"git-clone": "^0.1.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"fs-readdir-recursive": "1.0.0"
},
"scripts": {
"test": "mocha"
}
}