@visulima/find-cache-dir
Version:
Finds the common standard cache directory
56 lines • 1.19 kB
JSON
{
"name": "@visulima/find-cache-dir",
"version": "2.0.7",
"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": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">=20.19 <=25.x"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}