git-pull-or-clone
Version:
Ensure a git repo exists on disk and that it's up-to-date
60 lines (59 loc) • 1.21 kB
JSON
{
"name": "git-pull-or-clone",
"description": "Ensure a git repo exists on disk and that it's up-to-date",
"version": "2.0.2",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/git-pull-or-clone/issues"
},
"dependencies": {
"cross-spawn": "^7.0.0",
"debug": "^4.1.1"
},
"devDependencies": {
"rimraf": "^3.0.0",
"standard": "*",
"tape": "^5.0.0"
},
"engines": {
"node": ">=8"
},
"keywords": [
"clone",
"git",
"git clone",
"git pull",
"git pull or clone",
"git sync",
"pull",
"pull or clone",
"sync"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/git-pull-or-clone.git"
},
"scripts": {
"test": "standard && DEBUG=git-pull-or-clone tape test/*.js"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}