diegozoracky


  • Query / Filter a set of Object Literal (‘JSON’), that could be an Array or Object Literal.

    published version 2.3.3, 7 years ago
  • Converts accented letters to its cleaned form like 'Ã' to 'A', 'ç' to 'c', '&!*' to '', etc. All spaces will be converted to '-' and the text is returned in Lower Case

    published version 1.0.7, 9 years ago
  • Creates an object structure based on a Path defined in an Array structure or String written in dot notation, e.g. 'objParent.objChild.objDeep', or with any delimiter that can be defined as a parameter, e.g. 'objParent|objChild|objDeep'. It can return a ne

    published version 2.0.2, 8 years ago
  • Multiple replaces on String (text) based on a predefined rules defined as a parameter. Useful in cases where a String template is being used. Also it can be a lightweight solution for HTML templates.

    published version 1.0.2, 10 years ago
  • Gets an object literal with a desired API's structure and based on it, creates a well defined interface to handle ajax calls ($http).

    published version 0.1.4, 9 years ago
  • API Factory using 'request-promise' module as engine

    published version 0.1.0, 9 years ago
  • Library to easily decode/encode Data URI images

    published version 2.0.1, 5 years ago
  • Convert Excel to JSON

    published version 1.7.0, 4 years ago
  • It reuses the same connection objects (creating only one connection pool per connectionURI) and collection instances, avoiding the creation of many, unnecessary, connections pools to a same connectionURI. Also provides an easy way to specify N collections

    published version 1.0.6, 8 years ago
  • Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one

    published version 1.3.0, 7 years ago
  • Generates automatically CLI interfaces for any module.

    published version 0.5.0, 8 years ago
  • Inspects a function and returns informations about it (e.g. name, parameters names, parameters and default values, signature)

    published version 0.4.0, 6 years ago
  • Creates RegExp from a string, e.g. `/string/gi` and provides some utils to work with RegExp as strings, for example, to extract multi RegExps defined within a same string, e.g. `/Rock/, /and/, /roll/i`.

    published version 0.1.0, 8 years ago
  • Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil

    published version 0.2.1, 6 years ago
  • Splits a String into an Array of substrings with the option to skip some cases where the separator is found, based on some truthy condition.

    published version 0.0.5, 7 years ago
  • Unpacks the content found within a text, delimited by an opening char and a closing char, e.g., 'Can extract (only the content found here within these parentheses)'

    published version 0.0.4, 7 years ago
  • Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,

    published version 0.0.4, 8 years ago
  • Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an

    published version 0.0.3, 8 years ago
  • Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)

    published version 0.0.7, 6 years ago
  • Stringifies function's parameters definition

    published version 0.0.7, 6 years ago
  • Inspects function's parameters declaration and returns information about it (e.g. names, default values, if needs destructuring, destructured parameters names and default values)

    published version 0.1.0, 6 years ago
  • Transforms object's properties into an array of arguments tailored for a specific function, respecting the expected order and handling destructuring and rest parameters when needed.

    published version 0.1.0, 6 years ago
  • CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Sup

    published version 0.0.9, 4 years ago
  • OpenAPI client generator. Creates at runtime a fully functional api client based on an OpenAPI Specification. Providing automatic methods creation parameters definitions and validations.

    published version 0.0.8, 6 years ago
  • Converts AWS S3 files from CSV to JSON lines via stream with support to gzip for both input and output. Ready to be used as a Node.js module, as a Lambda or via CLI.

    published version 0.0.8, 6 years ago
show more packages