-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: adds ghooks and ghooks config
- Loading branch information
Showing
2 changed files
with
119 additions
and
4 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 |
---|---|---|
|
@@ -258,18 +258,26 @@ colors@^1.1.2: | |
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" | ||
|
||
colors@~0.6.0-1: | ||
version "0.6.2" | ||
resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc" | ||
|
||
combined-stream@^1.0.5, combined-stream@~1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" | ||
dependencies: | ||
delayed-stream "~1.0.0" | ||
|
||
commander@^2.9.0: | ||
commander@^2.9.0, [email protected]: | ||
version "2.9.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" | ||
dependencies: | ||
graceful-readlink ">= 1.0.0" | ||
|
||
commander@~2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz#d121bbae860d9992a3d517ba96f56588e47c6781" | ||
|
||
commitizen: | ||
version "2.9.6" | ||
resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-2.9.6.tgz#c0d00535ef264da7f63737edfda4228983fa2291" | ||
|
@@ -335,6 +343,13 @@ core-util-is@^1.0.1, core-util-is@~1.0.0: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
|
||
cross-spawn-async@^2.1.1: | ||
version "2.2.5" | ||
resolved "https://registry.yarnpkg.com/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz#845ff0c0834a3ded9d160daca6d390906bb288cc" | ||
dependencies: | ||
lru-cache "^4.0.0" | ||
which "^1.2.8" | ||
|
||
[email protected]: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" | ||
|
@@ -495,6 +510,17 @@ event-stream@^3.3.0: | |
stream-combiner "~0.0.4" | ||
through "~2.3.1" | ||
|
||
execa@^0.4.0: | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-0.4.0.tgz#4eb6467a36a095fabb2970ff9d5e3fb7bce6ebc3" | ||
dependencies: | ||
cross-spawn-async "^2.1.1" | ||
is-stream "^1.1.0" | ||
npm-run-path "^1.0.0" | ||
object-assign "^4.0.1" | ||
path-key "^1.0.0" | ||
strip-eof "^1.0.0" | ||
|
||
exit-hook@^1.0.0: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" | ||
|
@@ -587,6 +613,13 @@ [email protected]: | |
micromatch "^2.3.7" | ||
resolve-dir "^0.1.0" | ||
|
||
[email protected]: | ||
version "0.1.5" | ||
resolved "https://registry.yarnpkg.com/findup/-/findup-0.1.5.tgz#8ad929a3393bac627957a7e5de4623b06b0e2ceb" | ||
dependencies: | ||
colors "~0.6.0-1" | ||
commander "~2.1.0" | ||
|
||
firstline@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/firstline/-/firstline-1.2.1.tgz#b88673c42009f8821fac2926e99720acee924fae" | ||
|
@@ -695,6 +728,18 @@ getpass@^0.1.1: | |
dependencies: | ||
assert-plus "^1.0.0" | ||
|
||
ghooks: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ghooks/-/ghooks-2.0.0.tgz#affd83a36e8b8fbdded9b851457c48ac74c8eab8" | ||
dependencies: | ||
execa "^0.4.0" | ||
findup "0.1.5" | ||
lodash.clone "4.3.2" | ||
manage-path "2.0.0" | ||
opt-cli "1.5.1" | ||
path-exists "^2.0.0" | ||
spawn-command "0.0.2" | ||
|
||
git-head@^1.2.1: | ||
version "1.20.1" | ||
resolved "https://registry.yarnpkg.com/git-head/-/git-head-1.20.1.tgz#036d16a4b374949e4e3daf15827903686d3ccd52" | ||
|
@@ -983,6 +1028,10 @@ is-property@^1.0.0: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" | ||
|
||
is-stream@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
|
||
is-typedarray@~1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | ||
|
@@ -1099,6 +1148,10 @@ lodash._baseassign@^3.0.0: | |
lodash._basecopy "^3.0.0" | ||
lodash.keys "^3.0.0" | ||
|
||
lodash._baseclone@~4.5.0: | ||
version "4.5.7" | ||
resolved "https://registry.yarnpkg.com/lodash._baseclone/-/lodash._baseclone-4.5.7.tgz#ce42ade08384ef5d62fa77c30f61a46e686f8434" | ||
|
||
lodash._basecopy@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" | ||
|
@@ -1131,6 +1184,12 @@ lodash.assign@^3.0.0: | |
lodash._createassigner "^3.0.0" | ||
lodash.keys "^3.0.0" | ||
|
||
[email protected]: | ||
version "4.3.2" | ||
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.3.2.tgz#e56b176b6823a7dde38f7f2bf58de7d5971200e9" | ||
dependencies: | ||
lodash._baseclone "~4.5.0" | ||
|
||
lodash.get@^4.0.0: | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | ||
|
@@ -1198,6 +1257,17 @@ loud-rejection@^1.0.0: | |
currently-unhandled "^0.4.1" | ||
signal-exit "^3.0.0" | ||
|
||
lru-cache@^4.0.0: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.2.tgz#1d17679c069cda5d040991a09dbc2c0db377e55e" | ||
dependencies: | ||
pseudomap "^1.0.1" | ||
yallist "^2.0.0" | ||
|
||
[email protected]: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/manage-path/-/manage-path-2.0.0.tgz#f4cf8457b926eeee2a83b173501414bc76eb9597" | ||
|
||
map-obj@^1.0.0, map-obj@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | ||
|
@@ -1356,6 +1426,12 @@ npm-registry-client@^7.0.1: | |
optionalDependencies: | ||
npmlog "2 || ^3.1.0 || ^4.0.0" | ||
|
||
npm-run-path@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-1.0.0.tgz#f5c32bf595fe81ae927daec52e82f8b000ac3c8f" | ||
dependencies: | ||
path-key "^1.0.0" | ||
|
||
npmconf@^2.1.2: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/npmconf/-/npmconf-2.1.2.tgz#66606a4a736f1e77a059aa071a79c94ab781853a" | ||
|
@@ -1422,6 +1498,15 @@ onetime@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" | ||
|
||
[email protected]: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/opt-cli/-/opt-cli-1.5.1.tgz#04db447b13c96b992eb31685266f4ed0d9736dc2" | ||
dependencies: | ||
commander "2.9.0" | ||
lodash.clone "4.3.2" | ||
manage-path "2.0.0" | ||
spawn-command "0.0.2-1" | ||
|
||
os-homedir@^1.0.0, os-homedir@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
|
@@ -1480,6 +1565,10 @@ path-is-absolute@^1.0.0: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | ||
|
||
path-key@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/path-key/-/path-key-1.0.0.tgz#5d53d578019646c0d68800db4e146e6bdc2ac7af" | ||
|
||
path-object@^2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/path-object/-/path-object-2.3.0.tgz#03e46653e5c375c60af1cabdd94bc6448a5d9110" | ||
|
@@ -1535,6 +1624,10 @@ proto-list@~1.2.1: | |
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" | ||
|
||
pseudomap@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | ||
|
||
punycode@^1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" | ||
|
@@ -1827,6 +1920,14 @@ [email protected]: | |
dependencies: | ||
hoek "2.x.x" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e" | ||
|
||
[email protected]: | ||
version "0.0.2-1" | ||
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0" | ||
|
||
spawn-sync@^1.0.15: | ||
version "1.0.15" | ||
resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz#b00799557eb7fb0c8376c29d44e8a1ea67e57476" | ||
|
@@ -1921,6 +2022,10 @@ strip-bom@^2.0.0: | |
dependencies: | ||
is-utf8 "^0.2.0" | ||
|
||
strip-eof@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" | ||
|
||
strip-indent@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" | ||
|
@@ -2027,7 +2132,7 @@ walk@^2.3.9: | |
dependencies: | ||
foreachasync "^3.0.0" | ||
|
||
which@^1.2.12: | ||
which@^1.2.12, which@^1.2.8: | ||
version "1.2.14" | ||
resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5" | ||
dependencies: | ||
|
@@ -2051,3 +2156,7 @@ xtend@^4.0.0: | |
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" | ||
|
||
yallist@^2.0.0: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
|