Options Validation
☆250Jan 23, 2026Updated last month
Alternatives and similar repositories for schema-utils
Users that are interested in schema-utils are comparing it to the libraries listed below
Sorting:
- utils for webpack loaders☆772Jun 5, 2024Updated last year
- Source code handling classes for webpack☆271Mar 5, 2026Updated 2 weeks ago
- Just a little module for plugins.☆3,855Jan 23, 2026Updated last month
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated 2 months ago
- Runs (webpack) loaders☆307Nov 14, 2025Updated 4 months ago
- Offers an async require.resolve function. It's highly configurable.☆980Mar 12, 2026Updated last week
- The map of HTTP status codes from the builtin http module☆19Apr 21, 2022Updated 3 years ago
- Wrapper library for directory and file watching.☆396Mar 5, 2026Updated 2 weeks ago
- Fast line to line SourceMap generator.☆40Jan 5, 2019Updated 7 years ago
- abstract base class for hash-streams☆11Sep 23, 2025Updated 5 months ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 3 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- A very simple and stupid parser, based on a statemachine and regular expressions.☆65Oct 30, 2018Updated 7 years ago
- Define a non-enumerable property on an object.☆21Mar 14, 2023Updated 3 years ago
- [DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.☆879Jul 12, 2023Updated 2 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- ☆19Dec 21, 2024Updated last year
- A development middleware for webpack☆2,519Mar 11, 2026Updated last week
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- Make a shallow clone of an object, array or primitive.☆31Sep 4, 2025Updated 6 months ago
- the tty module from node core for browsers☆18Dec 21, 2024Updated last year
- The Node.js `util.deprecate()` function with browser support☆37Nov 11, 2018Updated 7 years ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 4 years ago
- Autoload Plugins for PostCSS☆20May 11, 2020Updated 5 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Mar 3, 2018Updated 8 years ago
- ☆19Dec 21, 2024Updated last year
- Check if a given module ID is resolvable with require()☆16Nov 30, 2018Updated 7 years ago
- webpack plugin for generating asset manifests☆1,446Nov 2, 2025Updated 4 months ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- publicEncrypt/privateDecrypt for browserify☆28Dec 21, 2024Updated last year
- Object.keys shim☆46Dec 30, 2025Updated 2 months ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Merge designed for webpack☆2,686Jul 12, 2024Updated last year
- ☆20Sep 24, 2025Updated 5 months ago
- Unpipe a stream from all destinations☆22Dec 15, 2020Updated 5 years ago
- Strip the final newline character from a string/buffer☆38Oct 28, 2024Updated last year
- Turn an array like into an array☆12Mar 14, 2021Updated 5 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Feb 27, 2017Updated 9 years ago
- Webpack plugin that runs typescript type checker on a separate process.