Test ast node on some condition
Get stdout window width, with two fallbacks, tty and then a default.
an identity object using ES6 proxies
Return a function which tests if every element in an array-like object passes a test condition.
A slimmed version of the Statsig Node.js SDK.
Internal Lexical utilities shared across packages. Do not import directly; no semver guarantees apply to its API.
Universal Children Definition for React Components
Transform stream that gunzips its input if it is gzipped and just echoes it if not
Vega expression parser and code generator.
Enforce a visual complexity of the code
recursively Object.freeze() objects and functions
HPACK implementation
random fill from browserify stand alone
Read SSM parameters from a .env file or serverless.yml instead of AWS
A socket implementation that can run on Cloudflare Workers using native TCP connections.
protobuf-style varint bytes - use msb to create integer values of varying sizes
Self-host the JetBrains Mono font in a neatly bundled NPM package.
Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST
A pure JavaScript implementation of the AES block cipher and all common modes of operation.
Now stdin and stdout are files.
输入文件:
JSDev is a simple JavaScript preprocessor. It implements a tiny macro language that is written in the form of tagged comments. These comments are normally ignored, and will be removed by JSMin. But JSDev will activate these comments, replacing them with executable forms that can be used to do debugging, testing, logging, or tracing. JSDev scans a source looking for and replacing patterns. A pattern is a slashstar comment containing a tag and some stuff, and optionally a condition wrapped in parens. There must be no space between the slashstar and the <tag>.
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
Simple library to wait until a condition has been satisfied.