licenses.dev

wgdf v0.3.329

Standardized abstract interface and collection of strategies to convert complex data structures from one generic data format ( GDF ) to another generic data format. You may use the module to serialize complex data structure to string or deserialize string

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT38
PackageRelationDependenciesPublished
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
cbor • 5.0.2Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).DIRECT2
coffeescript • 2.5.1Unfancy JavaScriptDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
event-lite • 0.1.3Light-weight EventEmitter (less than 1KB when gzipped)INDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
int64-buffer • 0.1.1064bit Long Integer on Buffer/Array/ArrayBuffer in Pure JavaScriptINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.0YAML 1.2 parser and serializerDIRECT3
js2coffee • 2.2.0JavaScript to CoffeeScript compilerDIRECT16
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
minimist • 1.2.8parse argument optionsINDIRECT0
msgpack-lite • 0.1.26Fast Pure JavaScript MessagePack Encoder and DecoderDIRECT4
nofilter • 1.0.4Read and write a growable buffer as a streamINDIRECT0
optionator • 0.8.3option parsing and help generationINDIRECT6
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
read-input • 0.3.1Easily read from stdin or files.INDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
warraysorted • 0.3.353Collection of cross-platform routines to operate effectively sorted arrays. For that ArraySorted provides customizable quicksort algorithm and a dozen functions to optimally find/add/remove single/multiple elements into a sorted array, add/remove sorted aINDIRECT1
warraysparse • 0.3.318Collection of cross-platform routines to operate effectively sparse array. A sparse array is an vector of intervals which splits number space into two subsets, internal and external. ArraySparse leverage iterating, inverting, minimizing and other operatioINDIRECT1
wblueprint • 0.3.313Classes defining tool on steroids. Make possible multiple inheritances, removing fields in descendants, defining the schema of structure, typeless objects, generating optimal code for definition, and many cool things alternatives cant do.INDIRECT1
wcloner • 0.3.383Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.INDIRECT4
wCopyable • 0.4.404Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.DIRECT15
wequaler • 0.5.322Collection of cross-platform routines to compare two complex structures. The module can answer questions: are two structures equivalent? are them identical? what is the difference between each other? Use the module avoid manually work and cherry picking.INDIRECT11
wlooker • 0.3.347Collection of routines to traverse complex data structure. The module takes care of cycles in a data structure( recursions ) and can be used for comparison, cloning, serialization or operation on several similar data structures. Many other modules based oINDIRECT1
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
wpathbasic • 0.7.237Collection of cross-platform routines to operate paths reliably and consistently. PathBasic leverages parsing, joining, extracting, normalizing, nativizing, resolving paths. Use the module to get uniform experience from playing with paths on different plaINDIRECT1
wpathtools • 0.5.230Collection of cross-platform routines to operate paths reliably and consistently. Implements routines for manipulating paths maps and globing. Extends module PathBasic.INDIRECT7
wProto • 0.4.405Relations module. Collection of cross-platform routines to define classes and relations between them. Proto leverages multiple inheritances, mixins, accessors, fields groups defining, introspection and more. Use it as a skeleton of the application.INDIRECT2
wreplicator • 0.3.236Collection of cross-platform routines to replicate a complex data structure. It traverses input data structure deeply producing a copy of it.INDIRECT2
wselector • 0.3.331Collection of cross-platform routines to select a sub-structure from a complex data structure. Use the module to transform a data structure with the help of a short query string.INDIRECT10
wstringer • 0.3.311Stringer nicely stringifies structures does not matter how complex or cycled them are. Convenient tool for fast diagnostic and inspection of data during development and in production. Use it to see more, faster. Refactoring required.INDIRECT1
wstringsextra • 0.3.346Collection of sophisticated routines for operations on Strings. StringsToolsExtra leverages analyzing, parsing and formatting of String for special purposes.INDIRECT5
wTools • 0.8.1241Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.DIRECT0
wtraverser • 0.3.286Collection of cross-platform routines to traverse data structures, no matter how compex and cycled them are. Traverser may be used to inspect data, make some transformation or duplication. Traverser relies on class relations definition for traversing. UseINDIRECT3
BSD-2-Clause5
PackageRelationDependenciesPublished
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
bson • 4.0.4A bson parser for node.js and the browserDIRECT4
long • 4.0.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/wgdf)](https://licenses.dev/npm/wgdf)
<a href="https://licenses.dev/npm/wgdf">
  <img src="https://licenses.dev/b/npm/wgdf" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.329 version:

[![licenses](https://licenses.dev/b/npm/wgdf/0.3.329)](https://licenses.dev/npm/wgdf/0.3.329)
<a href="https://licenses.dev/npm/wgdf/0.3.329">
  <img src="https://licenses.dev/b/npm/wgdf/0.3.329" alt="licenses" />
</a>
GitHub