UNPKG

510 BJSONView Raw
1{
2 "before": {
3 "desc": "Specify tasks that must complete before watchers begin",
4 "type": "array",
5 "alias": ["b"],
6 "default": []
7 },
8 "block": {
9 "desc": "Ignore subsequent file-changes until tasks complete",
10 "type": "boolean"
11 },
12 "throttle": {
13 "desc": "Take only the first change that occurs in a specified duration.",
14 "type": "number"
15 },
16 "debounce": {
17 "desc": "Take only the last change following the specified window of event silence",
18 "type": "number"
19 }
20}