Config files for FINN JavaScript style
Super-simple wrapper around addEventListener and attachEvent (old IE). Does not handle different Event-objects.
Expose Brakes metrics as Prometheus data
A simple Node.js module to create a war-/jar-package and install/deploy to a local/remote Maven repository
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Standard library
Determine if the JS environment has BigInt support.
Determine if the current node version supports the `--preserve-symlinks` flag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Does this JS environment support the `name` property on functions?
ESLint JavaScript language implementation
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
modernize node.js to current ECMAScript standards
JavaScript sprintf implementation
Parses CSS inline style to JavaScript object (camelCased).
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
return the first event in a set of ee/event pairs
core-js compat
Info about node `exports` field support: version ranges, categories, etc.
Check if a protocol requires a certain port number to be added to an URL.
Import with sanity.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.