This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

24
node_modules/husky/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"husky@2.7.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "husky@2.7.0",
"_from": "husky@^2.3.0",
"_id": "husky@2.7.0",
"_inBundle": false,
"_integrity": "sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==",
"_location": "/husky",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "husky@2.7.0",
"raw": "husky@^2.3.0",
"name": "husky",
"escapedName": "husky",
"rawSpec": "2.7.0",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "2.7.0"
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz",
"_spec": "2.7.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "c0a9a6a3b51146224e11bba0b46bba546e461d05",
"_spec": "husky@^2.3.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler",
"author": {
"name": "Typicode",
"email": "typicode@gmail.com"
@@ -38,6 +32,7 @@
"bugs": {
"url": "https://github.com/typicode/husky/issues"
},
"bundleDependencies": false,
"dependencies": {
"cosmiconfig": "^5.2.0",
"execa": "^1.0.0",
@@ -50,6 +45,7 @@
"run-node": "^1.0.0",
"slash": "^3.0.0"
},
"deprecated": false,
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
"devDependencies": {
"@types/cosmiconfig": "^5.0.3",