Skip to content

Commit f115fca

Browse files
committedMay 31, 2019
Tidelift tasks
1 parent a079ab2 commit f115fca

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed
 

‎.github/funding.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: sindresorhus
2+
tidelift: npm/ansi-regex

‎.github/security.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.

‎readme.md

+10-21
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22

33
> Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)
44
5-
---
6-
7-
<div align="center">
8-
<b>
9-
<a href="https://tidelift.com/subscription/pkg/npm-ansi-regex?utm_source=npm-ansi-regex&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
10-
</b>
11-
<br>
12-
<sub>
13-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
14-
</sub>
15-
</div>
16-
17-
---
18-
195

206
## Install
217

@@ -71,17 +57,20 @@ Some of the codes we run as a test are codes that we acquired finding various li
7157
On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out.
7258

7359

74-
## Security
75-
76-
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
77-
78-
7960
## Maintainers
8061

8162
- [Sindre Sorhus](https://github.com/sindresorhus)
8263
- [Josh Junon](https://github.com/qix-)
8364

8465

85-
## License
66+
---
8667

87-
MIT
68+
<div align="center">
69+
<b>
70+
<a href="https://tidelift.com/subscription/pkg/npm-ansi-regex?utm_source=npm-ansi-regex&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
71+
</b>
72+
<br>
73+
<sub>
74+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
75+
</sub>
76+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.