Object tree normalizer
HTTP header normalizer middleware for the middy framework
HTTP event normalizer middleware for the middy framework
JSON API response normalizer
Parse and normalize AWS events middleware for the middy framework
Broccoli plugin to remove `modules/` subdirectory from legacy ember-cli addons.
Converts HTTP headers to their most common casing. (e.g. usEr-Agent -> User-Agent)
React Style Normalizer
Normalize email addresses
Utility to normalize JSON:API data with ease
TypeScript definitions for memoizee
JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.
HAL JSON API response normalizer
Deeply normalizes object keys (included nested objects and objects in arrays) to the format of your choosing.
Text normalizer initially done for openai/whisper but ported to TS with love by shelf.io!
A lightweight Javascript library used for normalize and denormalize tree data structure! Required support for ES6 Syntax.
Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code
No description provided.
Normalizes object keys, to have all the same ones
htmlparser2 tree adapter for parse5.

Ethereum Name Service (ENS) Name Normalizer
Builds complex JS object from normalized redux store. Best works with json-api-normalizer
S3 key normalizer middleware for the middy framework
Ive been consistently dissappointed with how limited normal decision trees, and how it's not really possible use both normal decision trees, and multi-factor trees in the same algorithm. Enter Dynamic Tree, which allows you to run a multi factor test and a single factor test for each individual factor in the same movement.
Train plugin used in testing Train's plugin loader and InSpec's plugin manager. This plugin does things that a normal plugin should not. Do not use it as an example or as a starting point for plugin of your own. For that, please see https://github.com/inspec/train/tree/master/examples/plugins
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be adapted to interact with CGI or a GUI - both are planned. CommandSet has a lot of very nice features. First is the domain-specific language for defining commands and sets of commands. Those sets can further be neatly composed into larger interfaces, so that useful or standard commands can be resued. Optional application modes, much like Cisco's IOS, with a little bit more flexibility. Arguments have their own sub-language, that allows them to provide interface hints (like tab completion) as well as input validation. On the output side of things, CommandSet has a very flexible output capturing mechanism, which generates a tree of data as it's generated, even capturing writes to multiple places at once (even from multiple threads) and keeping everything straight. Methods that normally write to stdout are interposed and fed into the tree, so you can hack in existing scripts with minimal adjustment. The final output can be presented to the user in a number of formats, including contextual coloring and indentation, or even progress hashes. XML is also provided, although it needs some work. Templates are on the way. While you're developing your application, you might find the record and playback utilities useful. cmdset-record will start up with your defaults for your command set, and spit out an interaction script. Then you can replay the script against the live set with cmdset-playback. Great for ad hoc testing, usability surveys and general demos.