27 packages
angular-api-factory
Gets an object literal with a desired API's structure and based on it, creates a well defined interface to handle ajax calls ($http).
clean-special-chars
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
cliss
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
convert-excel-to-json
Convert Excel to JSON
data-query
Query / Filter a set of Object Literal (‘JSON’), that could be an Array or Object Literal.
for-each-property
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,
for-each-property-deep
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
image-data-uri
Library to easily decode/encode Data URI images
inspect-function
Inspects a function and returns informations about it (e.g. name, parameters names, parameters and default values, signature)
inspect-parameters-declaration
Inspects function's parameters declaration and returns information about it (e.g. names, default values, if needs destructuring, destructured parameters names and default values)