`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
backwards compatible version of builtin events.listenercount
A node- and browser-ready async counterpart of Array.prototype.forEach
A simple function that makes a counter-based promise, which can be incremented and decremented, and it resolves once its counter reaches zero.
keeps track of how many bytes have been written to a stream
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.
A tiny and fast text wrap library which takes ANSI escapes into account.
Detect if a user is from a country around the European Union (EU) area
A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
Filter accounts plugin for auto
C markdown implementation using discount
sloc is a simple tool to count SLOC (source lines of code)
Pure node.js library for comparing PNG-images, taking into account human color perception.
PostCSS plugin to discard overridden @keyframes or @counter-style.
PostCSS plugin to discard overridden @keyframes or @counter-style.
Get index of character after which variable 'word' must be broken given variable 'length' (accounts for wide characters).
translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with any count of arguments
Simple promise based counting semaphore