find-cache-dir
Cache locator
Finds and returns the standard cache directory for a given project name
Finds the common standard cache directory
151 stars
3 watching
24 forks
Language: JavaScript
last commit: 9 months ago cachenodejsnpm
Related projects:
Repository | Description | Stars |
---|---|---|
linusu/node-cachedir | Provides a function to determine the best location to store cache files based on the user's operating system. | 26 |
sindresorhus/pkg-dir | Finds the root directory of a Node.js project or npm package | 235 |
sindresorhus/find-up | A utility library for finding files or directories by walking up parent directories | 582 |
sindresorhus/find-up-cli | A utility for finding files by walking up parent directories | 39 |
sindresorhus/package-up | Finds the closest package.json file in a directory tree | 159 |
sindresorhus/pkg-dir-cli | A tool that finds the root directory of a Node.js project or package | 24 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/os-locale | A package to get the system locale information | 225 |
sindresorhus/npm-name-cli | Checks package or organization name availability on npm | 285 |
sindresorhus/latest-version-cli | A tool to find the latest version of an npm package | 53 |
sindresorhus/memoize | Caches function results to speed up repeated calls with identical inputs | 1,089 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/del | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,325 |
sindresorhus/make-dir | Creates directories and their parents if needed | 474 |
sindresorhus/read-package-up | Finds the closest package.json file and returns its contents | 258 |