awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ehmicky avatar

ehmicky/global-cache-dir

0
View on GitHub↗
6 stars·1 fork·JavaScript·MIT·7 vues

Global Cache Dir

Get the global cache directory.

Features

  • Filesystem Utilities - Get the OS-specific global cache directory.

Historique des stars

Graphique de l'historique des stars pour ehmicky/global-cache-dirGraphique de l'historique des stars pour ehmicky/global-cache-dir

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Global Cache Dir

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Global Cache Dir.
  • bevry/istextorbinaryAvatar de bevry

    bevry/istextorbinary

    157Voir sur GitHub↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    TypeScript
    Voir sur GitHub↗157
  • isaacs/node-graceful-fsAvatar de isaacs

    isaacs/node-graceful-fs

    1,302Voir sur GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    Voir sur GitHub↗1,302
  • isaacs/rimrafAvatar de isaacs

    isaacs/rimraf

    5,846Voir sur GitHub↗

    rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem

    TypeScript
    Voir sur GitHub↗5,846
  • bcoe/any-pathAvatar de bcoe

    bcoe/any-path

    4Voir sur GitHub↗

    For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).

    JavaScript
    Voir sur GitHub↗4
Voir les 23 alternatives à Global Cache Dir→

Questions fréquentes

Que fait ehmicky/global-cache-dir ?

Get the global cache directory.

Quelles sont les fonctionnalités principales de ehmicky/global-cache-dir ?

Les fonctionnalités principales de ehmicky/global-cache-dir sont : Filesystem Utilities.

Quelles sont les alternatives open-source à ehmicky/global-cache-dir ?

Les alternatives open-source à ehmicky/global-cache-dir incluent : bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. isaacs/node-graceful-fs — fs with incremental backoff on EMFILE. isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… moxystudio/node-proper-lockfile — An inter-process and inter-machine lockfile utility that works on a local or network file system. bcoe/any-path — For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating…