Install a Node.js module from any public/private repository easily.
Parse repository URLs to extract, SCM platform, domain, user, and project information.
Fast and almost Gaussian blur by Mario Klingemann
A simple server-side API for mixpanel
This is lightweight memory stream module for node.js.
read and write binary structures and data types
A per-spec XML serializer implementation
Detect Node.JS (as opposite to browser environment). ESM modification
Node.js releases data
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
A pure JS HTTP parser for node.
AWS credential provider that sources credentials from a Node.JS environment.
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Metapackage which bundles opentelemetry node core and contrib instrumentations
A tool to check if a specific path is a git repository
OpenTelemetry instrumentation for `mongodb` database client for MongoDB
OpenTelemetry instrumentation for `mysql2` database client for MySQL
better fetch for Node.js. Works on any JavaScript runtime!
A tool for respawning node binaries when special flags are present.
Sentry Node-Core SDK
OpenTelemetry instrumentation for `knex` database SQL query builder
OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ
Sentry Node SDK using OpenTelemetry for performance instrumentation
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
Diff and patch tables
Diff and patch tables