File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change 29
29
"build-docs" : " esdoc" ,
30
30
"build-gh-pages" : " npm run build-docs" ,
31
31
"cover" : " c8 --all --src src --reporter=lcov npm test" ,
32
+ "install-hooks" : " husky install" ,
32
33
"lint-config" : " fixpack --dryRun" ,
33
34
"lint-config-and-fix" : " fixpack || fixpack" ,
35
+ "postinstall" : " npm run install-hooks" ,
36
+ "postpublish" : " pinst --enable" ,
34
37
"prepare" : " npm run build" ,
38
+ "prepublishOnly" : " pinst --disable" ,
35
39
"release" : " np" ,
36
40
"test" : " ava"
37
41
},
54
58
"esdoc-inject-style-plugin" : " 1.0.0" ,
55
59
"esdoc-standard-plugin" : " 1.0.0" ,
56
60
"fixpack" : " 4.0.0" ,
61
+ "husky" : " 7.0.1" ,
57
62
"np" : " 6.5.0" ,
63
+ "pinst" : " 2.1.6" ,
58
64
"power-assert" : " 1.6.1" ,
59
65
"regenerator-runtime" : " 0.13.9" ,
60
66
"xo" : " 0.42.0"
Original file line number Diff line number Diff line change @@ -3840,6 +3840,11 @@ fragment-cache@^0.2.1:
3840
3840
dependencies :
3841
3841
map-cache "^0.2.2"
3842
3842
3843
+ fromentries@^1.3.2 :
3844
+ version "1.3.2"
3845
+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
3846
+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
3847
+
3843
3848
3844
3849
version "1.0.0"
3845
3850
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -4245,6 +4250,11 @@ human-signals@^2.1.0:
4245
4250
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4246
4251
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4247
4252
4253
+
4254
+ version "7.0.1"
4255
+ resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c"
4256
+ integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==
4257
+
4248
4258
4249
4259
version "0.0.4"
4250
4260
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6296,6 +6306,13 @@ pinkie@^2.0.0:
6296
6306
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
6297
6307
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
6298
6308
6309
+
6310
+ version "2.1.6"
6311
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
6312
+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
6313
+ dependencies :
6314
+ fromentries "^1.3.2"
6315
+
6299
6316
pirates@^4.0.0 :
6300
6317
version "4.0.1"
6301
6318
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments