crawler-user-agents 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,11 @@ This repository contains a list of of HTTP user-agents used by robots, crawlers,
|
|
|
8
8
|
|
|
9
9
|
Each `pattern` is a regular expression. It should work out-of-the-box wih your favorite regex library.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
## Sponsor
|
|
12
|
+
|
|
13
|
+
💼 **Using crawler-user-agents in a commercial product?** This package is free to use, but it takes real time to maintain and expand. If it's providing value (and it probably is), please consider [sponsoring at the commercial tier](https://github.com/sponsors/monperrus?frequency=recurring).
|
|
14
|
+
|
|
15
|
+
It keeps the project alive and actively maintained. Your company can afford it. 🙏
|
|
12
16
|
|
|
13
17
|
## Install
|
|
14
18
|
|