@git-temporal/git-temporal-react
Version:
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
58 lines (57 loc) • 1.85 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const fiveCommits_1 = __importDefault(require("testHelpers/mocks/fiveCommits"));
const authorsAndStats = {
authors: [
{
authorName: 'Dan Abramov',
authorEmails: ['dan.abramov@gmail.com', 'gaearon@fb.com'],
linesAdded: 129276,
linesDeleted: 104642,
commits: fiveCommits_1.default,
},
{
authorName: 'Paul O’Shannessy',
authorEmails: ['paul@oshannessy.com'],
linesAdded: 80522,
linesDeleted: 125411,
commits: fiveCommits_1.default,
},
{
authorName: 'Brian Vaughn',
authorEmails: ['bvaughn@fb.com', 'brian.david.vaughn@gmail.com'],
linesAdded: 70314,
linesDeleted: 74382,
commits: fiveCommits_1.default,
},
{
authorName: 'Andrew Clark',
authorEmails: ['acdlite@me.com', 'acdlite@fb.com'],
linesAdded: 82409,
linesDeleted: 51329,
commits: fiveCommits_1.default,
},
{
authorName: 'Ben Alpert',
authorEmails: [
'ben@benalpert.com',
'balpert@fb.com',
'spicyjalapeno@gmail.com',
],
linesAdded: 79669,
linesDeleted: 32243,
commits: fiveCommits_1.default,
},
],
totalLinesAdded: 442190,
totalLinesDeleted: 388007,
totalCommits: 3211,
maxImpact: 233918,
maxCommits: 919,
authorsContainerSort: 'lines',
highlightedCommitIds: [],
};
exports.default = authorsAndStats;