@ganesha/caching
Version:
xxHash-addressable cacache for transpiled code in your XDG data dir.
22 lines • 455 B
JSON
{
"name": "@ganesha/caching",
"type": "module",
"main": "caching.mjs",
"version": "1.0.0",
"description": "xxHash-addressable cacache for transpiled code in your XDG data dir.",
"keywords": [
"cache",
"cacache",
"xdg",
"xxhash"
],
"dependencies": {
"cacache": "^18.0.2",
"@folder/xdg": "^4.0.1",
"hash-wasm": "^4.11.0",
"mkdirp": "^3.0.1"
},
"scripts": {
"release": "ubik release --otp 000000"
}
}