UNPKG

@meteorjs/reify

Version:

Enable ECMAScript 2015 modules in Node today. No caveats. Full stop.

16 lines (12 loc) 266 B
"use strict"; class PkgInfo { constructor() { this.cache = Object.create(null); this.cachePath = null; this.config = null; this.path = null; this.range = null; } }; Object.setPrototypeOf(PkgInfo.prototype, null); module.exports = PkgInfo;