No description provided.
Unit tests for Team Culture
Actions artifact lib
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Part of [electron-builder](https://github.com/electron-userland/electron-builder).
OCI NodeJS client for Artifacts Service
OCI NodeJS client for Generic Artifacts Content Service
istanbul reports
Generate TeamCity service messages.
Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Core istanbul API for JS code coverage
Helper functions for V8 coverage files.
A Babel Plugin for use with Relay applications.
Retrieve function name and line number from a function reference
Exposes TS-importable artifacts (bytecode + ABIs) of L1 contracts.
Determines if an object can be used as an array
AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native
JavaScript build tool, similar to Make or Rake
An SDK for remote artifact caching on Vercel
<img src="https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/logo.png" alt="drawing" width="100"/>
[](https://travis-ci.org/fireflysemantics/join)
browserify version of publicEncrypt & privateDecrypt
browserify-des ===
Travis build artifacts tools
A simple project to test auto building and release using GitHub and Travis-CI. The goal is to fully automate test, build, and release as the result of a tag push. The release needs to have release artifacts including the gem, docs, and release notes.
mtime_cache creates a cache of file modification times, based on a glob pattern. If a cache exists it updates unchanged files (unchanged based on MD5 hash) with the time from the cache. This is useful if you cache your build artifacts for a build process which detects changes based on source modification time (such as most C or C++ build systems) on a continuous integration service (such as Travis CI), which clones the repo for every build. When the repo is cloned, all source files have a modification time equal to the current time, making the cached build artifacts (for example .o files) obsolete. mtime_cache allows you to cache the modification times of the files, enabling a minimal rebuild for each clone.