tootallnate
@tootallnate
45
Published Tools
0
Total Stars
0
Weekly Downloads
100/100
Avg Security
Published Tools
53 Skillsacross 3 categoriessuperagent-proxy
tootallnate
`Request#proxy(uri)` superagent extension
bindings
tootallnate
Helper module for loading your native module's .node file
ansi
tootallnate
Advanced ANSI formatting tool for Node.js
browserify-single-file
tootallnate
Runs browserify transforms/plugins on a single file. Useful for make pipeline tasks.
dom-serialize
tootallnate
Serializes any DOM node into a String
custom-event
tootallnate
Cross-browser `CustomEvent` constructor
bounding-client-rect
tootallnate
Cross-browser `getBoundingClientRect()` for all Node types
ttys
tootallnate
Guaranteed read and write streams to the terminal
component-props
tootallnate
Parse immediate identifiers from a js expression
stat-mode
tootallnate
Offers convenient getters and setters for the stat `mode`
file-uri-to-path
tootallnate
Convert a file: URI to a file path
get-document
tootallnate
Returns the `document` object from a DOM object
within-document
tootallnate
Check if an element is within the document
load-styles
tootallnate
Add a CSS <style> tag to the document's <head> node
component-query
tootallnate
Query the DOM with selector engine fallback support
click-outside
tootallnate
The inverse of the DOM "click" event
has-translate3d
tootallnate
Feature detection of css translate3d
pcre-to-regexp
tootallnate
Converts PCRE regexp strings to JavaScript RegExp instances
block-elements
tootallnate
Array of "block level elements" defined by the HTML specification
get-window
tootallnate
Returns the `window` object from a DOM object
speaker
tootallnate
Output PCM audio data to the speakers
stream-parser
tootallnate
Generic interruptible "parser" mixin for Transform & Writable streams
weak
tootallnate
Make weak references to JavaScript Objects.
util-deprecate
tootallnate
The Node.js `util.deprecate()` function with browser support
ffi
tootallnate
A foreign function interface (FFI) for Node.js
component-bind
tootallnate
function binding utility
component-indexof
tootallnate
Microsoft sucks
function-name
tootallnate
Set the "name" property of `function` objects
to-function
tootallnate
Convert property access strings into functions
component-file-picker
tootallnate
File picker component
@zeit/fetch-retry
tootallnate
A layer on top of `fetch` (via [node-fetch](https://www.npmjs.com/package/node-fetch)) with sensible defaults for retrying to prevent common errors.
keypress
tootallnate
Make any Node ReadableStream emit "keypress" events
mutation-observer
tootallnate
Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.
array-index
tootallnate
Invoke getter/setter functions on array-like objects
applescript
tootallnate
Easily execute arbitrary AppleScript code on OS X through NodeJS.
gnode
tootallnate
Run node with ES6 Generators, today!
dom-support
tootallnate
Test browser rendering/styling quirks. Extracted from jQuery
superagent-oauth
tootallnate
Tiny superagent plugin to easily sign requests with node-oauth.
notification
tootallnate
Notification component for the client (growl-like)
icy
tootallnate
Node.js module for parsing and/or injecting ICY metadata
path-array
tootallnate
Treat your $PATH like a JavaScript Array
time
tootallnate
"time.h" bindings for Node.js
events-component-2
tootallnate
Higher level dom event management with direct and delegate event handling support.
async-throttle
tootallnate
Throttle asynchronous Promise-based tasks
progress-event
tootallnate
Cross-browser `ProgressEvent` constructor
wav
linusu
`Reader` and `Writer` streams for Microsoft WAVE audio files
agent-base
GitHub Actions
Turn a function into an `http.Agent` instance
@react-tela/terminal
GitHub Actions
A [react-tela](https://github.com/TooTallNate/react-tela) component that renders a terminal emulator on a Canvas2D surface using [xterm.js](https://xtermjs.org/) (headless).
header-stack
A `StreamStack` subclass that parses headers until an emtpy line is found.
plist
mreinstein
Apple's property list parser/builder for Node.js and browsers
@httptoolkit/proxy-agent
pimterry
Maps proxy protocols to `http.Agent` implementations
@httptoolkit/socks-proxy-agent
pimterry
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
@tootallnate/once
GitHub Actions
Creates a Promise that waits for a single event