Node.js native addon build tool
app-builder precompiled binaries
parser for xcodeproj/project.pbxproj files
a streaming zip archive generator.
A cache object that deletes the least-recently-used items.
Interact with Xcode
This repository provides native TensorFlow execution in backend JavaScript applications under the Node.js runtime, accelerated by the TensorFlow C binary under the hood. It provides the same API as [TensorFlow.js](https://js.tensorflow.org/api/latest/).
Creating Electron app packages
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Detect the archive type of a Buffer/Uint8Array
a streaming interface for archive generation
Require hook for automatic V8 compile cache persistence
A simple key/value storage using files to persist the data
A package that provides 'Sign in with Apple' capability for Expo and React Native apps.
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
hint for HTTP caching related best practices
Codesign Electron macOS apps
Require hook for automatic V8 compile cache persistence
Detect the archive type of a Buffer/Uint8Array
pbxproj parser
Tiny and fast Tar utils for any JavaScript runtime!
LRU and FIFO caches for Client or Server
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
TypeScript definitions for http-cache-semantics
Native targets cache for Xcode archive builds.
a cache tool that can reduce xcode archive time
CarthageCache generate a hash key based on the content of your Cartfile.resolved and checks if there is a cache archive (a zip file of your Carthage/Build directory) associated to that hash. If there is one it will download it and install it in your project avoiding the need to run carthage bootstrap. ----------------------Thanks Mr.Blas but now we are facing dependency conflict with Fastlane 2.144-------------------- What I want to solve: Dependency conflict with Fastlane 2.144 What I did: 1. Changed name of this gem to "carthage_cache_res" 2. Fixed runtime dependencies: aws-sdk < 3, commander = 4.3.8 3. Changed system dependency versions: ruby > 2.6, xcode 11.x