react-shields.io
Version:
Shields.io for react component, Quality metadata badges for open source projects.
43 lines (34 loc) • 1.89 kB
JavaScript
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
import _inherits from "@babel/runtime/helpers/esm/inherits";
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
import Container from '../common/Container';
import Issues from './Issues';
import Size from './Size';
import Downloads from './Downloads';
import Activity from './Activity';
import Version from './Version';
import License from './License';
import Analysis from './Analysis';
import Social from './Social';
var Github = /*#__PURE__*/function (_Container) {
_inherits(Github, _Container);
var _super = _createSuper(Github);
function Github() {
_classCallCheck(this, Github);
return _super.apply(this, arguments);
}
return Github;
}(Container);
Github.Issues = Issues;
Github.Size = Size;
Github.Activity = Activity;
Github.Downloads = Downloads;
Github.Version = Version;
Github.License = License;
Github.Analysis = Analysis;
Github.Social = Social;
export { Github as default };
//# sourceMappingURL=Github.js.map