Convert a JavaScript function into a stringified JSON string.
Leismore ShortID Generator (CLI) is a command-line tool for generating new Leismore ShortIDs.
An Express.js HTTP handler of authentication and authorization services for self-owned LMOS (NodeJS) applications.
Leismore ShorterID Generator (CLI) is a command-line tool for generating new Leismore ShorterIDs.
A general error handler for LMOS for Node.js project
Examples of all primitive values in JavaScript. Defined for writing unit test.
A command-line tool to generate cryptography tokens.
A JavaScript function that converts a string into a series of fixed-length string chunks divided by a given separator.
A error handler function for LMError (https://github.com/leismore/LMError) NodeJS.
An error handler function for the standard JavaScript Error.
An Error class for LMOS for Node.js project
A Node.js and Express.js handler function for non-allowed-HTTP-methods.
A command line tool to generate UUID version 4 codes.
A general HTTP Response class for LMOS for Node.js project
An authentication token class.
A NodeJS package: PlainText class.
A general HTTP-GET request handler (echo) for Node.js & Express.js applications. It sends HTTP 204 (means *I am working*) for any HTTP-GET request.
A class for password handling.
The Cryptographical Token Generator (CLI). This program generate URL friendly (BASE58) pseudo-random token.
Short UID Generator (Command Line Tool). This program generates URL-friendly ( a-z A-Z 0-9 and - _ ) unique ID. DO NOT USE IT WITH CRYPTOGRAPHICAL PURPOSE!
The function converts anything into an object of Error (or subclasses) class. If `error` is an object of Error (or subclasses) class, it returns the original `error` object. With any other type, it will convert it into a string first and then an Error obj