index.js 342 B

1234567891011121314151617
  1. /*
  2. * node-cache 4.2.1 ( 2019-07-24 )
  3. * https://github.com/mpneuried/nodecache
  4. *
  5. * Released under the MIT license
  6. * https://github.com/mpneuried/nodecache/blob/master/LICENSE
  7. *
  8. * Maintained by ( )
  9. */
  10. (function() {
  11. var exports;
  12. exports = module.exports = require('./lib/node_cache');
  13. exports.version = '4.2.1';
  14. }).call(this);