UNPKG

@visulima/find-cache-dir

Version:

Finds the common standard cache directory

77 lines 1.63 kB
{ "name": "@visulima/find-cache-dir", "version": "1.0.31", "description": "Finds the common standard cache directory", "keywords": [ "visulima", "find-cache", "find-cache-directory", "find-cache-dir" ], "homepage": "https://visulima.com/packages/find-cache-dir", "bugs": { "url": "https://github.com/visulima/visulima/issues" }, "repository": { "type": "git", "url": "git+https://github.com/visulima/visulima.git", "directory": "packages/find-cache-dir" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/prisis" }, { "type": "consulting", "url": "https://anolilab.com/support" } ], "license": "MIT", "author": { "name": "Daniel Bannert", "email": "d.bannert@anolilab.de" }, "sideEffects": false, "type": "module", "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "./package.json": "./package.json" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "browser": "./dist/index.mjs", "types": "dist/index.d.ts", "typesVersions": { ">=5.0": { ".": [ "./dist/index.d.ts" ] } }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "dependencies": { "@visulima/fs": "3.1.5", "@visulima/path": "1.4.0" }, "engines": { "node": ">=18.0.0 <=23.x" }, "publishConfig": { "access": "public", "provenance": true } }