Skip to content

Commit dfa8bb4

Browse files
committed
Updated
1 parent df8f765 commit dfa8bb4

File tree

1 file changed

+24
-42
lines changed

1 file changed

+24
-42
lines changed

LICENSES/Licenses.md

Lines changed: 24 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ This plugin makes use of the following licences and their code:
55
- [Licenses](#licenses)
66
- [Examples for language server:](#examples-for-language-server)
77
- [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)
1616

1717
## Examples for language server:
1818

@@ -22,52 +22,34 @@ This plugin makes use of the following licences and their code:
2222

2323
[Fast Glob License](./fast-glob.txt)
2424

25-
## Fill-range
25+
## fill-range <https://github.com/jonschlinkert/fill-range>
2626

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.
3128

32-
## Is-extglob
29+
## is-extglob <https://github.com/jonschlinkert/is-extglob>
3330

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.
3832

39-
## Is-glob
33+
## is-glob <https://github.com/jonschlinkert/is-glob>
4034

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.
4536

46-
## Is-number
37+
## is-number <https://github.com/jonschlinkert/is-number>
4738

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.
5240

53-
## Repeat-string
41+
## repeat-string <https://github.com/jonschlinkert/repeat-string>
5442

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.
5944

60-
## To-regex-range
45+
## to-regex-range <https://github.com/micromatch/to-regex-range>
6146

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.
6648

67-
## Queue-microtask
49+
## queue-microtask.
6850

69-
queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource>
51+
MIT License. Feross Aboukhadijeh <https://feross.org/opensource>
7052

71-
## Run-parallel
53+
## run-parallel.
7254

73-
run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource>
55+
MIT License. Feross Aboukhadijeh <https://feross.org/opensource>

0 commit comments

Comments
 (0)