clean-git-cli
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "clean-git-cli", | ||
"version": "1.0.1", | ||
"description": "Find all git repos that are not 'clean' from your command line", | ||
"bin": { | ||
"clean-git": "index.js" | ||
"version": "2.0.0", | ||
"author": "Pablo Varela <pablovarela182@gmail.com>", | ||
"bugs": { | ||
"url": "https://github.com/pablopunk/clean-git-cli/issues", | ||
"email": "pablovarela182@gmail.com" | ||
}, | ||
"author": "Pablo Varela", | ||
"license": "MIT", | ||
"dependencies": { | ||
"args": "^3.0.2", | ||
"clean-git": "^2.0.0" | ||
"contributors": [ | ||
"Pablo Varela <pablovarela182@gmail.com>" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"standard": "*" | ||
}, | ||
"homepage": "https://github.com/pablopunk/clean-git-cli", | ||
"keywords": [ | ||
"git", | ||
"repos", | ||
"miny", | ||
"find", | ||
@@ -21,10 +26,19 @@ "cli", | ||
], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"html", | ||
"text" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pablopunk/clean-git-cli.git" | ||
"url": "https://github.com/pablopunk/clean-git-cli" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pablopunk/clean-git-cli/issues" | ||
}, | ||
"homepage": "https://github.com/pablopunk/clean-git-cli#readme" | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "npm run lint" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
69
4941
1
- Removedargs@^3.0.2
- Removedclean-git@^2.0.0
- Removedansi-styles@3.2.1(transitive)
- Removedargs@3.0.8(transitive)
- Removedarray-differ@1.0.0(transitive)
- Removedarray-union@1.0.2(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedarrify@1.0.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedchalk@2.1.0(transitive)
- Removedclean-git@2.1.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedcross-spawn-async@2.2.5(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedexeca@0.4.00.6.3(transitive)
- Removedfind-repos@1.1.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedhas-flag@2.0.0(transitive)
- Removedis-git-clean@1.1.0(transitive)
- Removedis-obj@1.0.1(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedmri@1.1.0(transitive)
- Removedmultimatch@2.1.0(transitive)
- Removednpm-run-path@1.0.02.0.2(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@1.0.02.0.1(transitive)
- Removedpkginfo@0.4.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-similarity@1.2.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedsupports-color@4.5.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedyallist@2.1.2(transitive)