inferred-types 0.50.13 → 0.50.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/News.d.ts +1281 -0
- package/dist/constants/News.d.ts.map +1 -0
- package/dist/constants/News.js +419 -0
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +1 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +486 -16
- package/dist/index.js +466 -16
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/literals/index.d.ts +1 -0
- package/dist/runtime/literals/index.d.ts.map +1 -1
- package/dist/runtime/literals/index.js +1 -0
- package/dist/runtime/literals/stripWhile.d.ts +10 -0
- package/dist/runtime/literals/stripWhile.d.ts.map +1 -0
- package/dist/runtime/literals/stripWhile.js +13 -0
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -1
- package/dist/runtime/type-guards/metrics/isMetric.js +22 -17
- package/dist/runtime/type-guards/urls/index.d.ts +2 -0
- package/dist/runtime/type-guards/urls/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/index.js +1 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/australian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/australian.js +9 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/belgium.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/belgium.js +9 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/canadian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/canadian.js +9 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/chinese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/chinese.js +9 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/danish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/danish.js +9 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/dutch.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/dutch.js +9 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/french.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/french.js +9 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/german.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/german.js +9 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts +30 -0
- package/dist/runtime/type-guards/urls/news/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/index.js +48 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/indian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/indian.js +9 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/italian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/italian.js +9 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/japanese.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/japanese.js +9 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/mexican.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/mexican.js +9 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/norwegian.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/norwegian.js +9 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/south-korean.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/south-korean.js +9 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/spanish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/spanish.js +9 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/swiss.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/swiss.js +9 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/turkish.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/turkish.js +9 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/uk.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/uk.js +9 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts +6 -0
- package/dist/runtime/type-guards/urls/news/us.d.ts.map +1 -0
- package/dist/runtime/type-guards/urls/news/us.js +9 -0
- package/dist/types/string-literals/character-sets/index.d.ts +2 -3
- package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
- package/dist/types/string-literals/character-sets/index.js +2 -3
- package/dist/types/string-literals/character-sets/urls/Github.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/Url.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts +5 -0
- package/dist/types/string-literals/character-sets/urls/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/index.js +4 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/australian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/belgian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/canadian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/chinese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/danish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/dutch.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/french.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/french.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/german.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/german.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts +43 -0
- package/dist/types/string-literals/character-sets/urls/news/index.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/index.js +19 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/indian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/italian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/japanese.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/mexican.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/norwegian.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/south-korean.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/spanish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/swiss.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/turkish.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/uk.js +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts +20 -0
- package/dist/types/string-literals/character-sets/urls/news/us.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/news/us.js +1 -0
- package/dist/types/string-literals/character-sets/{retail-urls.d.ts → urls/retail.d.ts} +1 -1
- package/dist/types/string-literals/character-sets/urls/retail.d.ts.map +1 -0
- package/dist/types/string-literals/character-sets/urls/retail.js +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/types/string-literals/character-sets/Github.d.ts.map +0 -1
- package/dist/types/string-literals/character-sets/Url.d.ts.map +0 -1
- package/dist/types/string-literals/character-sets/retail-urls.d.ts.map +0 -1
- /package/dist/types/string-literals/character-sets/{Github.d.ts → urls/Github.d.ts} +0 -0
- /package/dist/types/string-literals/character-sets/{Github.js → urls/Github.js} +0 -0
- /package/dist/types/string-literals/character-sets/{Url.d.ts → urls/Url.d.ts} +0 -0
- /package/dist/types/string-literals/character-sets/{Url.js → urls/Url.js} +0 -0
- /package/dist/types/string-literals/character-sets/{retail-urls.js → urls/news/australian.js} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -25,20 +25,26 @@ __export(inferred_types_exports, {
|
|
|
25
25
|
AMAZON_DNS: () => AMAZON_DNS,
|
|
26
26
|
APPLE_DNS: () => APPLE_DNS,
|
|
27
27
|
AREA_METRICS_LOOKUP: () => AREA_METRICS_LOOKUP,
|
|
28
|
+
AUSTRALIAN_NEWS: () => AUSTRALIAN_NEWS,
|
|
29
|
+
BELGIUM_NEWS: () => BELGIUM_NEWS,
|
|
28
30
|
BEST_BUY_DNS: () => BEST_BUY_DNS,
|
|
29
31
|
BLOOD_MARKERS_LOOKUP: () => BLOOD_MARKERS_LOOKUP,
|
|
32
|
+
CANADIAN_NEWS: () => CANADIAN_NEWS,
|
|
30
33
|
CHEWY_DNS: () => CHEWY_DNS,
|
|
34
|
+
CHINESE_NEWS: () => CHINESE_NEWS,
|
|
31
35
|
COMMA: () => COMMA,
|
|
32
36
|
COMMON_OBJ_PROPS: () => COMMON_OBJ_PROPS,
|
|
33
37
|
CONSONANTS: () => CONSONANTS,
|
|
34
38
|
COSTCO_DNS: () => COSTCO_DNS,
|
|
35
39
|
CURRENT_METRICS_LOOKUP: () => CURRENT_METRICS_LOOKUP,
|
|
36
40
|
CVS_DNS: () => CVS_DNS,
|
|
41
|
+
DANISH_NEWS: () => DANISH_NEWS,
|
|
37
42
|
DEFAULT_MANY_TO_ONE_MAPPING: () => DEFAULT_MANY_TO_ONE_MAPPING,
|
|
38
43
|
DEFAULT_ONE_TO_MANY_MAPPING: () => DEFAULT_ONE_TO_MANY_MAPPING,
|
|
39
44
|
DEFAULT_ONE_TO_ONE_MAPPING: () => DEFAULT_ONE_TO_ONE_MAPPING,
|
|
40
45
|
DELL_DNS: () => DELL_DNS,
|
|
41
46
|
DISTANCE_METRICS_LOOKUP: () => DISTANCE_METRICS_LOOKUP,
|
|
47
|
+
DUTCH_NEWS: () => DUTCH_NEWS,
|
|
42
48
|
EBAY_DNS: () => EBAY_DNS,
|
|
43
49
|
ENERGY_METRICS_LOOKUP: () => ENERGY_METRICS_LOOKUP,
|
|
44
50
|
ETSY_DNS: () => ETSY_DNS,
|
|
@@ -55,7 +61,9 @@ __export(inferred_types_exports, {
|
|
|
55
61
|
ExifSubjectDistance: () => ExifSubjectDistance,
|
|
56
62
|
FALSY_TYPE_KINDS: () => FALSY_TYPE_KINDS,
|
|
57
63
|
FALSY_VALUES: () => FALSY_VALUES,
|
|
64
|
+
FRENCH_NEWS: () => FRENCH_NEWS,
|
|
58
65
|
FREQUENCY_METRICS_LOOKUP: () => FREQUENCY_METRICS_LOOKUP,
|
|
66
|
+
GERMAN_NEWS: () => GERMAN_NEWS,
|
|
59
67
|
GITHUB_INSIGHT_CATEGORY_LOOKUP: () => GITHUB_INSIGHT_CATEGORY_LOOKUP,
|
|
60
68
|
HASH_TABLE_ALPHA_LOWER: () => HASH_TABLE_ALPHA_LOWER,
|
|
61
69
|
HASH_TABLE_ALPHA_UPPER: () => HASH_TABLE_ALPHA_UPPER,
|
|
@@ -68,9 +76,12 @@ __export(inferred_types_exports, {
|
|
|
68
76
|
HOME_DEPOT_DNS: () => HOME_DEPOT_DNS,
|
|
69
77
|
IKEA_DNS: () => IKEA_DNS,
|
|
70
78
|
IMAGE_FORMAT_LOOKUP: () => IMAGE_FORMAT_LOOKUP,
|
|
79
|
+
INDIAN_NEWS: () => INDIAN_NEWS,
|
|
71
80
|
IPv4: () => IPv4,
|
|
72
81
|
IPv6: () => IPv6,
|
|
73
82
|
ISO3166_1: () => ISO3166_1,
|
|
83
|
+
ITALIAN_NEWS: () => ITALIAN_NEWS,
|
|
84
|
+
JAPANESE_NEWS: () => JAPANESE_NEWS,
|
|
74
85
|
KROGER_DNS: () => KROGER_DNS,
|
|
75
86
|
LITERAL_TYPE_KINDS: () => LITERAL_TYPE_KINDS,
|
|
76
87
|
LOWER_ALPHA_CHARS: () => LOWER_ALPHA_CHARS,
|
|
@@ -79,6 +90,7 @@ __export(inferred_types_exports, {
|
|
|
79
90
|
MACYS_DNS: () => MACYS_DNS,
|
|
80
91
|
MARKED: () => MARKED,
|
|
81
92
|
MASS_METRICS_LOOKUP: () => MASS_METRICS_LOOKUP,
|
|
93
|
+
MEXICAN_NEWS: () => MEXICAN_NEWS,
|
|
82
94
|
MONTH_ABBR: () => MONTH_ABBR,
|
|
83
95
|
MONTH_NAME: () => MONTH_NAME,
|
|
84
96
|
MapCardinality: () => MapCardinality,
|
|
@@ -86,6 +98,7 @@ __export(inferred_types_exports, {
|
|
|
86
98
|
NETWORK_PROTOCOL_LOOKUP: () => NETWORK_PROTOCOL_LOOKUP,
|
|
87
99
|
NIKE_DNS: () => NIKE_DNS,
|
|
88
100
|
NON_ZERO_NUMERIC_CHAR: () => NON_ZERO_NUMERIC_CHAR,
|
|
101
|
+
NORWEGIAN_NEWS: () => NORWEGIAN_NEWS,
|
|
89
102
|
NOT_APPLICABLE: () => NOT_APPLICABLE,
|
|
90
103
|
NOT_DEFINED: () => NOT_DEFINED,
|
|
91
104
|
NO_DEFAULT_VALUE: () => NO_DEFAULT_VALUE,
|
|
@@ -122,7 +135,10 @@ __export(inferred_types_exports, {
|
|
|
122
135
|
SIMPLE_TOKENS: () => SIMPLE_TOKENS,
|
|
123
136
|
SIMPLE_UNION_TOKENS: () => SIMPLE_UNION_TOKENS,
|
|
124
137
|
SINGULAR_NOUN_ENDINGS: () => SINGULAR_NOUN_ENDINGS,
|
|
138
|
+
SOUTH_KOREAN_NEWS: () => SOUTH_KOREAN_NEWS,
|
|
139
|
+
SPANISH_NEWS: () => SPANISH_NEWS,
|
|
125
140
|
SPEED_METRICS_LOOKUP: () => SPEED_METRICS_LOOKUP,
|
|
141
|
+
SWISS_NEWS: () => SWISS_NEWS,
|
|
126
142
|
ShapeApiImplementation: () => ShapeApiImplementation,
|
|
127
143
|
TARGET_DNS: () => TARGET_DNS,
|
|
128
144
|
TEMPERATURE_METRICS_LOOKUP: () => TEMPERATURE_METRICS_LOOKUP,
|
|
@@ -136,6 +152,7 @@ __export(inferred_types_exports, {
|
|
|
136
152
|
TT_STOP: () => TT_STOP,
|
|
137
153
|
TT_Sets: () => TT_Sets,
|
|
138
154
|
TT_Singletons: () => TT_Singletons,
|
|
155
|
+
TURKISH_NEWS: () => TURKISH_NEWS,
|
|
139
156
|
TW_CHROMA: () => TW_CHROMA,
|
|
140
157
|
TW_CHROMA_100: () => TW_CHROMA_100,
|
|
141
158
|
TW_CHROMA_200: () => TW_CHROMA_200,
|
|
@@ -172,7 +189,9 @@ __export(inferred_types_exports, {
|
|
|
172
189
|
TYPE_TOKEN_PARAM_STR: () => TYPE_TOKEN_PARAM_STR,
|
|
173
190
|
TYPE_TOKEN_PARAM_TIME: () => TYPE_TOKEN_PARAM_TIME,
|
|
174
191
|
TYPE_TRANSFORMS: () => TYPE_TRANSFORMS,
|
|
192
|
+
UK_NEWS: () => UK_NEWS,
|
|
175
193
|
UPPER_ALPHA_CHARS: () => UPPER_ALPHA_CHARS,
|
|
194
|
+
US_NEWS: () => US_NEWS,
|
|
176
195
|
US_STATE_LOOKUP: () => US_STATE_LOOKUP,
|
|
177
196
|
US_STATE_LOOKUP_PROVINCES: () => US_STATE_LOOKUP_PROVINCES,
|
|
178
197
|
US_STATE_LOOKUP_STRICT: () => US_STATE_LOOKUP_STRICT,
|
|
@@ -517,6 +536,7 @@ __export(inferred_types_exports, {
|
|
|
517
536
|
stripSurround: () => stripSurround,
|
|
518
537
|
stripTrailing: () => stripTrailing,
|
|
519
538
|
stripUntil: () => stripUntil,
|
|
539
|
+
stripWhile: () => stripWhile,
|
|
520
540
|
surround: () => surround,
|
|
521
541
|
takeNumericCharacters: () => takeNumericCharacters,
|
|
522
542
|
takeProp: () => takeProp,
|
|
@@ -2353,6 +2373,426 @@ var BLOOD_MARKERS_LOOKUP = [
|
|
|
2353
2373
|
{ abbrev: "Bilirubin", name: "bilirubin", measurements: ["mg/dL", "\xB5mol/L"] }
|
|
2354
2374
|
];
|
|
2355
2375
|
|
|
2376
|
+
// src/constants/News.ts
|
|
2377
|
+
var US_NEWS = [
|
|
2378
|
+
{ company: "New York Times", baseUrls: ["www.nytimes.com"] },
|
|
2379
|
+
{ company: "CNN", baseUrls: ["www.cnn.com"] },
|
|
2380
|
+
{ company: "Fox News", baseUrls: ["www.foxnews.com"] },
|
|
2381
|
+
{ company: "NBC News", baseUrls: ["www.nbcnews.com", "www.msnbc.com"] },
|
|
2382
|
+
{ company: "ABC News", baseUrls: ["abcnews.go.com"] },
|
|
2383
|
+
{ company: "The Washington Post", baseUrls: ["www.washingtonpost.com"] },
|
|
2384
|
+
{ company: "USA Today", baseUrls: ["www.usatoday.com"] },
|
|
2385
|
+
{ company: "Bloomberg", baseUrls: ["www.bloomberg.com"] },
|
|
2386
|
+
{ company: "NPR", baseUrls: ["www.npr.org"] },
|
|
2387
|
+
{ company: "CBS News", baseUrls: ["www.cbsnews.com"] },
|
|
2388
|
+
{ company: "The Wall Street Journal", baseUrls: ["www.wsj.com"] },
|
|
2389
|
+
{ company: "Associated Press (AP)", baseUrls: ["www.apnews.com", "www.ap.org"] },
|
|
2390
|
+
{ company: "Reuters", baseUrls: ["www.reuters.com"] },
|
|
2391
|
+
{ company: "Newsweek", baseUrls: ["www.newsweek.com"] },
|
|
2392
|
+
{ company: "Politico", baseUrls: ["www.politico.com"] },
|
|
2393
|
+
{ company: "The Atlantic", baseUrls: ["www.theatlantic.com"] },
|
|
2394
|
+
{ company: "Nexstar Media Group", baseUrls: ["www.nexstar.tv"] },
|
|
2395
|
+
{ company: "PBS News", baseUrls: ["www.pbs.org"] },
|
|
2396
|
+
{ company: "HuffPost", baseUrls: ["www.huffpost.com"] },
|
|
2397
|
+
{ company: "The Boston Globe", baseUrls: ["www.bostonglobe.com"] }
|
|
2398
|
+
];
|
|
2399
|
+
var UK_NEWS = [
|
|
2400
|
+
{ company: "BBC", baseUrls: ["www.bbc.co.uk", "www.bbc.com"] },
|
|
2401
|
+
{ company: "The Guardian", baseUrls: ["www.theguardian.com/uk"] },
|
|
2402
|
+
{ company: "The Daily Mail", baseUrls: ["www.dailymail.co.uk"] },
|
|
2403
|
+
{ company: "The Sun", baseUrls: ["www.thesun.co.uk"] },
|
|
2404
|
+
{ company: "The Times", baseUrls: ["www.thetimes.co.uk"] },
|
|
2405
|
+
{ company: "Sky News", baseUrls: ["news.sky.com"] },
|
|
2406
|
+
{ company: "The Telegraph", baseUrls: ["www.telegraph.co.uk"] },
|
|
2407
|
+
{ company: "ITV News", baseUrls: ["www.itv.com/news"] },
|
|
2408
|
+
{ company: "Financial Times", baseUrls: ["www.ft.com"] },
|
|
2409
|
+
{ company: "Metro", baseUrls: ["www.metro.co.uk"] },
|
|
2410
|
+
{ company: "The Independent", baseUrls: ["www.independent.co.uk"] },
|
|
2411
|
+
{ company: "Evening Standard", baseUrls: ["www.standard.co.uk"] },
|
|
2412
|
+
{ company: "Daily Mirror", baseUrls: ["www.mirror.co.uk"] },
|
|
2413
|
+
{ company: "Channel 4 News", baseUrls: ["www.channel4.com/news"] },
|
|
2414
|
+
{ company: "LBC", baseUrls: ["www.lbc.co.uk"] },
|
|
2415
|
+
{ company: "Daily Express", baseUrls: ["www.express.co.uk"] },
|
|
2416
|
+
{ company: "Birmingham Mail", baseUrls: ["www.birminghammail.co.uk"] },
|
|
2417
|
+
{ company: "Manchester Evening News", baseUrls: ["www.manchestereveningnews.co.uk"] },
|
|
2418
|
+
{ company: "The Scotsman", baseUrls: ["www.scotsman.com"] },
|
|
2419
|
+
{ company: "Daily Record", baseUrls: ["www.dailyrecord.co.uk"] }
|
|
2420
|
+
];
|
|
2421
|
+
var GERMAN_NEWS = [
|
|
2422
|
+
{ company: "BILD", baseUrls: ["www.bild.de"] },
|
|
2423
|
+
{ company: "Die Zeit", baseUrls: ["www.zeit.de"] },
|
|
2424
|
+
{ company: "Frankfurter Allgemeine Zeitung", baseUrls: ["www.faz.net"] },
|
|
2425
|
+
{ company: "S\xFCddeutsche Zeitung", baseUrls: ["www.sueddeutsche.de"] },
|
|
2426
|
+
{ company: "Der Spiegel", baseUrls: ["www.spiegel.de"] },
|
|
2427
|
+
{ company: "Die Welt", baseUrls: ["www.welt.de"] },
|
|
2428
|
+
{ company: "Tagesschau", baseUrls: ["www.tagesschau.de"] },
|
|
2429
|
+
{ company: "t-online", baseUrls: ["www.t-online.de"] },
|
|
2430
|
+
{ company: "n-tv", baseUrls: ["www.n-tv.de"] },
|
|
2431
|
+
{ company: "Handelsblatt", baseUrls: ["www.handelsblatt.com"] },
|
|
2432
|
+
{ company: "Focus Online", baseUrls: ["www.focus.de"] },
|
|
2433
|
+
{ company: "Frankfurter Rundschau", baseUrls: ["www.fr.de", "www.fr-online.de"] },
|
|
2434
|
+
{ company: "taz - die tageszeitung", baseUrls: ["www.taz.de"] },
|
|
2435
|
+
{ company: "Der Tagesspiegel", baseUrls: ["www.tagesspiegel.de"] },
|
|
2436
|
+
{ company: "Rheinische Post", baseUrls: ["www.rp-online.de"] },
|
|
2437
|
+
{ company: "Express", baseUrls: ["www.express.de"] },
|
|
2438
|
+
{ company: "M\xFCnchner Merkur", baseUrls: ["www.merkur.de"] },
|
|
2439
|
+
{ company: "Stuttgarter Zeitung", baseUrls: ["www.stuttgarter-zeitung.de"] },
|
|
2440
|
+
{ company: "Hamburger Abendblatt", baseUrls: ["www.abendblatt.de"] },
|
|
2441
|
+
{ company: "Deutsche Welle", baseUrls: ["www.dw.com"] }
|
|
2442
|
+
];
|
|
2443
|
+
var FRENCH_NEWS = [
|
|
2444
|
+
{ company: "Le Figaro", baseUrls: ["www.lefigaro.fr"] },
|
|
2445
|
+
{ company: "Le Monde", baseUrls: ["www.lemonde.fr"] },
|
|
2446
|
+
{ company: "France 24", baseUrls: ["www.france24.com"] },
|
|
2447
|
+
{ company: "Lib\xE9ration", baseUrls: ["www.liberation.fr"] },
|
|
2448
|
+
{ company: "Les Echos", baseUrls: ["www.lesechos.fr"] },
|
|
2449
|
+
{ company: "Ouest-France", baseUrls: ["www.ouest-france.fr"] },
|
|
2450
|
+
{ company: "Le Parisien", baseUrls: ["www.leparisien.fr"] },
|
|
2451
|
+
{ company: "Mediapart", baseUrls: ["www.mediapart.fr"] },
|
|
2452
|
+
{ company: "L'Express", baseUrls: ["www.lexpress.fr"] },
|
|
2453
|
+
{ company: "La Croix", baseUrls: ["www.la-croix.com"] },
|
|
2454
|
+
{ company: "20 Minutes", baseUrls: ["www.20minutes.fr"] },
|
|
2455
|
+
{ company: "Courrier International", baseUrls: ["www.courrierinternational.com"] },
|
|
2456
|
+
{ company: "Le Point", baseUrls: ["www.lepoint.fr"] },
|
|
2457
|
+
{ company: "Marianne", baseUrls: ["www.marianne.net"] },
|
|
2458
|
+
{ company: "BFM TV", baseUrls: ["www.bfmtv.com"] },
|
|
2459
|
+
{ company: "RTL France", baseUrls: ["www.rtl.fr"] },
|
|
2460
|
+
{ company: "Charlie Hebdo", baseUrls: ["www.charliehebdo.fr"] },
|
|
2461
|
+
{ company: "Challenges", baseUrls: ["www.challenges.fr"] },
|
|
2462
|
+
{ company: "T\xE9l\xE9rama", baseUrls: ["www.telerama.fr"] },
|
|
2463
|
+
{ company: "L'Obs", baseUrls: ["www.nouvelobs.com"] }
|
|
2464
|
+
];
|
|
2465
|
+
var CANADIAN_NEWS = [
|
|
2466
|
+
{ company: "CBC News", baseUrls: ["www.cbc.ca"] },
|
|
2467
|
+
{ company: "CTV News", baseUrls: ["www.ctvnews.ca"] },
|
|
2468
|
+
{ company: "The Globe and Mail", baseUrls: ["www.theglobeandmail.com"] },
|
|
2469
|
+
{ company: "Global News", baseUrls: ["www.globalnews.ca"] },
|
|
2470
|
+
{ company: "Toronto Star", baseUrls: ["www.thestar.com"] },
|
|
2471
|
+
{ company: "National Post", baseUrls: ["www.nationalpost.com"] },
|
|
2472
|
+
{ company: "La Presse", baseUrls: ["www.lapresse.ca"] },
|
|
2473
|
+
{ company: "Radio-Canada", baseUrls: ["ici.radio-canada.ca"] },
|
|
2474
|
+
{ company: "The Canadian Press", baseUrls: ["www.thecanadianpress.com"] },
|
|
2475
|
+
{ company: "Financial Post", baseUrls: ["financialpost.com"] },
|
|
2476
|
+
{ company: "The Weather Network", baseUrls: ["www.theweathernetwork.com"] },
|
|
2477
|
+
{ company: "Le Devoir", baseUrls: ["www.ledevoir.com"] },
|
|
2478
|
+
{ company: "TVA Nouvelles", baseUrls: ["www.tvanouvelles.ca"] },
|
|
2479
|
+
{ company: "Journal de Montr\xE9al", baseUrls: ["www.journaldemontreal.com"] },
|
|
2480
|
+
{ company: "CityNews", baseUrls: ["www.citynews.ca"] },
|
|
2481
|
+
{ company: "BNN Bloomberg", baseUrls: ["www.bnnbloomberg.ca"] },
|
|
2482
|
+
{ company: "The Hamilton Spectator", baseUrls: ["www.thespec.com"] },
|
|
2483
|
+
{ company: "Ottawa Citizen", baseUrls: ["ottawacitizen.com"] },
|
|
2484
|
+
{ company: "Windsor Star", baseUrls: ["windsorstar.com"] },
|
|
2485
|
+
{ company: "Edmonton Journal", baseUrls: ["edmontonjournal.com"] }
|
|
2486
|
+
];
|
|
2487
|
+
var DUTCH_NEWS = [
|
|
2488
|
+
{ company: "Algemeen Dagblad (AD)", baseUrls: ["www.ad.nl"] },
|
|
2489
|
+
{ company: "NOS", baseUrls: ["www.nos.nl"] },
|
|
2490
|
+
{ company: "De Telegraaf", baseUrls: ["www.telegraaf.nl"] },
|
|
2491
|
+
{ company: "NU.nl", baseUrls: ["www.nu.nl"] },
|
|
2492
|
+
{ company: "Volkskrant", baseUrls: ["www.volkskrant.nl"] },
|
|
2493
|
+
{ company: "NRC Handelsblad", baseUrls: ["www.nrc.nl"] },
|
|
2494
|
+
{ company: "Trouw", baseUrls: ["www.trouw.nl"] },
|
|
2495
|
+
{ company: "Het Parool", baseUrls: ["www.parool.nl"] },
|
|
2496
|
+
{ company: "RTL Nieuws", baseUrls: ["www.rtlnieuws.nl"] },
|
|
2497
|
+
{ company: "BNR Nieuwsradio", baseUrls: ["www.bnr.nl"] },
|
|
2498
|
+
{ company: "Emerce", baseUrls: ["www.emerce.nl"] },
|
|
2499
|
+
{ company: "VPRO", baseUrls: ["www.vpro.nl"] },
|
|
2500
|
+
{ company: "De Gelderlander", baseUrls: ["www.gelderlander.nl"] },
|
|
2501
|
+
{ company: "Friesch Dagblad", baseUrls: ["www.frieschdagblad.nl"] },
|
|
2502
|
+
{ company: "De Stentor", baseUrls: ["www.destentor.nl"] },
|
|
2503
|
+
{ company: "Metro Nieuws", baseUrls: ["www.metronieuws.nl"] },
|
|
2504
|
+
{ company: "ANP", baseUrls: ["www.anp.nl"] },
|
|
2505
|
+
{ company: "Dagblad van het Noorden", baseUrls: ["www.dvhn.nl"] },
|
|
2506
|
+
{ company: "Reformatorisch Dagblad", baseUrls: ["www.rd.nl"] },
|
|
2507
|
+
{ company: "Financieele Dagblad", baseUrls: ["www.fd.nl"] }
|
|
2508
|
+
];
|
|
2509
|
+
var ITALIAN_NEWS = [
|
|
2510
|
+
{ company: "ANSA", baseUrls: ["www.ansa.it", "www.ansamed.info"] },
|
|
2511
|
+
{ company: "Corriere della Sera", baseUrls: ["www.corriere.it"] },
|
|
2512
|
+
{ company: "la Repubblica", baseUrls: ["www.repubblica.it"] },
|
|
2513
|
+
{ company: "Il Sole 24 Ore", baseUrls: ["www.ilsole24ore.com"] },
|
|
2514
|
+
{ company: "La Stampa", baseUrls: ["www.lastampa.it"] },
|
|
2515
|
+
{ company: "Il Messaggero", baseUrls: ["www.ilmessaggero.it"] },
|
|
2516
|
+
{ company: "Il Giornale", baseUrls: ["www.ilgiornale.it"] },
|
|
2517
|
+
{ company: "Avvenire", baseUrls: ["www.avvenire.it"] },
|
|
2518
|
+
{ company: "Il Fatto Quotidiano", baseUrls: ["www.ilfattoquotidiano.it"] },
|
|
2519
|
+
{ company: "La Nazione", baseUrls: ["www.lanazione.it"] },
|
|
2520
|
+
{ company: "TgCom24", baseUrls: ["www.tgcom24.mediaset.it"] },
|
|
2521
|
+
{ company: "Sky TG24", baseUrls: ["tg24.sky.it"] },
|
|
2522
|
+
{ company: "Rai News", baseUrls: ["www.rainews.it"] },
|
|
2523
|
+
{ company: "Gazzetta dello Sport", baseUrls: ["www.gazzetta.it"] },
|
|
2524
|
+
{ company: "Il Resto del Carlino", baseUrls: ["www.ilrestodelcarlino.it"] },
|
|
2525
|
+
{ company: "Il Mattino", baseUrls: ["www.ilmattino.it"] },
|
|
2526
|
+
{ company: "Il Secolo XIX", baseUrls: ["www.ilsecoloxix.it"] },
|
|
2527
|
+
{ company: "Italia Oggi", baseUrls: ["www.italiaoggi.it"] },
|
|
2528
|
+
{ company: "Libero", baseUrls: ["www.liberoquotidiano.it"] },
|
|
2529
|
+
{ company: "Il Tirreno", baseUrls: ["www.iltirreno.it"] }
|
|
2530
|
+
];
|
|
2531
|
+
var BELGIUM_NEWS = [
|
|
2532
|
+
{ company: "Het Laatste Nieuws (HLN)", baseUrls: ["www.hln.be"] },
|
|
2533
|
+
{ company: "Nieuwsblad", baseUrls: ["www.nieuwsblad.be"] },
|
|
2534
|
+
{ company: "RTBF", baseUrls: ["www.rtbf.be"] },
|
|
2535
|
+
{ company: "Sudinfo", baseUrls: ["www.sudinfo.be"] },
|
|
2536
|
+
{ company: "7sur7", baseUrls: ["www.7sur7.be"] },
|
|
2537
|
+
{ company: "Le Soir", baseUrls: ["www.lesoir.be"] },
|
|
2538
|
+
{ company: "De Standaard", baseUrls: ["www.standaard.be"] },
|
|
2539
|
+
{ company: "VRT NWS", baseUrls: ["www.vrt.be"] },
|
|
2540
|
+
{ company: "La Libre", baseUrls: ["www.lalibre.be"] },
|
|
2541
|
+
{ company: "Gazet van Antwerpen", baseUrls: ["www.gva.be"] },
|
|
2542
|
+
{ company: "Het Belang van Limburg", baseUrls: ["www.hbvl.be"] },
|
|
2543
|
+
{ company: "De Morgen", baseUrls: ["www.demorgen.be"] },
|
|
2544
|
+
{ company: "L'Avenir", baseUrls: ["www.lavenir.net"] },
|
|
2545
|
+
{ company: "The Brussels Times", baseUrls: ["www.brusselstimes.com"] },
|
|
2546
|
+
{ company: "Metro Belgique", baseUrls: ["nl.metrotime.be"] },
|
|
2547
|
+
{ company: "Sudpresse", baseUrls: ["www.sudpress.be"] },
|
|
2548
|
+
{ company: "Flamish Radio and TV Broadcasting Organization (VRT)", baseUrls: ["www.vrt.be"] },
|
|
2549
|
+
{ company: "Knack", baseUrls: ["www.knack.be"] },
|
|
2550
|
+
{ company: "De Tijd", baseUrls: ["www.tijd.be"] },
|
|
2551
|
+
{ company: "BX1", baseUrls: ["www.bx1.be"] }
|
|
2552
|
+
];
|
|
2553
|
+
var MEXICAN_NEWS = [
|
|
2554
|
+
{ company: "Televisa", baseUrls: ["www.televisa.news"] },
|
|
2555
|
+
{ company: "El Universal", baseUrls: ["www.eluniversal.com.mx"] },
|
|
2556
|
+
{ company: "Milenio", baseUrls: ["www.milenio.com"] },
|
|
2557
|
+
{ company: "Exc\xE9lsior", baseUrls: ["www.excelsior.com.mx"] },
|
|
2558
|
+
{ company: "Reforma", baseUrls: ["www.reforma.com"] },
|
|
2559
|
+
{ company: "La Jornada", baseUrls: ["www.jornada.com.mx"] },
|
|
2560
|
+
{ company: "El Financiero", baseUrls: ["www.elfinanciero.com.mx"] },
|
|
2561
|
+
{ company: "Proceso", baseUrls: ["www.proceso.com.mx"] },
|
|
2562
|
+
{ company: "SDP Noticias", baseUrls: ["www.sdpnoticias.com"] },
|
|
2563
|
+
{ company: "Diario de Yucat\xE1n", baseUrls: ["www.yucatan.com.mx"] },
|
|
2564
|
+
{ company: "El Economista", baseUrls: ["www.eleconomista.com.mx"] },
|
|
2565
|
+
{ company: "El Heraldo de M\xE9xico", baseUrls: ["www.heraldodemexico.com.mx"] },
|
|
2566
|
+
{ company: "Noticieros Televisa", baseUrls: ["noticieros.televisa.com"] },
|
|
2567
|
+
{ company: "Expansi\xF3n", baseUrls: ["expansion.mx"] },
|
|
2568
|
+
{ company: "La Raz\xF3n", baseUrls: ["www.razon.com.mx"] },
|
|
2569
|
+
{ company: "Noroeste", baseUrls: ["www.noroeste.com.mx"] },
|
|
2570
|
+
{ company: "Uniradio Noticias", baseUrls: ["www.uniradionoticias.com"] },
|
|
2571
|
+
{ company: "El Imparcial", baseUrls: ["www.elimparcial.com"] },
|
|
2572
|
+
{ company: "Publimetro M\xE9xico", baseUrls: ["www.publimetro.com.mx"] },
|
|
2573
|
+
{ company: "Notimex", baseUrls: ["www.notimex.gob.mx"] }
|
|
2574
|
+
];
|
|
2575
|
+
var SPANISH_NEWS = [
|
|
2576
|
+
{ company: "El Pa\xEDs", baseUrls: ["www.elpais.com"] },
|
|
2577
|
+
{ company: "El Mundo", baseUrls: ["www.elmundo.es"] },
|
|
2578
|
+
{ company: "ABC", baseUrls: ["www.abc.es"] },
|
|
2579
|
+
{ company: "La Vanguardia", baseUrls: ["www.lavanguardia.com"] },
|
|
2580
|
+
{ company: "El Confidencial", baseUrls: ["www.elconfidencial.com"] },
|
|
2581
|
+
{ company: "La Raz\xF3n", baseUrls: ["www.larazon.es"] },
|
|
2582
|
+
{ company: "20 Minutos", baseUrls: ["www.20minutos.es"] },
|
|
2583
|
+
{ company: "Agencia EFE", baseUrls: ["www.efe.com"] },
|
|
2584
|
+
{ company: "Europa Press", baseUrls: ["www.europapress.es"] },
|
|
2585
|
+
{ company: "Diario AS", baseUrls: ["www.as.com"] },
|
|
2586
|
+
{ company: "Mundo Deportivo", baseUrls: ["www.mundodeportivo.com"] },
|
|
2587
|
+
{ company: "El Peri\xF3dico", baseUrls: ["www.elperiodico.com"] },
|
|
2588
|
+
{ company: "Cinco D\xEDas", baseUrls: ["www.cincodias.com"] },
|
|
2589
|
+
{ company: "Expansi\xF3n", baseUrls: ["www.expansion.com"] },
|
|
2590
|
+
{ company: "La Informaci\xF3n", baseUrls: ["www.lainformacion.com"] },
|
|
2591
|
+
{ company: "OK Diario", baseUrls: ["www.okdiario.com"] },
|
|
2592
|
+
{ company: "Heraldo de Arag\xF3n", baseUrls: ["www.heraldo.es"] },
|
|
2593
|
+
{ company: "Faro de Vigo", baseUrls: ["www.farodevigo.es"] },
|
|
2594
|
+
{ company: "El Correo", baseUrls: ["www.elcorreo.com"] },
|
|
2595
|
+
{ company: "Diario Sur", baseUrls: ["www.diariosur.es"] }
|
|
2596
|
+
];
|
|
2597
|
+
var INDIAN_NEWS = [
|
|
2598
|
+
{ company: "The Times of India", baseUrls: ["timesofindia.indiatimes.com"] },
|
|
2599
|
+
{ company: "The Hindu", baseUrls: ["www.thehindu.com"] },
|
|
2600
|
+
{ company: "Hindustan Times", baseUrls: ["www.hindustantimes.com"] },
|
|
2601
|
+
{ company: "NDTV", baseUrls: ["www.ndtv.com"] },
|
|
2602
|
+
{ company: "India Today", baseUrls: ["www.indiatoday.in"] },
|
|
2603
|
+
{ company: "Zee News", baseUrls: ["zeenews.india.com"] },
|
|
2604
|
+
{ company: "Indian Express", baseUrls: ["indianexpress.com"] },
|
|
2605
|
+
{ company: "The Economic Times", baseUrls: ["economictimes.indiatimes.com"] },
|
|
2606
|
+
{ company: "Deccan Herald", baseUrls: ["www.deccanherald.com"] },
|
|
2607
|
+
{ company: "DNA India", baseUrls: ["www.dnaindia.com"] },
|
|
2608
|
+
{ company: "The Print", baseUrls: ["theprint.in"] },
|
|
2609
|
+
{ company: "News18", baseUrls: ["www.news18.com"] },
|
|
2610
|
+
{ company: "Scroll.in", baseUrls: ["scroll.in"] },
|
|
2611
|
+
{ company: "Asian News International (ANI)", baseUrls: ["www.aninews.in"] },
|
|
2612
|
+
{ company: "Outlook India", baseUrls: ["www.outlookindia.com"] },
|
|
2613
|
+
{ company: "Business Standard", baseUrls: ["www.business-standard.com"] },
|
|
2614
|
+
{ company: "Mint", baseUrls: ["www.livemint.com"] },
|
|
2615
|
+
{ company: "OneIndia", baseUrls: ["www.oneindia.com"] },
|
|
2616
|
+
{ company: "Quint", baseUrls: ["www.thequint.com"] },
|
|
2617
|
+
{ company: "Free Press Journal", baseUrls: ["www.freepressjournal.in"] }
|
|
2618
|
+
];
|
|
2619
|
+
var CHINESE_NEWS = [
|
|
2620
|
+
{ company: "Xinhua News Agency", baseUrls: ["www.xinhuanet.com"] },
|
|
2621
|
+
{ company: "China Central Television (CCTV)", baseUrls: ["www.cctv.com"] },
|
|
2622
|
+
{ company: "China Daily", baseUrls: ["www.chinadaily.com.cn"] },
|
|
2623
|
+
{ company: "CGTN (China Global Television Network)", baseUrls: ["www.cgtn.com"] },
|
|
2624
|
+
{ company: "People's Daily", baseUrls: ["www.people.cn"] },
|
|
2625
|
+
{ company: "Global Times", baseUrls: ["www.globaltimes.cn"] },
|
|
2626
|
+
{ company: "South China Morning Post", baseUrls: ["www.scmp.com"] },
|
|
2627
|
+
{ company: "Shanghai Daily", baseUrls: ["www.shanghaidaily.com"] },
|
|
2628
|
+
{ company: "China News Service", baseUrls: ["www.ecns.cn"] },
|
|
2629
|
+
{ company: "Caixin", baseUrls: ["www.caixinglobal.com"] },
|
|
2630
|
+
{ company: "The Paper", baseUrls: ["www.thepaper.cn"] },
|
|
2631
|
+
{ company: "Yicai Global", baseUrls: ["www.yicaiglobal.com"] },
|
|
2632
|
+
{ company: "Economic Daily", baseUrls: ["www.ce.cn"] },
|
|
2633
|
+
{ company: "21st Century Business Herald", baseUrls: ["www.21jingji.com"] },
|
|
2634
|
+
{ company: "Beijing Review", baseUrls: ["www.bjreview.com"] },
|
|
2635
|
+
{ company: "China Economic Net", baseUrls: ["www.ce.cn"] },
|
|
2636
|
+
{ company: "Tencent News", baseUrls: ["news.qq.com"] },
|
|
2637
|
+
{ company: "Sina News", baseUrls: ["news.sina.com.cn"] },
|
|
2638
|
+
{ company: "NetEase News", baseUrls: ["news.163.com"] },
|
|
2639
|
+
{ company: "Phoenix TV", baseUrls: ["www.ifeng.com"] }
|
|
2640
|
+
];
|
|
2641
|
+
var DANISH_NEWS = [
|
|
2642
|
+
{ company: "Politiken", baseUrls: ["www.politiken.dk"] },
|
|
2643
|
+
{ company: "Berlingske", baseUrls: ["www.berlingske.dk"] },
|
|
2644
|
+
{ company: "Jyllands-Posten", baseUrls: ["jyllands-posten.dk"] },
|
|
2645
|
+
{ company: "Ekstra Bladet", baseUrls: ["ekstrabladet.dk"] },
|
|
2646
|
+
{ company: "Information", baseUrls: ["www.information.dk"] },
|
|
2647
|
+
{ company: "BT", baseUrls: ["www.bt.dk"] },
|
|
2648
|
+
{ company: "Weekendavisen", baseUrls: ["www.weekendavisen.dk"] },
|
|
2649
|
+
{ company: "Fyens Stiftstidende", baseUrls: ["fyens.dk"] },
|
|
2650
|
+
{ company: "Kristeligt Dagblad", baseUrls: ["www.kristeligt-dagblad.dk"] },
|
|
2651
|
+
{ company: "Copenhagen Post", baseUrls: ["cphpost.dk"] },
|
|
2652
|
+
{ company: "Nordjyske Stiftstidende", baseUrls: ["nordjyske.dk"] },
|
|
2653
|
+
{ company: "\xC5rhus Stiftstidende", baseUrls: ["stiften.dk"] },
|
|
2654
|
+
{ company: "Dagbladet B\xF8rsen", baseUrls: ["borsen.dk"] },
|
|
2655
|
+
{ company: "Lokalavisen", baseUrls: ["lokalavisen.dk"] },
|
|
2656
|
+
{ company: "TV2 Nyheder", baseUrls: ["tv2.dk"] },
|
|
2657
|
+
{ company: "DR Nyheder", baseUrls: ["dr.dk"] },
|
|
2658
|
+
{ company: "Avisen Danmark", baseUrls: ["avisen.dk"] },
|
|
2659
|
+
{ company: "Fagbladet 3F", baseUrls: ["fagbladet3f.dk"] },
|
|
2660
|
+
{ company: "Herning Folkeblad", baseUrls: ["herningfolkeblad.dk"] },
|
|
2661
|
+
{ company: "Midtjyllands Avis", baseUrls: ["midtjyllandsavis.dk"] }
|
|
2662
|
+
];
|
|
2663
|
+
var SWISS_NEWS = [
|
|
2664
|
+
{ company: "Neue Z\xFCrcher Zeitung (NZZ)", baseUrls: ["www.nzz.ch"], type: ["newspaper", "digital"] },
|
|
2665
|
+
{ company: "Swissinfo", baseUrls: ["www.swissinfo.ch"], type: ["digital-first"] },
|
|
2666
|
+
{ company: "20 Minuten", baseUrls: ["www.20min.ch"], type: ["newspaper", "digital"] },
|
|
2667
|
+
{ company: "Blick", baseUrls: ["www.blick.ch"], type: ["newspaper", "digital"] },
|
|
2668
|
+
{ company: "Le Temps", baseUrls: ["www.letemps.ch"], type: ["newspaper", "digital"] },
|
|
2669
|
+
{ company: "Tages-Anzeiger", baseUrls: ["www.tagesanzeiger.ch"], type: ["newspaper", "digital"] },
|
|
2670
|
+
{ company: "SRF News", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
2671
|
+
{ company: "Luzerner Zeitung", baseUrls: ["www.luzernerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
2672
|
+
{ company: "La Tribune de Gen\xE8ve", baseUrls: ["www.tdg.ch"], type: ["newspaper", "digital"] },
|
|
2673
|
+
{ company: "Aargauer Zeitung", baseUrls: ["www.aargauerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
2674
|
+
{ company: "24 Heures", baseUrls: ["www.24heures.ch"], type: ["newspaper", "digital"] },
|
|
2675
|
+
{ company: "Radio T\xE9l\xE9vision Suisse (RTS)", baseUrls: ["www.rts.ch"], type: ["television", "radio", "digital"] },
|
|
2676
|
+
{ company: "Der Bund", baseUrls: ["www.derbund.ch"], type: ["newspaper", "digital"] },
|
|
2677
|
+
{ company: "Schweizer Radio und Fernsehen (SRF)", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
2678
|
+
{ company: "Basler Zeitung", baseUrls: ["www.bazonline.ch"], type: ["newspaper", "digital"] },
|
|
2679
|
+
{ company: "Handelszeitung", baseUrls: ["www.handelszeitung.ch"], type: ["newspaper", "digital"] },
|
|
2680
|
+
{ company: "Watson", baseUrls: ["www.watson.ch"], type: ["digital-first"] },
|
|
2681
|
+
{ company: "Le Matin", baseUrls: ["www.lematin.ch"], type: ["newspaper", "digital"] },
|
|
2682
|
+
{ company: "La Libert\xE9", baseUrls: ["www.laliberte.ch"], type: ["newspaper", "digital"] },
|
|
2683
|
+
{ company: "The Swiss Times", baseUrls: ["www.theswisstimes.ch"], type: ["digital-first"] }
|
|
2684
|
+
];
|
|
2685
|
+
var AUSTRALIAN_NEWS = [
|
|
2686
|
+
{ company: "ABC News", baseUrls: ["www.abc.net.au"], type: ["television", "radio", "digital"] },
|
|
2687
|
+
{ company: "The Sydney Morning Herald", baseUrls: ["www.smh.com.au"], type: ["newspaper", "digital"] },
|
|
2688
|
+
{ company: "The Australian", baseUrls: ["www.theaustralian.com.au"], type: ["newspaper", "digital"] },
|
|
2689
|
+
{ company: "Herald Sun", baseUrls: ["www.heraldsun.com.au"], type: ["newspaper", "digital"] },
|
|
2690
|
+
{ company: "9News", baseUrls: ["www.9news.com.au"], type: ["television", "digital"] },
|
|
2691
|
+
{ company: "SBS News", baseUrls: ["www.sbs.com.au"], type: ["television", "digital", "multicultural"] },
|
|
2692
|
+
{ company: "The Age", baseUrls: ["www.theage.com.au"], type: ["newspaper", "digital"] },
|
|
2693
|
+
{ company: "Sky News Australia", baseUrls: ["www.skynews.com.au"], type: ["television", "digital"] },
|
|
2694
|
+
{ company: "Australian Financial Review", baseUrls: ["www.afr.com"], type: ["newspaper", "digital"] },
|
|
2695
|
+
{ company: "news.com.au", baseUrls: ["www.news.com.au"], type: ["digital-first"] },
|
|
2696
|
+
{ company: "The Courier-Mail", baseUrls: ["www.couriermail.com.au"], type: ["newspaper", "digital"] },
|
|
2697
|
+
{ company: "7NEWS", baseUrls: ["7news.com.au"], type: ["television", "digital"] },
|
|
2698
|
+
{ company: "The West Australian", baseUrls: ["www.thewest.com.au"], type: ["newspaper", "digital"] },
|
|
2699
|
+
{ company: "Daily Telegraph", baseUrls: ["www.dailytelegraph.com.au"], type: ["newspaper", "digital"] },
|
|
2700
|
+
{ company: "Guardian Australia", baseUrls: ["www.theguardian.com/au"], type: ["digital-first"] },
|
|
2701
|
+
{ company: "Crikey", baseUrls: ["www.crikey.com.au"], type: ["digital-first", "independent"] },
|
|
2702
|
+
{ company: "AAP (Australian Associated Press)", baseUrls: ["www.aap.com.au"], type: ["news agency", "digital"] },
|
|
2703
|
+
{ company: "NT News", baseUrls: ["www.ntnews.com.au"], type: ["newspaper", "digital"] },
|
|
2704
|
+
{ company: "The Canberra Times", baseUrls: ["www.canberratimes.com.au"], type: ["newspaper", "digital"] },
|
|
2705
|
+
{ company: "Brisbane Times", baseUrls: ["www.brisbanetimes.com.au"], type: ["digital-first"] }
|
|
2706
|
+
];
|
|
2707
|
+
var JAPANESE_NEWS = [
|
|
2708
|
+
{ company: "The Asahi Shimbun", baseUrls: ["www.asahi.com"], type: ["newspaper", "digital"] },
|
|
2709
|
+
{ company: "Yomiuri Shimbun", baseUrls: ["www.yomiuri.co.jp"], type: ["newspaper", "digital"] },
|
|
2710
|
+
{ company: "Nikkei", baseUrls: ["www.nikkei.com"], type: ["newspaper", "digital"] },
|
|
2711
|
+
{ company: "Mainichi Shimbun", baseUrls: ["mainichi.jp"], type: ["newspaper", "digital"] },
|
|
2712
|
+
{ company: "Kyodo News", baseUrls: ["www.kyodonews.jp"], type: ["news agency", "digital"] },
|
|
2713
|
+
{ company: "Japan Times", baseUrls: ["www.japantimes.co.jp"], type: ["newspaper", "digital"] },
|
|
2714
|
+
{ company: "NHK", baseUrls: ["www.nhk.or.jp"], type: ["television", "radio", "digital"] },
|
|
2715
|
+
{ company: "Fuji News Network (FNN)", baseUrls: ["www.fnn.jp"], type: ["television", "digital"] },
|
|
2716
|
+
{ company: "Sankei Shimbun", baseUrls: ["www.sankei.com"], type: ["newspaper", "digital"] },
|
|
2717
|
+
{ company: "Toyo Keizai", baseUrls: ["www.toyokeizai.net"], type: ["digital", "business magazine"] },
|
|
2718
|
+
{ company: "Hokkaido Shimbun", baseUrls: ["www.hokkaido-np.co.jp"], type: ["newspaper", "digital"] },
|
|
2719
|
+
{ company: "Shizuoka Shimbun", baseUrls: ["www.at-s.com"], type: ["newspaper", "digital"] },
|
|
2720
|
+
{ company: "Tokyo Shimbun", baseUrls: ["www.tokyo-np.co.jp"], type: ["newspaper", "digital"] },
|
|
2721
|
+
{ company: "Yahoo Japan News", baseUrls: ["news.yahoo.co.jp"], type: ["digital-first"] },
|
|
2722
|
+
{ company: "TBS News", baseUrls: ["news.tbs.co.jp"], type: ["television", "digital"] },
|
|
2723
|
+
{ company: "Nippon TV News 24 Japan", baseUrls: ["www.news24.jp"], type: ["television", "digital"] },
|
|
2724
|
+
{ company: "Jiji Press", baseUrls: ["www.jiji.com"], type: ["news agency", "digital"] },
|
|
2725
|
+
{ company: "TV Asahi News", baseUrls: ["news.tv-asahi.co.jp"], type: ["television", "digital"] },
|
|
2726
|
+
{ company: "WOWOW Prime News", baseUrls: ["www.wowow.co.jp"], type: ["television", "digital"] },
|
|
2727
|
+
{ company: "Kansai Telecasting Corporation (KTV)", baseUrls: ["www.ktv.jp"], type: ["television", "digital"] }
|
|
2728
|
+
];
|
|
2729
|
+
var SOUTH_KOREAN_NEWS = [
|
|
2730
|
+
{ company: "Yonhap News Agency", baseUrls: ["www.yonhapnews.co.kr"], type: ["news agency", "digital"] },
|
|
2731
|
+
{ company: "The Korea Herald", baseUrls: ["www.koreaherald.com"], type: ["newspaper", "digital"] },
|
|
2732
|
+
{ company: "The Korea Times", baseUrls: ["www.koreatimes.co.kr"], type: ["newspaper", "digital"] },
|
|
2733
|
+
{ company: "Chosun Ilbo", baseUrls: ["www.chosun.com"], type: ["newspaper", "digital"] },
|
|
2734
|
+
{ company: "JoongAng Ilbo", baseUrls: ["www.joongang.co.kr"], type: ["newspaper", "digital"] },
|
|
2735
|
+
{ company: "Dong-A Ilbo", baseUrls: ["www.donga.com"], type: ["newspaper", "digital"] },
|
|
2736
|
+
{ company: "MBC News", baseUrls: ["www.imnews.imbc.com"], type: ["television", "digital"] },
|
|
2737
|
+
{ company: "SBS News", baseUrls: ["news.sbs.co.kr"], type: ["television", "digital"] },
|
|
2738
|
+
{ company: "KBS News", baseUrls: ["news.kbs.co.kr"], type: ["television", "radio", "digital"] },
|
|
2739
|
+
{ company: "Hankyoreh", baseUrls: ["english.hani.co.kr"], type: ["newspaper", "digital"] },
|
|
2740
|
+
{ company: "Maeil Business Newspaper", baseUrls: ["www.mk.co.kr"], type: ["newspaper", "digital"] },
|
|
2741
|
+
{ company: "MoneyToday", baseUrls: ["www.mt.co.kr"], type: ["digital-first", "business"] },
|
|
2742
|
+
{ company: "Seoul Shinmun", baseUrls: ["www.seoul.co.kr"], type: ["newspaper", "digital"] },
|
|
2743
|
+
{ company: "OhmyNews", baseUrls: ["www.ohmynews.com"], type: ["digital-first"] },
|
|
2744
|
+
{ company: "News1 Korea", baseUrls: ["www.news1.kr"], type: ["news agency", "digital"] },
|
|
2745
|
+
{ company: "Asia Business Daily", baseUrls: ["www.asiae.co.kr"], type: ["newspaper", "digital"] },
|
|
2746
|
+
{ company: "Herald Business", baseUrls: ["biz.heraldcorp.com"], type: ["newspaper", "digital"] },
|
|
2747
|
+
{ company: "eDaily", baseUrls: ["www.edaily.co.kr"], type: ["digital-first", "business"] },
|
|
2748
|
+
{ company: "Seoul Economic Daily", baseUrls: ["www.sedaily.com"], type: ["newspaper", "digital"] },
|
|
2749
|
+
{ company: "JTBC News", baseUrls: ["news.jtbc.co.kr"], type: ["television", "digital"] }
|
|
2750
|
+
];
|
|
2751
|
+
var TURKISH_NEWS = [
|
|
2752
|
+
{ company: "Anadolu Agency (AA)", baseUrls: ["www.aa.com.tr"], type: ["news agency", "digital"] },
|
|
2753
|
+
{ company: "H\xFCrriyet", baseUrls: ["www.hurriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
2754
|
+
{ company: "Sabah", baseUrls: ["www.sabah.com.tr"], type: ["newspaper", "digital"] },
|
|
2755
|
+
{ company: "Milliyet", baseUrls: ["www.milliyet.com.tr"], type: ["newspaper", "digital"] },
|
|
2756
|
+
{ company: "TRT World", baseUrls: ["www.trtworld.com"], type: ["television", "digital"] },
|
|
2757
|
+
{ company: "CNN T\xFCrk", baseUrls: ["www.cnnturk.com"], type: ["television", "digital"] },
|
|
2758
|
+
{ company: "Sozcu", baseUrls: ["www.sozcu.com.tr"], type: ["newspaper", "digital"] },
|
|
2759
|
+
{ company: "Daily Sabah", baseUrls: ["www.dailysabah.com"], type: ["newspaper", "digital"] },
|
|
2760
|
+
{ company: "Yeni \u015Eafak", baseUrls: ["www.yenisafak.com"], type: ["newspaper", "digital"] },
|
|
2761
|
+
{ company: "Habert\xFCrk", baseUrls: ["www.haberturk.com"], type: ["television", "digital"] },
|
|
2762
|
+
{ company: "BirG\xFCn", baseUrls: ["www.birgun.net"], type: ["newspaper", "digital"] },
|
|
2763
|
+
{ company: "T\xFCrkiye Gazetesi", baseUrls: ["www.turkiyegazetesi.com.tr"], type: ["newspaper", "digital"] },
|
|
2764
|
+
{ company: "Cumhuriyet", baseUrls: ["www.cumhuriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
2765
|
+
{ company: "Diken", baseUrls: ["www.diken.com.tr"], type: ["digital-first"] },
|
|
2766
|
+
{ company: "NTV", baseUrls: ["www.ntv.com.tr"], type: ["television", "digital"] },
|
|
2767
|
+
{ company: "Ensonhaber", baseUrls: ["www.ensonhaber.com"], type: ["digital-first"] },
|
|
2768
|
+
{ company: "T24", baseUrls: ["www.t24.com.tr"], type: ["digital-first"] },
|
|
2769
|
+
{ company: "Karar", baseUrls: ["www.karar.com"], type: ["newspaper", "digital"] },
|
|
2770
|
+
{ company: "Gazete Duvar", baseUrls: ["www.gazeteduvar.com.tr"], type: ["digital-first"] },
|
|
2771
|
+
{ company: "Bloomberg HT", baseUrls: ["www.bloomberght.com"], type: ["television", "digital"] }
|
|
2772
|
+
];
|
|
2773
|
+
var NORWEGIAN_NEWS = [
|
|
2774
|
+
{ company: "Aftenposten", baseUrls: ["www.aftenposten.no"], type: ["newspaper", "digital"] },
|
|
2775
|
+
{ company: "Verdens Gang (VG)", baseUrls: ["www.vg.no"], type: ["newspaper", "digital"] },
|
|
2776
|
+
{ company: "Dagbladet", baseUrls: ["www.dagbladet.no"], type: ["newspaper", "digital"] },
|
|
2777
|
+
{ company: "NRK", baseUrls: ["www.nrk.no"], type: ["television", "radio", "digital"] },
|
|
2778
|
+
{ company: "Dagens N\xE6ringsliv", baseUrls: ["www.dn.no"], type: ["newspaper", "digital"] },
|
|
2779
|
+
{ company: "Nettavisen", baseUrls: ["www.nettavisen.no"], type: ["digital-first"] },
|
|
2780
|
+
{ company: "Klassekampen", baseUrls: ["www.klassekampen.no"], type: ["newspaper", "digital"] },
|
|
2781
|
+
{ company: "Morgenbladet", baseUrls: ["www.morgenbladet.no"], type: ["newspaper", "digital"] },
|
|
2782
|
+
{ company: "E24", baseUrls: ["www.e24.no"], type: ["digital-first", "business"] },
|
|
2783
|
+
{ company: "TV2", baseUrls: ["www.tv2.no"], type: ["television", "digital"] },
|
|
2784
|
+
{ company: "Bergens Tidende", baseUrls: ["www.bt.no"], type: ["newspaper", "digital"] },
|
|
2785
|
+
{ company: "Adresseavisen", baseUrls: ["www.adressa.no"], type: ["newspaper", "digital"] },
|
|
2786
|
+
{ company: "Stavanger Aftenblad", baseUrls: ["www.aftenbladet.no"], type: ["newspaper", "digital"] },
|
|
2787
|
+
{ company: "F\xE6drelandsvennen", baseUrls: ["www.fvn.no"], type: ["newspaper", "digital"] },
|
|
2788
|
+
{ company: "ABC Nyheter", baseUrls: ["www.abcnyheter.no"], type: ["digital-first"] },
|
|
2789
|
+
{ company: "Romerikes Blad", baseUrls: ["www.rb.no"], type: ["newspaper", "digital"] },
|
|
2790
|
+
{ company: "Sunnm\xF8rsposten", baseUrls: ["www.smp.no"], type: ["newspaper", "digital"] },
|
|
2791
|
+
{ company: "Finansavisen", baseUrls: ["www.finansavisen.no"], type: ["newspaper", "digital"] },
|
|
2792
|
+
{ company: "Nordlys", baseUrls: ["www.nordlys.no"], type: ["newspaper", "digital"] },
|
|
2793
|
+
{ company: "Hamar Arbeiderblad", baseUrls: ["www.h-a.no"], type: ["newspaper", "digital"] }
|
|
2794
|
+
];
|
|
2795
|
+
|
|
2356
2796
|
// src/types/dictionary/MapTo.ts
|
|
2357
2797
|
var toFinalizedConfig = (config) => {
|
|
2358
2798
|
return { ...config, finalized: true };
|
|
@@ -3791,53 +4231,57 @@ var isUom = (val) => {
|
|
|
3791
4231
|
};
|
|
3792
4232
|
|
|
3793
4233
|
// src/runtime/type-guards/metrics/isMetric.ts
|
|
4234
|
+
var separate = (s) => {
|
|
4235
|
+
return stripWhile(s.toLowerCase(), ...NUMERIC_CHAR).trim();
|
|
4236
|
+
};
|
|
3794
4237
|
var isAreaMetric = (val) => {
|
|
3795
|
-
return isString(val) && AREA_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4238
|
+
return isString(val) && AREA_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3796
4239
|
};
|
|
3797
4240
|
var isLuminosityMetric = (val) => {
|
|
3798
|
-
return isString(val) && LUMINOSITY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4241
|
+
return isString(val) && LUMINOSITY_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3799
4242
|
};
|
|
3800
4243
|
var isResistance = (val) => {
|
|
3801
|
-
return isString(val) && RESISTANCE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4244
|
+
return isString(val) && RESISTANCE_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3802
4245
|
};
|
|
3803
4246
|
var isCurrentMetric = (val) => {
|
|
3804
|
-
return isString(val) && CURRENT_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4247
|
+
return isString(val) && CURRENT_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3805
4248
|
};
|
|
3806
4249
|
var isVoltageMetric = (val) => {
|
|
3807
|
-
return isString(val) && VOLTAGE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4250
|
+
return isString(val) && VOLTAGE_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3808
4251
|
};
|
|
3809
4252
|
var isFrequencyMetric = (val) => {
|
|
3810
|
-
return isString(val) && FREQUENCY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4253
|
+
return isString(val) && FREQUENCY_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3811
4254
|
};
|
|
3812
4255
|
var isPowerMetric = (val) => {
|
|
3813
|
-
return isString(val) && POWER_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4256
|
+
return isString(val) && POWER_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3814
4257
|
};
|
|
3815
4258
|
var isTimeMetric = (val) => {
|
|
3816
|
-
return isString(val) && TIME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4259
|
+
return isString(val) && TIME_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3817
4260
|
};
|
|
3818
4261
|
var isEnergyMetric = (val) => {
|
|
3819
|
-
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4262
|
+
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3820
4263
|
};
|
|
3821
4264
|
var isPressureMetric = (val) => {
|
|
3822
|
-
return isString(val) && PRESSURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4265
|
+
return isString(val) && PRESSURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3823
4266
|
};
|
|
3824
4267
|
var isTemperatureMetric = (val) => {
|
|
3825
|
-
return isString(val) && TEMPERATURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4268
|
+
return isString(val) && TEMPERATURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3826
4269
|
};
|
|
3827
4270
|
var isVolumeMetric = (val) => {
|
|
3828
|
-
return isString(val) && VOLUME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4271
|
+
return isString(val) && VOLUME_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3829
4272
|
};
|
|
3830
4273
|
var isAccelerationMetric = (val) => {
|
|
3831
|
-
return isString(val) && ACCELERATION_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4274
|
+
return isString(val) && ACCELERATION_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3832
4275
|
};
|
|
3833
4276
|
var isSpeedMetric = (val) => {
|
|
3834
|
-
|
|
4277
|
+
const speed = SPEED_METRICS_LOOKUP.map((i) => i.abbrev);
|
|
4278
|
+
return isString(val) && speed.includes(separate(val));
|
|
3835
4279
|
};
|
|
3836
4280
|
var isMassMetric = (val) => {
|
|
3837
|
-
return isString(val) && MASS_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
4281
|
+
return isString(val) && MASS_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3838
4282
|
};
|
|
3839
4283
|
var isDistanceMetric = (val) => {
|
|
3840
|
-
return isString(val) &&
|
|
4284
|
+
return isString(val) && DISTANCE_METRICS_LOOKUP.map((i) => i.abbrev).includes(separate(val));
|
|
3841
4285
|
};
|
|
3842
4286
|
var isMetric = (val) => {
|
|
3843
4287
|
return isDistanceMetric(val) || isMassMetric(val) || isSpeedMetric(val) || isAccelerationMetric(val) || isVoltageMetric(val) || isTemperatureMetric(val) || isPressureMetric(val) || isEnergyMetric(val) || isTimeMetric(val) || isPowerMetric(val) || isFrequencyMetric(val) || isVoltageMetric(val) || isCurrentMetric(val) || isLuminosityMetric(val) || isAreaMetric(val);
|
|
@@ -4174,6 +4618,12 @@ function retainUntilInclusive(content, ...find2) {
|
|
|
4174
4618
|
return idx === 0 ? content.slice(0, 1) : content.slice(0, idx + 1);
|
|
4175
4619
|
}
|
|
4176
4620
|
|
|
4621
|
+
// src/runtime/literals/stripWhile.ts
|
|
4622
|
+
var stripWhile = (content, ...match) => {
|
|
4623
|
+
const stopIdx = asChars(content).findIndex((c) => !match.includes(c));
|
|
4624
|
+
return content.slice(stopIdx);
|
|
4625
|
+
};
|
|
4626
|
+
|
|
4177
4627
|
// src/runtime/literals/phone/getPhoneCountryCode.ts
|
|
4178
4628
|
var getPhoneCountryCode = (phone) => {
|
|
4179
4629
|
return phone.trim().startsWith("+") || phone.trim().startsWith("00") ? retainWhile(
|
|
@@ -4919,20 +5369,26 @@ var asVueRef = (value) => ({
|
|
|
4919
5369
|
AMAZON_DNS,
|
|
4920
5370
|
APPLE_DNS,
|
|
4921
5371
|
AREA_METRICS_LOOKUP,
|
|
5372
|
+
AUSTRALIAN_NEWS,
|
|
5373
|
+
BELGIUM_NEWS,
|
|
4922
5374
|
BEST_BUY_DNS,
|
|
4923
5375
|
BLOOD_MARKERS_LOOKUP,
|
|
5376
|
+
CANADIAN_NEWS,
|
|
4924
5377
|
CHEWY_DNS,
|
|
5378
|
+
CHINESE_NEWS,
|
|
4925
5379
|
COMMA,
|
|
4926
5380
|
COMMON_OBJ_PROPS,
|
|
4927
5381
|
CONSONANTS,
|
|
4928
5382
|
COSTCO_DNS,
|
|
4929
5383
|
CURRENT_METRICS_LOOKUP,
|
|
4930
5384
|
CVS_DNS,
|
|
5385
|
+
DANISH_NEWS,
|
|
4931
5386
|
DEFAULT_MANY_TO_ONE_MAPPING,
|
|
4932
5387
|
DEFAULT_ONE_TO_MANY_MAPPING,
|
|
4933
5388
|
DEFAULT_ONE_TO_ONE_MAPPING,
|
|
4934
5389
|
DELL_DNS,
|
|
4935
5390
|
DISTANCE_METRICS_LOOKUP,
|
|
5391
|
+
DUTCH_NEWS,
|
|
4936
5392
|
EBAY_DNS,
|
|
4937
5393
|
ENERGY_METRICS_LOOKUP,
|
|
4938
5394
|
ETSY_DNS,
|
|
@@ -4949,7 +5405,9 @@ var asVueRef = (value) => ({
|
|
|
4949
5405
|
ExifSubjectDistance,
|
|
4950
5406
|
FALSY_TYPE_KINDS,
|
|
4951
5407
|
FALSY_VALUES,
|
|
5408
|
+
FRENCH_NEWS,
|
|
4952
5409
|
FREQUENCY_METRICS_LOOKUP,
|
|
5410
|
+
GERMAN_NEWS,
|
|
4953
5411
|
GITHUB_INSIGHT_CATEGORY_LOOKUP,
|
|
4954
5412
|
HASH_TABLE_ALPHA_LOWER,
|
|
4955
5413
|
HASH_TABLE_ALPHA_UPPER,
|
|
@@ -4962,9 +5420,12 @@ var asVueRef = (value) => ({
|
|
|
4962
5420
|
HOME_DEPOT_DNS,
|
|
4963
5421
|
IKEA_DNS,
|
|
4964
5422
|
IMAGE_FORMAT_LOOKUP,
|
|
5423
|
+
INDIAN_NEWS,
|
|
4965
5424
|
IPv4,
|
|
4966
5425
|
IPv6,
|
|
4967
5426
|
ISO3166_1,
|
|
5427
|
+
ITALIAN_NEWS,
|
|
5428
|
+
JAPANESE_NEWS,
|
|
4968
5429
|
KROGER_DNS,
|
|
4969
5430
|
LITERAL_TYPE_KINDS,
|
|
4970
5431
|
LOWER_ALPHA_CHARS,
|
|
@@ -4973,6 +5434,7 @@ var asVueRef = (value) => ({
|
|
|
4973
5434
|
MACYS_DNS,
|
|
4974
5435
|
MARKED,
|
|
4975
5436
|
MASS_METRICS_LOOKUP,
|
|
5437
|
+
MEXICAN_NEWS,
|
|
4976
5438
|
MONTH_ABBR,
|
|
4977
5439
|
MONTH_NAME,
|
|
4978
5440
|
MapCardinality,
|
|
@@ -4980,6 +5442,7 @@ var asVueRef = (value) => ({
|
|
|
4980
5442
|
NETWORK_PROTOCOL_LOOKUP,
|
|
4981
5443
|
NIKE_DNS,
|
|
4982
5444
|
NON_ZERO_NUMERIC_CHAR,
|
|
5445
|
+
NORWEGIAN_NEWS,
|
|
4983
5446
|
NOT_APPLICABLE,
|
|
4984
5447
|
NOT_DEFINED,
|
|
4985
5448
|
NO_DEFAULT_VALUE,
|
|
@@ -5016,7 +5479,10 @@ var asVueRef = (value) => ({
|
|
|
5016
5479
|
SIMPLE_TOKENS,
|
|
5017
5480
|
SIMPLE_UNION_TOKENS,
|
|
5018
5481
|
SINGULAR_NOUN_ENDINGS,
|
|
5482
|
+
SOUTH_KOREAN_NEWS,
|
|
5483
|
+
SPANISH_NEWS,
|
|
5019
5484
|
SPEED_METRICS_LOOKUP,
|
|
5485
|
+
SWISS_NEWS,
|
|
5020
5486
|
ShapeApiImplementation,
|
|
5021
5487
|
TARGET_DNS,
|
|
5022
5488
|
TEMPERATURE_METRICS_LOOKUP,
|
|
@@ -5030,6 +5496,7 @@ var asVueRef = (value) => ({
|
|
|
5030
5496
|
TT_STOP,
|
|
5031
5497
|
TT_Sets,
|
|
5032
5498
|
TT_Singletons,
|
|
5499
|
+
TURKISH_NEWS,
|
|
5033
5500
|
TW_CHROMA,
|
|
5034
5501
|
TW_CHROMA_100,
|
|
5035
5502
|
TW_CHROMA_200,
|
|
@@ -5066,7 +5533,9 @@ var asVueRef = (value) => ({
|
|
|
5066
5533
|
TYPE_TOKEN_PARAM_STR,
|
|
5067
5534
|
TYPE_TOKEN_PARAM_TIME,
|
|
5068
5535
|
TYPE_TRANSFORMS,
|
|
5536
|
+
UK_NEWS,
|
|
5069
5537
|
UPPER_ALPHA_CHARS,
|
|
5538
|
+
US_NEWS,
|
|
5070
5539
|
US_STATE_LOOKUP,
|
|
5071
5540
|
US_STATE_LOOKUP_PROVINCES,
|
|
5072
5541
|
US_STATE_LOOKUP_STRICT,
|
|
@@ -5411,6 +5880,7 @@ var asVueRef = (value) => ({
|
|
|
5411
5880
|
stripSurround,
|
|
5412
5881
|
stripTrailing,
|
|
5413
5882
|
stripUntil,
|
|
5883
|
+
stripWhile,
|
|
5414
5884
|
surround,
|
|
5415
5885
|
takeNumericCharacters,
|
|
5416
5886
|
takeProp,
|