Merge pull request #10474 from timvandermeij/updates

Update translations and packages
This commit is contained in:
Tim van der Meij 2019-01-20 16:40:25 +01:00 committed by GitHub
commit f26129de26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 160 additions and 67 deletions

View File

@ -167,9 +167,22 @@ find_reached_bottom=S'ha arribat al final del document, es continua pel principi
# "{{current}}" and "{{total}}" will be replaced by a number representing the # "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing # index of the currently active find result, respectively a number representing
# the total number of matches in the document. # the total number of matches in the document.
find_match_count={[ plural(total) ]}
find_match_count[one]={{current}} de {{total}} coincidència
find_match_count[two]={{current}} de {{total}} coincidències
find_match_count[few]={{current}} de {{total}} coincidències
find_match_count[many]={{current}} de {{total}} coincidències
find_match_count[other]={{current}} de {{total}} coincidències
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value. # [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value. # "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_match_count_limit[zero]=Més de {{limit}} coincidències
find_match_count_limit[one]=Més d'{{limit}} coincidència
find_match_count_limit[two]=Més de {{limit}} coincidències
find_match_count_limit[few]=Més de {{limit}} coincidències
find_match_count_limit[many]=Més de {{limit}} coincidències
find_match_count_limit[other]=Més de {{limit}} coincidències
find_not_found=No s'ha trobat l'expressió find_not_found=No s'ha trobat l'expressió
# Error panel labels # Error panel labels

View File

@ -72,6 +72,7 @@ scroll_horizontal_label=क्षितिजिय स्क्रॉलिं
scroll_wrapped.title=व्राप्पेड स्क्रॉलिंग का उपयोग करें scroll_wrapped.title=व्राप्पेड स्क्रॉलिंग का उपयोग करें
spread_none_label=कोई स्प्रेड उपलब्ध नहीं spread_none_label=कोई स्प्रेड उपलब्ध नहीं
spread_odd_label=विषम फैलाव
# Document properties dialog box # Document properties dialog box
document_properties.title=दस्तावेज़ विशेषता... document_properties.title=दस्तावेज़ विशेषता...
@ -99,13 +100,13 @@ document_properties_version=PDF संस्करण:
document_properties_page_count=पृष्ठ गिनती: document_properties_page_count=पृष्ठ गिनती:
document_properties_page_size=पृष्ठ आकार: document_properties_page_size=पृष्ठ आकार:
document_properties_page_size_unit_inches=इंच document_properties_page_size_unit_inches=इंच
document_properties_page_size_unit_millimeters=mm document_properties_page_size_unit_millimeters=मिमी
document_properties_page_size_orientation_portrait=पोर्ट्रेट document_properties_page_size_orientation_portrait=पोर्ट्रेट
document_properties_page_size_orientation_landscape=लैंडस्केप document_properties_page_size_orientation_landscape=लैंडस्केप
document_properties_page_size_name_a3=A3 document_properties_page_size_name_a3=A3
document_properties_page_size_name_a4=A4 document_properties_page_size_name_a4=A4
document_properties_page_size_name_letter=लेट document_properties_page_size_name_letter=पत्
document_properties_page_size_name_legal=लीगल document_properties_page_size_name_legal=क़ानूनी
# LOCALIZATION NOTE (document_properties_page_size_dimension_string): # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
# "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
# the size, respectively their unit of measurement and orientation, of the (current) page. # the size, respectively their unit of measurement and orientation, of the (current) page.
@ -156,11 +157,20 @@ find_input.placeholder=दस्तावेज़ में खोजें...
find_previous.title=वाक्यांश की पिछली उपस्थिति ढूँढ़ें find_previous.title=वाक्यांश की पिछली उपस्थिति ढूँढ़ें
find_previous_label=पिछला find_previous_label=पिछला
find_next.title=वाक्यांश की अगली उपस्थिति ढूँढ़ें find_next.title=वाक्यांश की अगली उपस्थिति ढूँढ़ें
find_next_label=आगे find_next_label=अगला
find_highlight=\u0020सभी आलोकित करें find_highlight=\u0020सभी आलोकित करें
find_match_case_label=मिलान स्थिति find_match_case_label=मिलान स्थिति
find_entire_word_label=संपूर्ण शब्द
find_reached_top=पृष्ठ के ऊपर पहुंच गया, नीचे से जारी रखें find_reached_top=पृष्ठ के ऊपर पहुंच गया, नीचे से जारी रखें
find_reached_bottom=पृष्ठ के नीचे में जा पहुँचा, ऊपर से जारी find_reached_bottom=पृष्ठ के नीचे में जा पहुँचा, ऊपर से जारी
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
# [one|two|few|many|other], with [other] as the default value.
# "{{current}}" and "{{total}}" will be replaced by a number representing the
# index of the currently active find result, respectively a number representing
# the total number of matches in the document.
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value.
find_not_found=वाक्यांश नहीं मिला find_not_found=वाक्यांश नहीं मिला
# Error panel labels # Error panel labels

View File

@ -110,6 +110,8 @@ document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software. # the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized_yes=
document_properties_linearized_no=Nei
document_properties_close=Loka document_properties_close=Loka
print_progress_message=Undirbý skjal fyrir prentun… print_progress_message=Undirbý skjal fyrir prentun…
@ -150,6 +152,7 @@ find_next.title=Leita að næsta tilfelli þessara orða
find_next_label=Næsti find_next_label=Næsti
find_highlight=Lita allt find_highlight=Lita allt
find_match_case_label=Passa við stafstöðu find_match_case_label=Passa við stafstöðu
find_entire_word_label=Heil orð
find_reached_top=Náði efst í skjal, held áfram neðst find_reached_top=Náði efst í skjal, held áfram neðst
find_reached_bottom=Náði enda skjals, held áfram efst find_reached_bottom=Náði enda skjals, held áfram efst
# LOCALIZATION NOTE (find_match_count): The supported plural forms are # LOCALIZATION NOTE (find_match_count): The supported plural forms are
@ -161,6 +164,7 @@ find_match_count={[ plural(total) ]}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value. # [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value. # "{{limit}}" will be replaced by a numerical value.
find_match_count_limit={[ plural(limit) ]}
find_not_found=Fann ekki orðið find_not_found=Fann ekki orðið
# Error panel labels # Error panel labels

View File

@ -116,6 +116,7 @@ document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}}
document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}}) document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
# LOCALIZATION NOTE (document_properties_linearized): The linearization status of # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
# the document; usually called "Fast Web View" in English locales of Adobe software. # the document; usually called "Fast Web View" in English locales of Adobe software.
document_properties_linearized=ਤੇਜ਼ ਵੈੱਬ ਝਲਕ:
document_properties_linearized_yes=ਹਾਂ document_properties_linearized_yes=ਹਾਂ
document_properties_linearized_no=ਨਹੀਂ document_properties_linearized_no=ਨਹੀਂ
document_properties_close=ਬੰਦ ਕਰੋ document_properties_close=ਬੰਦ ਕਰੋ

View File

@ -145,8 +145,8 @@ attachments.title=Mostrar anexos
attachments_label=Anexos attachments_label=Anexos
thumbs.title=Mostrar miniaturas thumbs.title=Mostrar miniaturas
thumbs_label=Miniaturas thumbs_label=Miniaturas
findbar.title=Localizar no documento findbar.title=Procurar no documento
findbar_label=Localizar findbar_label=Procurar
# Thumbnails panel item (tooltip and alt text for images) # Thumbnails panel item (tooltip and alt text for images)
# LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
@ -157,11 +157,11 @@ thumb_page_title=Página {{page}}
thumb_page_canvas=Miniatura da página {{page}} thumb_page_canvas=Miniatura da página {{page}}
# Find panel button title and messages # Find panel button title and messages
find_input.title=Localizar find_input.title=Procurar
find_input.placeholder=Localizar no documento… find_input.placeholder=Procurar no documento…
find_previous.title=Localizar a ocorrência anterior da frase find_previous.title=Procurar a ocorrência anterior da frase
find_previous_label=Anterior find_previous_label=Anterior
find_next.title=Localizar a próxima ocorrência da frase find_next.title=Procurar a próxima ocorrência da frase
find_next_label=Próxima find_next_label=Próxima
find_highlight=Realçar tudo find_highlight=Realçar tudo
find_match_case_label=Diferenciar maiúsculas/minúsculas find_match_case_label=Diferenciar maiúsculas/minúsculas

View File

@ -69,6 +69,8 @@ scroll_vertical.title=Përdor Rrëshqitje Vertikale
scroll_vertical_label=Rrëshqitje Vertikale scroll_vertical_label=Rrëshqitje Vertikale
scroll_horizontal.title=Përdor Rrëshqitje Horizontale scroll_horizontal.title=Përdor Rrëshqitje Horizontale
scroll_horizontal_label=Rrëshqitje Horizontale scroll_horizontal_label=Rrëshqitje Horizontale
scroll_wrapped.title=Përdor Rrëshqitje Me Mbështjellje
scroll_wrapped_label=Rrëshqitje Me Mbështjellje
# Document properties dialog box # Document properties dialog box

View File

@ -90,7 +90,7 @@ document_properties_kb={{size_kb}} KB ({{size_b}} ไบต์)
# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
# will be replaced by the PDF file size in megabytes, respectively in bytes. # will be replaced by the PDF file size in megabytes, respectively in bytes.
document_properties_mb={{size_mb}} MB ({{size_b}} ไบต์) document_properties_mb={{size_mb}} MB ({{size_b}} ไบต์)
document_properties_title=ชื่อ: document_properties_title=ชื่อเรื่อง:
document_properties_author=ผู้สร้าง: document_properties_author=ผู้สร้าง:
document_properties_subject=ชื่อเรื่อง: document_properties_subject=ชื่อเรื่อง:
document_properties_keywords=คำสำคัญ: document_properties_keywords=คำสำคัญ:
@ -208,7 +208,7 @@ error_stack=สแตก: {{stack}}
error_file=ไฟล์: {{file}} error_file=ไฟล์: {{file}}
# LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
error_line=บรรทัด: {{line}} error_line=บรรทัด: {{line}}
rendering_error=เกิดข้อผิดพลาดขณะกำลังเรนเดอร์หน้า rendering_error=เกิดข้อผิดพลาดขณะเรนเดอร์หน้า
# Predefined zoom values # Predefined zoom values
page_scale_width=ความกว้างหน้า page_scale_width=ความกว้างหน้า
@ -221,7 +221,7 @@ page_scale_percent={{scale}}%
# Loading indicator messages # Loading indicator messages
loading_error_indicator=ข้อผิดพลาด loading_error_indicator=ข้อผิดพลาด
loading_error=เกิดข้อผิดพลาดขณะกำลังโหลด PDF loading_error=เกิดข้อผิดพลาดขณะโหลด PDF
invalid_file_error=ไฟล์ PDF ไม่ถูกต้องหรือเสียหาย invalid_file_error=ไฟล์ PDF ไม่ถูกต้องหรือเสียหาย
missing_file_error=ไฟล์ PDF หายไป missing_file_error=ไฟล์ PDF หายไป
unexpected_response_error=การตอบสนองของเซิร์ฟเวอร์ที่ไม่คาดคิด unexpected_response_error=การตอบสนองของเซิร์ฟเวอร์ที่ไม่คาดคิด

View File

@ -60,9 +60,9 @@ page_rotate_ccw.title=Xoay ngược chiều kim đồng hồ
page_rotate_ccw.label=Xoay ngược chiều kim đồng hồ page_rotate_ccw.label=Xoay ngược chiều kim đồng hồ
page_rotate_ccw_label=Xoay ngược chiều kim đồng hồ page_rotate_ccw_label=Xoay ngược chiều kim đồng hồ
cursor_text_select_tool.title=Bật công cụ chọn vùng văn bản cursor_text_select_tool.title=Kích hoạt công cụ chọn vùng văn bản
cursor_text_select_tool_label=Công cụ chọn vùng văn bản cursor_text_select_tool_label=Công cụ chọn vùng văn bản
cursor_hand_tool.title=Bật công cụ con trỏ cursor_hand_tool.title=Kích hoạt công cụ con trỏ
cursor_hand_tool_label=Công cụ con trỏ cursor_hand_tool_label=Công cụ con trỏ
scroll_vertical.title=Sử dụng cuộn dọc scroll_vertical.title=Sử dụng cuộn dọc

View File

@ -157,7 +157,7 @@ thumb_page_title=頁 {{page}}
thumb_page_canvas=頁 {{page}} 的縮圖 thumb_page_canvas=頁 {{page}} 的縮圖
# Find panel button title and messages # Find panel button title and messages
find_input.title= find_input.title=
find_input.placeholder=在文件中搜尋… find_input.placeholder=在文件中搜尋…
find_previous.title=尋找文字前次出現的位置 find_previous.title=尋找文字前次出現的位置
find_previous_label=上一個 find_previous_label=上一個

155
package-lock.json generated
View File

@ -1545,17 +1545,61 @@
"dev": true "dev": true
}, },
"autoprefixer": { "autoprefixer": {
"version": "9.4.4", "version": "9.4.5",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.4.4.tgz", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.4.5.tgz",
"integrity": "sha512-7tpjBadJyHKf+gOJEmKhZIksWxdZCSrnKbbTJNsw+/zX9+f//DLELRQPWjjjVoDbbWlCuNRkN7RfmZwDVgWMLw==", "integrity": "sha512-M602C0ZxzFpJKqD4V6eq2j+K5CkzlhekCrcQupJmAOrPEZjWJyj/wSeo6qRSNoN6M3/9mtLPQqTTrABfReytQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"browserslist": "^4.3.7", "browserslist": "^4.4.0",
"caniuse-lite": "^1.0.30000926", "caniuse-lite": "^1.0.30000928",
"normalize-range": "^0.1.2", "normalize-range": "^0.1.2",
"num2fraction": "^1.2.2", "num2fraction": "^1.2.2",
"postcss": "^7.0.7", "postcss": "^7.0.11",
"postcss-value-parser": "^3.3.1" "postcss-value-parser": "^3.3.1"
},
"dependencies": {
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"dependencies": {
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dev": true,
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"postcss": {
"version": "7.0.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.13.tgz",
"integrity": "sha512-h8SY6kQTd1wISHWjz+E6cswdhMuyBZRb16pSTv3W4zYZ3/YbyWeJdNUeOXB5IdZqE1U76OUEjjjqsC3z2f3hVg==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^6.1.0"
}
},
"supports-color": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
"integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
"dev": true,
"requires": {
"has-flag": "^3.0.0"
}
}
} }
}, },
"babel-loader": { "babel-loader": {
@ -1911,13 +1955,13 @@
} }
}, },
"browserslist": { "browserslist": {
"version": "4.3.7", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.7.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.4.1.tgz",
"integrity": "sha512-pWQv51Ynb0MNk9JGMCZ8VkM785/4MQNXiFYtPqI7EEP0TJO+/d/NqRVn1uiAN0DNbnlUSpL2sh16Kspasv3pUQ==", "integrity": "sha512-pEBxEXg7JwaakBXjATYw/D1YZh4QUSCX/Mnd/wnqSRPPSi1U39iDhDoKGoBUcraKdxDlrYqJxSI5nNvD+dWP2A==",
"dev": true, "dev": true,
"requires": { "requires": {
"caniuse-lite": "^1.0.30000925", "caniuse-lite": "^1.0.30000929",
"electron-to-chromium": "^1.3.96", "electron-to-chromium": "^1.3.103",
"node-releases": "^1.1.3" "node-releases": "^1.1.3"
}, },
"dependencies": { "dependencies": {
@ -2030,9 +2074,9 @@
"dev": true "dev": true
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30000927", "version": "1.0.30000929",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000927.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000929.tgz",
"integrity": "sha512-ogq4NbUWf1uG/j66k0AmiO3GjqJAlQyF8n4w8a954cbCyFKmYGvRtgz6qkq2fWuduTXHibX7GyYL5Pg58Aks2g==", "integrity": "sha512-n2w1gPQSsYyorSVYqPMqbSaz1w7o9ZC8VhOEGI9T5MfGDzp7sbopQxG6GaQmYsaq13Xfx/mkxJUWC1Dz3oZfzw==",
"dev": true "dev": true
}, },
"catharsis": { "catharsis": {
@ -2460,9 +2504,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "2.6.1", "version": "2.6.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.2.tgz",
"integrity": "sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg==", "integrity": "sha512-NdBPF/RVwPW6jr0NCILuyN9RiqLo2b1mddWHkUL+VnvcB7dzlnBJ1bXYntjpTGOgkZiiLWj2JxmOr7eGE3qK6g==",
"dev": true "dev": true
}, },
"core-util-is": { "core-util-is": {
@ -2876,9 +2920,9 @@
"dev": true "dev": true
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.98", "version": "1.3.103",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.98.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.103.tgz",
"integrity": "sha512-WIZdNuvE3dFr6kkPgv4d/cfswNZD6XbeLBM8baOIQTsnbf4xWrVEaLvp7oNnbnMWWXDqq7Tbv+H5JfciLTJm4Q==", "integrity": "sha512-tObPqGmY9X8MUM8i3MEimYmbnLLf05/QV5gPlkR8MQ3Uj8G8B2govE1U4cQcBYtv3ymck9Y8cIOu4waoiykMZQ==",
"dev": true "dev": true
}, },
"elliptic": { "elliptic": {
@ -3097,9 +3141,9 @@
} }
}, },
"eslint": { "eslint": {
"version": "5.12.0", "version": "5.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.12.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.12.1.tgz",
"integrity": "sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==", "integrity": "sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
@ -3823,7 +3867,8 @@
"ansi-regex": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"aproba": { "aproba": {
"version": "1.2.0", "version": "1.2.0",
@ -3844,12 +3889,14 @@
"balanced-match": { "balanced-match": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"balanced-match": "^1.0.0", "balanced-match": "^1.0.0",
"concat-map": "0.0.1" "concat-map": "0.0.1"
@ -3864,17 +3911,20 @@
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"concat-map": { "concat-map": {
"version": "0.0.1", "version": "0.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"console-control-strings": { "console-control-strings": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"core-util-is": { "core-util-is": {
"version": "1.0.2", "version": "1.0.2",
@ -3991,7 +4041,8 @@
"inherits": { "inherits": {
"version": "2.0.3", "version": "2.0.3",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.5",
@ -4003,6 +4054,7 @@
"version": "1.0.0", "version": "1.0.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"number-is-nan": "^1.0.0" "number-is-nan": "^1.0.0"
} }
@ -4017,6 +4069,7 @@
"version": "3.0.4", "version": "3.0.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
@ -4024,12 +4077,14 @@
"minimist": { "minimist": {
"version": "0.0.8", "version": "0.0.8",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"minipass": { "minipass": {
"version": "2.2.4", "version": "2.2.4",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.1", "safe-buffer": "^5.1.1",
"yallist": "^3.0.0" "yallist": "^3.0.0"
@ -4048,6 +4103,7 @@
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
@ -4128,7 +4184,8 @@
"number-is-nan": { "number-is-nan": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"object-assign": { "object-assign": {
"version": "4.1.1", "version": "4.1.1",
@ -4140,6 +4197,7 @@
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
@ -4225,7 +4283,8 @@
"safe-buffer": { "safe-buffer": {
"version": "5.1.1", "version": "5.1.1",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"safer-buffer": { "safer-buffer": {
"version": "2.1.2", "version": "2.1.2",
@ -4261,6 +4320,7 @@
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"code-point-at": "^1.0.0", "code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0", "is-fullwidth-code-point": "^1.0.0",
@ -4280,6 +4340,7 @@
"version": "3.0.1", "version": "3.0.1",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true,
"requires": { "requires": {
"ansi-regex": "^2.0.0" "ansi-regex": "^2.0.0"
} }
@ -4323,12 +4384,14 @@
"wrappy": { "wrappy": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
}, },
"yallist": { "yallist": {
"version": "3.0.2", "version": "3.0.2",
"bundled": true, "bundled": true,
"dev": true "dev": true,
"optional": true
} }
} }
}, },
@ -4431,9 +4494,9 @@
} }
}, },
"globals": { "globals": {
"version": "11.9.0", "version": "11.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-11.10.0.tgz",
"integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==", "integrity": "sha512-0GZF1RiPKU97IHUO5TORo9w1PwrH/NBPl+fS7oMLdaTRiYmYbwK4NWoZWrAdd0/abG9R2BU+OiwyQpTpE6pdfQ==",
"dev": true "dev": true
}, },
"glogg": { "glogg": {
@ -11385,9 +11448,9 @@
} }
}, },
"systemjs": { "systemjs": {
"version": "0.21.5", "version": "0.21.6",
"resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.21.5.tgz", "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-0.21.6.tgz",
"integrity": "sha512-GWzZhN/x7Fsae2CYkz2GF7OgOS+YDgKulcgd5L1kTogZHMKDrPx5T8zI8I0y5RoU9Dx78Z7j1XMfuFa1thD84A==", "integrity": "sha512-R+5S9eV9vcQgWOoS4D87joZ4xkFJHb19ZsyKY07D1+VBDE9bwYcU+KXE0r5XlDA8mFoJGyuWDbfrNoh90JsA8g==",
"dev": true "dev": true
}, },
"systemjs-plugin-babel": { "systemjs-plugin-babel": {
@ -11397,9 +11460,9 @@
"dev": true "dev": true
}, },
"table": { "table": {
"version": "5.1.1", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/table/-/table-5.1.1.tgz", "resolved": "https://registry.npmjs.org/table/-/table-5.2.1.tgz",
"integrity": "sha512-NUjapYb/qd4PeFW03HnAuOJ7OMcBkJlqeClWxeNlQ0lXGSb52oZXGzkO0/I0ARegQ2eUT1g2VDJH0eUxDRcHmw==", "integrity": "sha512-qmhNs2GEHNqY5fd2Mo+8N1r2sw/rvTAAvBZTaTx+Y7PHLypqyrxr1MdIu0pLw6Xvl/Gi4ONu/sdceP8vvUjkyA==",
"dev": true, "dev": true,
"requires": { "requires": {
"ajv": "^6.6.1", "ajv": "^6.6.1",
@ -11409,9 +11472,9 @@
}, },
"dependencies": { "dependencies": {
"ajv": { "ajv": {
"version": "6.6.2", "version": "6.7.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.7.0.tgz",
"integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==", "integrity": "sha512-RZXPviBTtfmtka9n9sy1N5M5b82CbxWIR6HIis4s3WQTXDJamc/0gpCWNGz6EWdWp4DOfjzJfhz/AS9zVPjjWg==",
"dev": true, "dev": true,
"requires": { "requires": {
"fast-deep-equal": "^2.0.1", "fast-deep-equal": "^2.0.1",

View File

@ -8,17 +8,17 @@
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.2.0", "@babel/runtime": "^7.2.0",
"acorn": "^6.0.5", "acorn": "^6.0.5",
"autoprefixer": "^9.4.4", "autoprefixer": "^9.4.5",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"core-js": "^2.6.1", "core-js": "^2.6.2",
"escodegen": "^1.11.0", "escodegen": "^1.11.0",
"eslint": "^5.12.0", "eslint": "^5.12.1",
"eslint-plugin-import": "^2.14.0", "eslint-plugin-import": "^2.14.0",
"eslint-plugin-mozilla": "^1.0.4", "eslint-plugin-mozilla": "^1.0.4",
"eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-unicorn": "^6.0.1", "eslint-plugin-unicorn": "^6.0.1",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
"globals": "^11.9.0", "globals": "^11.10.0",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-postcss": "^8.0.0", "gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
@ -34,7 +34,7 @@
"node-ensure": "^0.0.0", "node-ensure": "^0.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"systemjs": "^0.21.5", "systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25", "systemjs-plugin-babel": "^0.0.25",
"terser": "^3.14.1", "terser": "^3.14.1",
"ttest": "^2.0.0", "ttest": "^2.0.0",