MIT licensed packages
Popular open-source packages distributed under the MIT license.
1,160 packages
Turns an AST into code.
Match balanced character pairs, like "{" and "}"
Timing safe string compare using double HMAC
Get an iterator for any JS language value. Works robustly across all environments, all versions.
Type-safe REST API clients for .NET, generated from annotated interfaces with build-time source generation, direct request construction, System.Text.Json defaults, and support for trimming and AOT.
Allow parsing of export default from
Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol
TypeScript definitions for istanbul-lib-report
Add a __source prop to all JSX Elements
plug'n'play resolver for Webpack
Range header field string parser
This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).
Turn node's process.version into something useful.
No description provided.
Babel plugin to generate native module and view manager code for React Native.
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT
No description provided.
Runtime typescript and ESM support for Node.js
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
WASM's Bytecode constants
Type definitions and documentation for Bun, an incredibly fast JavaScript runtime
Import a module while bypassing the cache
Traverse an ESTree-compliant AST
Create a stream that emits events from multiple other streams
Parse CSS color values
Set a function's length property
Polyfill for the URLPattern API
Reusable require and Node resolution utilities library for Expo
Validate identifier/keywords name
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.