source: trip-planner-front/node_modules/@babel/helper-compilation-targets/lib/targets.js@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 560 bytes
RevLine 
[6a3a178]1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.browserNameMap = exports.unreleasedLabels = void 0;
7const unreleasedLabels = {
8 safari: "tp"
9};
10exports.unreleasedLabels = unreleasedLabels;
11const browserNameMap = {
12 and_chr: "chrome",
13 and_ff: "firefox",
14 android: "android",
15 chrome: "chrome",
16 edge: "edge",
17 firefox: "firefox",
18 ie: "ie",
19 ie_mob: "ie",
20 ios_saf: "ios",
21 node: "node",
22 op_mob: "opera",
23 opera: "opera",
24 safari: "safari",
25 samsung: "samsung"
26};
27exports.browserNameMap = browserNameMap;
Note: See TracBrowser for help on using the repository browser.