Convert array to tree structure.
Cron string converter
convert from v8 coverage format to istanbul's format
Converter for OData annotations in XML format.
TypeScript definitions for d3-array
Tensorflow model converter for javascript
Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
filter in array tree
Convert big integers from any base to any base
Converter for OData annotations in CDS format.
Convert Swagger 2.0 definitions to OpenApi 3.0 and validate
TypeScript definitions for d3-polygon
TypeScript definitions for d3-contour
Attach comments to estree nodes
Convert axe-core accessibility scan results to the SARIF format
ECMAScript (ESTree) AST walker
## What is it?
TypeScript definitions for range-parser
Curated collection of data structures for the JavaScript/TypeScript.
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Convert Word documents from docx to simple HTML and Markdown
Modern byte, encoding, converter registry, and PEM utilities for TypeScript projects.
Converts country codes from ISO2 to ISO3 back and forth
Rope-based persistent sequence type
Convert deeply nested Virtus or other objects that respond to attributes to hashes and arrays
Convert a binary tree to array and vice versa.
This library performs diffs of CSV data, or any table-like source. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.
A DSL for building matchers that validate nested data structures. Ruby literals like classes, ranges, regexps, arrays, and hashes are automatically converted into matchers. Mismatches produce error trees with paths pointing to each failing element.