@@ -5,14 +5,14 @@ This plugin makes use of the following licences and their code:
5
5
- [ Licenses] ( #licenses )
6
6
- [Examples for language server:](#examples-for-language-server)
7
7
- [Fast-Glob](#fast-glob)
8
- - [Fill -range](#fill-range)
9
- - [Is -extglob](#is-extglob)
10
- - [Is -glob](#is-glob)
11
- - [Is -number](#is-number)
12
- - [Repeat -string](#repeat-string)
13
- - [To -regex-range](#to-regex-range)
14
- - [Queue -microtask](#queue-microtask)
15
- - [Run -parallel](#run-parallel)
8
+ - [fill -range <https://github.com/jonschlinkert/fill-range> ](#fill-range-httpsgithubcomjonschlinkertfill -range)
9
+ - [is -extglob <https://github.com/jonschlinkert/is-extglob> ](#is-extglob-httpsgithubcomjonschlinkertis -extglob)
10
+ - [is -glob <https://github.com/jonschlinkert/is-glob> ](#is-glob-httpsgithubcomjonschlinkertis -glob)
11
+ - [is -number <https://github.com/jonschlinkert/is-number> ](#is-number-httpsgithubcomjonschlinkertis -number)
12
+ - [repeat -string <https://github.com/jonschlinkert/repeat-string> ](#repeat-string-httpsgithubcomjonschlinkertrepeat -string)
13
+ - [to -regex-range <https://github.com/micromatch/to-regex-range> ](#to-regex-range-httpsgithubcommicromatchto -regex-range)
14
+ - [queue -microtask. ](#queue-microtask)
15
+ - [run -parallel. ](#run-parallel)
16
16
17
17
## Examples for language server:
18
18
@@ -22,52 +22,34 @@ This plugin makes use of the following licences and their code:
22
22
23
23
[ Fast Glob License] ( ./fast-glob.txt )
24
24
25
- ## Fill -range
25
+ ## fill -range < https://github.com/jonschlinkert/fill-range >
26
26
27
- - fill-range < https://github.com/jonschlinkert/fill-range >
28
- -
29
- - Copyright (c) 2014-present, Jon Schlinkert.
30
- - Licensed under the MIT License. \* /
27
+ Copyright (c) 2014-present, Jon Schlinkert. Licensed under the MIT License.
31
28
32
- ## Is -extglob
29
+ ## is -extglob < https://github.com/jonschlinkert/is-extglob >
33
30
34
- - is-extglob < https://github.com/jonschlinkert/is-extglob >
35
- -
36
- - Copyright (c) 2014-2016, Jon Schlinkert.
37
- - Licensed under the MIT License. \* /
31
+ Copyright (c) 2014-2016, Jon Schlinkert. Licensed under the MIT License.
38
32
39
- ## Is -glob
33
+ ## is -glob < https://github.com/jonschlinkert/is-glob >
40
34
41
- - is-glob < https://github.com/jonschlinkert/is-glob >
42
- -
43
- - Copyright (c) 2014-2017, Jon Schlinkert.
44
- - Released under the MIT License. \* /
35
+ Copyright (c) 2014-2017, Jon Schlinkert. Released under the MIT License.
45
36
46
- ## Is -number
37
+ ## is -number < https://github.com/jonschlinkert/is-number >
47
38
48
- - is-number < https://github.com/jonschlinkert/is-number >
49
- -
50
- - Copyright (c) 2014-present, Jon Schlinkert.
51
- - Released under the MIT License. \* /
39
+ Copyright (c) 2014-present, Jon Schlinkert. Released under the MIT License.
52
40
53
- ## Repeat -string
41
+ ## repeat -string < https://github.com/jonschlinkert/repeat-string >
54
42
55
- - repeat-string < https://github.com/jonschlinkert/repeat-string >
56
- -
57
- - Copyright (c) 2014-2015, Jon Schlinkert.
58
- - Licensed under the MIT License. \* /
43
+ Copyright (c) 2014-2015, Jon Schlinkert. Licensed under the MIT License.
59
44
60
- ## To -regex-range
45
+ ## to -regex-range < https://github.com/micromatch/to-regex-range >
61
46
62
- - to-regex-range < https://github.com/micromatch/to-regex-range >
63
- -
64
- - Copyright (c) 2015-present, Jon Schlinkert.
65
- - Released under the MIT License. \* /
47
+ Copyright (c) 2015-present, Jon Schlinkert. Released under the MIT License.
66
48
67
- ## Queue -microtask
49
+ ## queue -microtask.
68
50
69
- queue-microtask. MIT License. Feross Aboukhadijeh < https://feross.org/opensource >
51
+ MIT License. Feross Aboukhadijeh < https://feross.org/opensource >
70
52
71
- ## Run -parallel
53
+ ## run -parallel.
72
54
73
- run-parallel. MIT License. Feross Aboukhadijeh < https://feross.org/opensource >
55
+ MIT License. Feross Aboukhadijeh < https://feross.org/opensource >
0 commit comments