Simple JavaScript object validation
Expo Plugin which enables Android apps to be inspected by Proxyman
react-trace plugin: Monaco-powered source code preview for inspected components
react-trace plugin: open inspected component source in your code editor
hotkeys, inspected by jaywcjlove/hotkeys
Wrap your Anthropic / OpenAI client. Every tool call is inspected by Agent Warden before it runs.
A Promise that can be settled and inspected by third-parties
Allows props history of a React component to be inspected in tests
BEToken creates credentials that cannot be inspected by anyone but issuer.
Register a generator to Plop for setting up well-inspected GitHub rulesets
Some super handy utilities for quickly getting the view, controller, or model for an inspected element in modern browsers.
A CSS Modules transform to extract local aliases for inline imports
sprintf formatting targetted for CLI
Utility to subscribe to one or more Redis channels at a time and store all messages received on subscribed channels. Messages can then be inspected
The `aki-angular-secure-config` is a new npm package developed to address a security vulnerability in Angular applications. This package ensures that sensitive configuration data in `config.json` is protected from being inspected or extracted via browser
Exposes stats about the libuv default loop
Components to manage animations for SolidJS
[](https://www.npmjs.com/package/@softwaretechnik/dbml-renderer) [
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
X-ray vision for async Rust - inspect and debug async state machines
Pure Rust VM disk toolkit with beautiful output, Windows registry parsing, and VM migration support
Sumac: bring out what your tools can do — bridge skills, MCP, and APIs into reusable agent, terminal, and automation workflows
Senior SysAdmin, Network Admin, Data Analyst, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio, Ollama, and other local OpenAI-compatible runtimes that runs 100% on your own silicon. Reads repos, edits files, runs builds, inspects full network state and workstation telemetry, and runs real Python/JS for data analysis.
Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Browser automation for AI agents. Single binary, zero deps, CDP direct to Chrome.
Traits and default implementations for inspecting values with imgui.
Traits and default implementations for inspecting values with imgui.
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: ``` { "message": "page not found" } ``` # Versioning The API is usually changed in each release, so API calls are versioned to ensure that clients don't break. To lock to a specific version of the API, you prefix the URL with its version, for example, call `/v1.30/info` to use the v1.30 version of the `/info` endpoint. If the API version specified in the URL is not supported by the daemon, a HTTP `400 Bad Request` error message is returned. If you omit the version-prefix, the current version of the API (v1.42) is used. For example, calling `/info` is the same as calling `/v1.42/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine. The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break when talking to newer daemons. # Authentication Authentication for registries is handled client side. The client has to send authentication details to various endpoints that need to communicate with registries, such as `POST /images/(name)/push`. These are sent as `X-Registry-Auth` header as a [base64url encoded](https://tools.ietf.org/html/rfc4648#section-5) (JSON) string with the following structure: ``` { "username": "string", "password": "string", "email": "string", "serveraddress": "string" } ``` The `serveraddress` is a domain/IP without a protocol. Throughout this structure, double quotes are required. If you have already got an identity token from the [`/auth` endpoint](#operation/SystemAuth), you can just pass this instead of credentials: ``` { "identitytoken": "9cbaf023786cd7..." } ```
Parse any tensor format, recover any precision — framework-agnostic FP8/GPTQ/AWQ/BnB dequantization, NPZ parsing, and PyTorch .pth conversion for Rust
MCP server for inspecting Claude Code subagent execution logs
Offline encoder/decoder for CS2 masked inspect URLs — pure Rust, no dependencies
InspectedBy is a code review tool based on Git
Got a heap dump? Great. Use this tool to see what's in it!
Module to define equality, equivalence and inspection methods
This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match.
Pretty Inspect can be used anywhere Object::inspect can be used, and produces a more human readable representation of the object. It can be called as: object.pretty_inspect object.pretty_inspect(n), where n is the maximum depth to display
WIRB adds syntax highlighting for inspected Ruby objects - from core and default gems
Inspect and process video or audio files
Inspect with a bang!
Video Transcoding is a package of tools to transcode, inspect and convert videos.
To inspect android application file with danger.
Build and Inspect FIX Messages with RSpec and Cucumber steps
Readable BigDecimal#inspect output
No description provided.
No description provided.
No description provided.
No description provided.