Compare commits

...

4 Commits

Author SHA1 Message Date
Mateus Sampaio
4d92e8417f Merge f1b7ab2320 into 452991fe63 2024-04-11 11:03:32 +08:00
Gao Sun
452991fe63 Meta tweaks (#1270) 2024-04-10 12:36:45 +09:00
Sindre Sorhus
1599ab9871 Meta tweaks 2024-04-09 23:20:55 +09:00
Mateus Sampaio
f1b7ab2320 docs(readme): add currency-to-float 2023-11-06 11:23:15 -03:00

View File

@@ -75,6 +75,22 @@
<br> <br>
<br> <br>
<br> <br>
<a href="https://logto.io/?ref=sindre">
<div>
<picture>
<source width="200" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-dark.svg?x">
<source width="200" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x">
<img width="200" src="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x" alt="Logto logo">
</picture>
</div>
<b>The better identity infrastructure for developers</b>
<div>
<sup>Logto is an open-source Auth0 alternative designed for every app.</sup>
</div>
</a>
<br>
<br>
<br>
</p> </p>
<hr> <hr>
<br> <br>
@@ -567,6 +583,7 @@
- [xlsx-populate](https://github.com/dtjohnson/xlsx-populate) - Read/write Excel XLSX. - [xlsx-populate](https://github.com/dtjohnson/xlsx-populate) - Read/write Excel XLSX.
- [Chevrotain](https://github.com/Chevrotain/chevrotain) - Very fast and feature rich parser building toolkit for JavaScript. - [Chevrotain](https://github.com/Chevrotain/chevrotain) - Very fast and feature rich parser building toolkit for JavaScript.
- [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Validate and parse XML. - [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Validate and parse XML.
- [currency-to-float](https://github.com/mateus4k/currency-to-float) - Convert a currency string to number: `US $54.99``54.99`
### Humanize ### Humanize