Packages 25
Description
Join pathes, return undefined if resulting path is not inside of the first path.
Publisher
Description
Express middleware that adds commenting/chatting capabilities to the app.
Publisher
Description
Check in example folder.
Publisher
Description
Format/parse time durations using string patterns in nodejs or browser. Time duration is simply a number of milliseconds, it has no start or end.
Publisher
Description
Format/parse dates using string patterns in nodejs/browser.
Publisher
Description
Cache items from list where the next/prev item is obtained through last/first item.
Publisher
Description
Solve systems of linear equations using gaussian elimination method.
Publisher
Description
Array based vectors in any number of dimensions.
Publisher
Description
Authentication by json web token in cookie. Supports basic and bearer but main focus is on cookieToken.
Publisher
Description
Wrapper around data-net that adds 'events' field (EventEmitter) to nodes, edges and graph
Publisher
Description
Get a promise for a flat array of files from the 'drop' event, like `<input type="file"/>.files`.
Publisher
Description
Example: ``` const express = require('express') const { asyncExpress } = require('../async-express') const formidable = require('formidable') const { parseFormData, redirectFileParts } = require('../../util/handle-form-data')
Publisher
Description
``` const eventsAwaiter = new EventsAwaiter() eventsAwaiter.addEvent(someEventEmitter, 'done') eventsAwaiter.addEvent(writeStream, 'finish') // maker sure all of the events are added before awaitEvents const results = await eventsAwaiter.awaitEvents() //
Publisher
Description
Automate components management routine
Publisher
Description
Get child as the first argument in events emitted by children, chache children's event handlers (in WeakMaps) to avoid superfluous renders.