Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
har-validator
/
node_modules
/
ajv
/
lib
/
File Content:
cache.js
'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 = {}; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
compile
---
0755
dot
---
0755
dotjs
---
0755
refs
---
0755
ajv.d.ts
13221 bytes
0644
ajv.js
15837 bytes
0644
cache.js
409 bytes
0644
data.js
1048 bytes
0644
definition_schema.js
872 bytes
0644
keyword.js
3911 bytes
0644
N4ST4R_ID | Naxtarrr