|
6 | 6 |
|
7 | 7 |
|
8 | 8 | * [grunt-check-outdated/options/checkoutdated](#module_grunt-check-outdated/options/checkoutdated) |
9 | | - * [~getCheckOutdatedPath(grunt)](#module_grunt-check-outdated/options/checkoutdated..getCheckOutdatedPath) ⇒ <code>string</code> |
10 | | - * [~getChkOutdatedOptions()](#module_grunt-check-outdated/options/checkoutdated..getChkOutdatedOptions) ⇒ <code>object</code> |
11 | | - * [~getChkOutdatedIgnoreOptions()](#module_grunt-check-outdated/options/checkoutdated..getChkOutdatedIgnoreOptions) ⇒ <code>object</code> |
12 | | - * [~getOptions()](#module_grunt-check-outdated/options/checkoutdated..getOptions) ⇒ <code>Object</code> |
13 | | - * [~getTaskOptions(task)](#module_grunt-check-outdated/options/checkoutdated..getTaskOptions) ⇒ <code>Object</code> |
14 | | - * [~toArgs(grunt, task)](#module_grunt-check-outdated/options/checkoutdated..toArgs) ⇒ <code>Promise.<Array.<Object>></code> |
| 9 | + * [.getCheckOutdatedPath(grunt)](#module_grunt-check-outdated/options/checkoutdated.getCheckOutdatedPath) ⇒ <code>string</code> |
| 10 | + * [.getChkOutdatedOptions()](#module_grunt-check-outdated/options/checkoutdated.getChkOutdatedOptions) ⇒ <code>object</code> |
| 11 | + * [.getChkOutdatedIgnoreOptions()](#module_grunt-check-outdated/options/checkoutdated.getChkOutdatedIgnoreOptions) ⇒ <code>object</code> |
| 12 | + * [.getOptions()](#module_grunt-check-outdated/options/checkoutdated.getOptions) ⇒ <code>Object</code> |
| 13 | + * [.getTaskOptions(task)](#module_grunt-check-outdated/options/checkoutdated.getTaskOptions) ⇒ <code>Object</code> |
| 14 | + * [.toArgs(grunt, task)](#module_grunt-check-outdated/options/checkoutdated.toArgs) ⇒ <code>Promise.<Array.<Object>></code> |
15 | 15 |
|
16 | 16 |
|
17 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..getCheckOutdatedPath"></a> |
| 17 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.getCheckOutdatedPath"></a> |
18 | 18 |
|
19 | | -### grunt-check-outdated/options/checkoutdated~getCheckOutdatedPath(grunt) ⇒ <code>string</code> |
| 19 | +### grunt-check-outdated/options/checkoutdated.getCheckOutdatedPath(grunt) ⇒ <code>string</code> |
20 | 20 | > Returns the path to the check-outdated |
21 | 21 |
|
22 | 22 | **Returns**: <code>string</code> - path to check-outdated |
|
26 | 26 | | grunt | <code>grunt</code> | |
27 | 27 |
|
28 | 28 |
|
29 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..getChkOutdatedOptions"></a> |
| 29 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.getChkOutdatedOptions"></a> |
30 | 30 |
|
31 | | -### grunt-check-outdated/options/checkoutdated~getChkOutdatedOptions() ⇒ <code>object</code> |
| 31 | +### grunt-check-outdated/options/checkoutdated.getChkOutdatedOptions() ⇒ <code>object</code> |
32 | 32 | > Returns default settings for basic check-outdated options. |
33 | 33 |
|
34 | 34 | **Returns**: <code>object</code> - default settings for basic check-outdated options. |
35 | 35 |
|
36 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..getChkOutdatedIgnoreOptions"></a> |
| 36 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.getChkOutdatedIgnoreOptions"></a> |
37 | 37 |
|
38 | | -### grunt-check-outdated/options/checkoutdated~getChkOutdatedIgnoreOptions() ⇒ <code>object</code> |
| 38 | +### grunt-check-outdated/options/checkoutdated.getChkOutdatedIgnoreOptions() ⇒ <code>object</code> |
39 | 39 | > Returns default settings for basic check-outdated ignore options. |
40 | 40 |
|
41 | 41 | **Returns**: <code>object</code> - default settings for basic check-outdated ignore options. |
42 | 42 |
|
43 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..getOptions"></a> |
| 43 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.getOptions"></a> |
44 | 44 |
|
45 | | -### grunt-check-outdated/options/checkoutdated~getOptions() ⇒ <code>Object</code> |
| 45 | +### grunt-check-outdated/options/checkoutdated.getOptions() ⇒ <code>Object</code> |
46 | 46 | > Defines and returns the set of options that is passed to task 'check_outdated'. |
47 | 47 |
|
48 | 48 | **Returns**: <code>Object</code> - check_outdated default options |
49 | 49 |
|
50 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..getTaskOptions"></a> |
| 50 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.getTaskOptions"></a> |
51 | 51 |
|
52 | | -### grunt-check-outdated/options/checkoutdated~getTaskOptions(task) ⇒ <code>Object</code> |
| 52 | +### grunt-check-outdated/options/checkoutdated.getTaskOptions(task) ⇒ <code>Object</code> |
53 | 53 | > Returns grunt task specific options for 'check_outdated'.> Note: 'check_outdated' default options and configuration options> have already been merged! |
54 | 54 |
|
55 | 55 | **Returns**: <code>Object</code> - 'check_outdated' options for grunt task |
|
59 | 59 | | task | <code>grunt.task</code> | |
60 | 60 |
|
61 | 61 |
|
62 | | -<br><a name="module_grunt-check-outdated/options/checkoutdated..toArgs"></a> |
| 62 | +<br><a name="module_grunt-check-outdated/options/checkoutdated.toArgs"></a> |
63 | 63 |
|
64 | | -### grunt-check-outdated/options/checkoutdated~toArgs(grunt, task) ⇒ <code>Promise.<Array.<Object>></code> |
| 64 | +### grunt-check-outdated/options/checkoutdated.toArgs(grunt, task) ⇒ <code>Promise.<Array.<Object>></code> |
65 | 65 | > Convert grunt task specific options for 'check_outdated' to an array> of arguments, which will be used for calling check-outdated. |
66 | 66 |
|
67 | 67 | **Returns**: <code>Promise.<Array.<Object>></code> - { args, opts } |
|
0 commit comments