mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-29 06:48:02 -08:00
Compare commits
3 Commits
4d92e8417f
...
904c3d6397
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
904c3d6397 | ||
|
|
8b74d50fd8 | ||
|
|
f1b7ab2320 |
@@ -556,6 +556,7 @@
|
|||||||
- [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
|
- [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
|
||||||
- [Superstruct](https://github.com/ianstormtaylor/superstruct) - Simple and composable way to validate data in JavaScript (and TypeScript).
|
- [Superstruct](https://github.com/ianstormtaylor/superstruct) - Simple and composable way to validate data in JavaScript (and TypeScript).
|
||||||
- [yup](https://github.com/jquense/yup) - Object schema validation.
|
- [yup](https://github.com/jquense/yup) - Object schema validation.
|
||||||
|
- [zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with static type inference.
|
||||||
|
|
||||||
### Parsing
|
### Parsing
|
||||||
|
|
||||||
@@ -583,6 +584,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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user