/
var
/
www
/
flurhymez
/
node_modules
/
ajv
/
lib
/
/var/www/flurhymez/node_modules/ajv/lib
mkdir
upload
Name
Size
Mode
Actions
compile/
-
0755
rm
dot/
-
0755
rm
dotjs/
-
0755
rm
refs/
-
0755
rm
ajv.d.ts
13221
0644
edit
dl
rm
ajv.js
15837
0644
edit
dl
rm
cache.js
409
0644
edit
dl
rm
data.js
1048
0644
edit
dl
rm
definition_schema.js
872
0644
edit
dl
rm
keyword.js
3911
0644
edit
dl
rm
Edit:
/var/www/flurhymez/node_modules/ajv/lib/cache.js
(409B)
'use strict'; var Cache = module.exports = function Cache() { this._cache = {}; }; Cache.prototype.put = function Cache_put(key, value) { this._cache[key] = value; }; Cache.prototype.get = function Cache_get(key) { return this._cache[key]; }; Cache.prototype.del = function Cache_del(key) { delete this._cache[key]; }; Cache.prototype.clear = function Cache_clear() { this._cache = {}; };
Save
cmd:
run