UNPKG
timed-cache
Version:
latest (2.0.0)
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.3
A minimalist time-based caching system.
github.com/HQarroum/timed-cache
HQarroum/timed-cache
timed-cache
/
.eslintrc.json
11 lines
(10 loc)
•
138 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
,
"sourceType"
:
"module"
}
,
"env"
:
{
"es2021"
:
true
,
"node"
:
true
}
}