index.js 342 B

123456789101112131415161718
  1. /*
  2. * node-cache 4.1.1 ( 2018-01-31 )
  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.1.1';
  14. }).call(this);