Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Normalizes data that can be found in package.json files.
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
micromark utility normalize identifiers (as found in references, definitions)
Safe defaults for cssnano which require minimal configuration.
Normalize a URL
Turn any flavor of allowable package.json bin into a normalized object
TypeScript definitions for normalize-package-data
Normalize URLs with PostCSS
Color normalization for React Native.
Use two values display syntax for inner and outer display types.
Normalize keyword values for position into length values.
Normalize multiple value display syntaxes into single values.
modernize node.js to current ECMAScript standards
Normalize unicode-range descriptors, and can convert to wildcard ranges.
Read a package.json file
Convert two value syntax for repeat-style into one value.
Normalize CSS animation/transition timing functions.
Normalize wrapping quotes for CSS string literals.
Trim whitespace inside and around CSS rules & declarations.
Use the parts of normalize.css or sanitize.css you need from your browserslist
Convert all segments in a path to curves
Ethereum Name Service (ENS) Name Normalizer
String case utils
Easy way to normalize attributes
Normalizes disparate JSON Schemas to Specified Schema
Normalize deeply nested hash based on a schema
Golden Fleece lets you validate, normalize, set up defaults for and provide getters for JSON data in your Ruby data models through easy to use schemas. More opinionated and easier to use than JSON Schema.
Keep your DB schema in sync across all branches effortlessly. Install once, then use `rails db:migrate` normally — the gem handles phantom migration rollback automatically, eliminating schema conflicts and inconsistent database states. Stop wasting hours on DB maintenance locally, CI, staging/sandbox, or even production.
Specification of Normalized Hash data structure main goal is to make data produced by parsers easy to use by software that does not know about internal data structure, i.e. data driven and schema-less. Data structures should be built in such a way as to make data self-documenting, easy adaptable and 'software-friendly'. Gem contains RSpec tests for testing Hash data structure for compliance with the requirements. See README.md and NormalizedHash.md files in gem's root directory.
A custom git merge driver that auto-resolves the most common conflict in Rails schema files (db/schema.rb and, with the data_migrate gem, db/data_schema.rb): the define(version: N) line that gets bumped on every migration. Keeps the higher version on conflict and falls back to a normal merge conflict for any other diverging content.