[Pkg-javascript-commits] [node-unicode-10.0.0] 02/02: Initial packaging

Julien Puydt julien.puydt at laposte.net
Sun Aug 20 07:50:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-unicode-10.0.0.

commit 4d83180f3d2bfdefeda0c07103ab31ab6d729885
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Aug 20 09:15:55 2017 +0200

    Initial packaging
---
 debian/changelog                |   5 +
 debian/compat                   |   1 +
 debian/control                  |  20 +
 debian/copyright                |  34 ++
 debian/docs                     |   1 +
 debian/install                  |  14 +
 debian/rules                    |   4 +
 debian/source/format            |   1 +
 debian/source/lintian-overrides | 970 ++++++++++++++++++++++++++++++++++++++++
 debian/tests/control            |   2 +
 debian/tests/require            |   3 +
 debian/watch                    |   5 +
 12 files changed, 1060 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e7b5612
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+node-unicode-10.0.0 (0.7.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #872697)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Sun, 20 Aug 2017 09:43:08 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0500e2f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: node-unicode-10.0.0
+Section: web
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Julien Puydt <julien.puydt at laposte.net>
+Build-Depends: debhelper (>= 10), nodejs
+Standards-Version: 4.0.1
+Homepage: https://github.com/mathiasbynens/unicode-10.0.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-unicode-10.0.0.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-unicode-10.0.0.git
+
+Package: node-unicode-10.0.0
+Architecture: all
+Depends: ${misc:Depends}, nodejs
+Description: Unicode data for Node.js
+ JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols,
+ and regular expressions for Unicode v10.0.0’s categories, scripts, blocks,
+ bidi, and other properties.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e019d43
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: unicode-10.0.0
+Upstream-Contact: https://github.com/mathiasbynens/node-unicode-data/issues
+Source: https://github.com/mathiasbynens/unicode-10.0.0
+
+Files: *
+Copyright: 2017 Mathias Bynens (https://mathiasbynens.be/)
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Julien Puydt <julien.puydt at laposte.net>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c0456a0
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,14 @@
+General_Category usr/lib/nodejs/unicode-10.0.0/
+package.json usr/lib/nodejs/unicode-10.0.0/
+Bidi_Class usr/lib/nodejs/unicode-10.0.0/
+Bidi_Mirroring_Glyph usr/lib/nodejs/unicode-10.0.0/
+Bidi_Paired_Bracket_Type usr/lib/nodejs/unicode-10.0.0/
+Binary_Property usr/lib/nodejs/unicode-10.0.0/
+Script_Extensions usr/lib/nodejs/unicode-10.0.0/
+index.js usr/lib/nodejs/unicode-10.0.0/
+Word_Break usr/lib/nodejs/unicode-10.0.0/
+Block usr/lib/nodejs/unicode-10.0.0/
+Names usr/lib/nodejs/unicode-10.0.0/
+Script usr/lib/nodejs/unicode-10.0.0/
+Case_Folding usr/lib/nodejs/unicode-10.0.0/
+Line_Break usr/lib/nodejs/unicode-10.0.0/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..06a8702
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,970 @@
+# This is data...
+node-unicode-10.0.0 source: source-is-missing index.js line length is 11587 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Arabic_Letter/code-points.js line length is 9046 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Arabic_Letter/regex.js line length is 622 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Arabic_Letter/symbols.js line length is 9609 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Arabic_Number/symbols.js line length is 661 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Boundary_Neutral/code-points.js line length is 1052 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Boundary_Neutral/symbols.js line length is 2183 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/European_Number/code-points.js line length is 942 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/European_Number/symbols.js line length is 1910 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/European_Terminator/symbols.js line length is 628 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Left_To_Right/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Left_To_Right/regex.js line length is 8263 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Left_To_Right/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Nonspacing_Mark/code-points.js line length is 13718 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Nonspacing_Mark/regex.js line length is 3282 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Nonspacing_Mark/symbols.js line length is 14690 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Other_Neutral/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Other_Neutral/regex.js line length is 2049 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Other_Neutral/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Right_To_Left/code-points.js line length is 9895 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Right_To_Left/regex.js line length is 767 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Class/Right_To_Left/symbols.js line length is 10957 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Paired_Bracket_Type/Close/symbols.js line length is 541 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Paired_Bracket_Type/None/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Paired_Bracket_Type/None/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Bidi_Paired_Bracket_Type/Open/symbols.js line length is 541 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ASCII/symbols.js line length is 617 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Alphabetic/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Alphabetic/regex.js line length is 8126 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Alphabetic/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Any/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Any/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Assigned/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Assigned/regex.js line length is 8366 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Assigned/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Bidi_Mirrored/code-points.js line length is 3070 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Bidi_Mirrored/regex.js line length is 1145 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Bidi_Mirrored/symbols.js line length is 4907 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Case_Ignorable/code-points.js line length is 18753 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Case_Ignorable/regex.js line length is 3935 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Case_Ignorable/symbols.js line length is 19187 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Cased/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Cased/regex.js line length is 1590 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Cased/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casefolded/code-points.js line length is 10455 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casefolded/regex.js line length is 4153 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casefolded/symbols.js line length is 10793 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casemapped/code-points.js line length is 21615 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casemapped/regex.js line length is 1315 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Casemapped/symbols.js line length is 21738 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Lowercased/code-points.js line length is 9896 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Lowercased/regex.js line length is 4005 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Lowercased/symbols.js line length is 10325 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_NFKC_Casefolded/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_NFKC_Casefolded/regex.js line length is 6403 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_NFKC_Casefolded/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Titlecased/code-points.js line length is 10454 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Titlecased/regex.js line length is 4119 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Titlecased/symbols.js line length is 10833 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Uppercased/code-points.js line length is 10567 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Uppercased/regex.js line length is 4103 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Changes_When_Uppercased/symbols.js line length is 11119 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Composition_Exclusion/symbols.js line length is 823 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Default_Ignorable_Code_Point/code-points.js line length is 30833 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Default_Ignorable_Code_Point/symbols.js line length is 32223 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Diacritic/code-points.js line length is 4072 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Diacritic/regex.js line length is 1633 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Diacritic/symbols.js line length is 7838 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFC/symbols.js line length is 859 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFD/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFD/regex.js line length is 2016 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFD/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKC/code-points.js line length is 9037 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKC/regex.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKC/symbols.js line length is 9530 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKD/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKD/regex.js line length is 2793 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Expands_On_NFKD/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Full_Composition_Exclusion/code-points.js line length is 8039 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Full_Composition_Exclusion/regex.js line length is 631 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Full_Composition_Exclusion/symbols.js line length is 9482 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Base/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Base/regex.js line length is 9561 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Base/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Extend/code-points.js line length is 14867 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Extend/regex.js line length is 3458 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Extend/symbols.js line length is 16005 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Grapheme_Link/symbols.js line length is 634 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Continue/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Continue/regex.js line length is 8553 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Continue/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Start/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Start/regex.js line length is 7082 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/ID_Start/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Ideographic/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Ideographic/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Lowercase/code-points.js line length is 18072 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Lowercase/regex.js line length is 4601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Lowercase/symbols.js line length is 18913 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Math/code-points.js line length is 17574 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Math/regex.js line length is 1400 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Math/symbols.js line length is 20155 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Noncharacter_Code_Point/symbols.js line length is 802 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Alphabetic/code-points.js line length is 9297 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Alphabetic/regex.js line length is 2495 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Alphabetic/symbols.js line length is 10394 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Default_Ignorable_Code_Point/code-points.js line length is 28037 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Default_Ignorable_Code_Point/symbols.js line length is 29797 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Grapheme_Extend/code-points.js line length is 854 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Grapheme_Extend/symbols.js line length is 1783 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Lowercase/code-points.js line length is 952 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Lowercase/symbols.js line length is 1713 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Math/code-points.js line length is 10050 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Math/regex.js line length is 1448 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Math/symbols.js line length is 11313 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Uppercase/code-points.js line length is 772 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Other_Uppercase/symbols.js line length is 1564 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Pattern_Syntax/code-points.js line length is 21633 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Pattern_Syntax/symbols.js line length is 21592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Radical/code-points.js line length is 1990 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Radical/symbols.js line length is 2977 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Sentence_Terminal/code-points.js line length is 739 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Sentence_Terminal/regex.js line length is 718 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Sentence_Terminal/symbols.js line length is 1507 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Soft_Dotted/symbols.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Terminal_Punctuation/code-points.js line length is 1414 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Terminal_Punctuation/regex.js line length is 1041 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Terminal_Punctuation/symbols.js line length is 2866 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Unified_Ideograph/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Unified_Ideograph/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Uppercase/code-points.js line length is 14408 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Uppercase/regex.js line length is 4478 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Uppercase/symbols.js line length is 14971 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Variation_Selector/code-points.js line length is 1807 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/Variation_Selector/symbols.js line length is 3787 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Continue/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Continue/regex.js line length is 8601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Continue/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Start/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Start/regex.js line length is 7119 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Binary_Property/XID_Start/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Adlam/code-points.js line length is 688 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Adlam/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Aegean_Numbers/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ahom/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Alchemical_Symbols/code-points.js line length is 912 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Alchemical_Symbols/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Alphabetic_Presentation_Forms/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Anatolian_Hieroglyphs/code-points.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Anatolian_Hieroglyphs/symbols.js line length is 9616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ancient_Greek_Musical_Notation/code-points.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ancient_Greek_Musical_Notation/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ancient_Greek_Numbers/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ancient_Symbols/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Extended_A/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Mathematical_Alphabetic_Symbols/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Mathematical_Alphabetic_Symbols/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Presentation_Forms_A/code-points.js line length is 4144 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Presentation_Forms_A/symbols.js line length is 6208 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Presentation_Forms_B/code-points.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arabic_Presentation_Forms_B/symbols.js line length is 1312 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Armenian/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arrows/code-points.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Arrows/symbols.js line length is 1024 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Avestan/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Balinese/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Balinese/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bamum/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bamum/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bamum_Supplement/code-points.js line length is 3472 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bamum_Supplement/symbols.js line length is 8656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Basic_Latin/symbols.js line length is 617 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bassa_Vah/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Batak/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bengali/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bengali/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bhaiksuki/code-points.js line length is 688 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Bhaiksuki/symbols.js line length is 1696 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Box_Drawing/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Box_Drawing/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Brahmi/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Brahmi/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Braille_Patterns/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Braille_Patterns/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Byzantine_Musical_Symbols/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Byzantine_Musical_Symbols/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility_Ideographs/code-points.js line length is 3088 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility_Ideographs/symbols.js line length is 4624 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility_Ideographs_Supplement/code-points.js line length is 3824 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Compatibility_Ideographs_Supplement/symbols.js line length is 8176 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Radicals_Supplement/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Radicals_Supplement/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Symbols_And_Punctuation/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_A/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_A/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_B/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_B/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_C/code-points.js line length is 30203 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_C/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_D/code-points.js line length is 1584 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_D/symbols.js line length is 3376 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_E/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/CJK_Unified_Ideographs_Extension_E/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Carian/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Caucasian_Albanian/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Chakma/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cham/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cham/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cherokee/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cherokee_Supplement/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Combining_Diacritical_Marks/symbols.js line length is 1024 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Combining_Diacritical_Marks_Extended/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Combining_Diacritical_Marks_Supplement/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Control_Pictures/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Coptic/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Coptic/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cuneiform/code-points.js line length is 6960 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cuneiform/symbols.js line length is 8169 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cuneiform_Numbers_And_Punctuation/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cuneiform_Numbers_And_Punctuation/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cypriot_Syllabary/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cyrillic/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cyrillic/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cyrillic_Extended_B/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Cyrillic_Extended_B/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Deseret/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Devanagari/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Devanagari/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Dingbats/code-points.js line length is 1152 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Dingbats/symbols.js line length is 1744 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Domino_Tiles/code-points.js line length is 800 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Domino_Tiles/symbols.js line length is 1696 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Duployan/code-points.js line length is 1136 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Duployan/symbols.js line length is 2416 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Early_Dynastic_Cuneiform/code-points.js line length is 1264 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Early_Dynastic_Cuneiform/symbols.js line length is 3136 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Egyptian_Hieroglyphs/code-points.js line length is 6911 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Egyptian_Hieroglyphs/symbols.js line length is 8757 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Elbasan/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Emoticons/code-points.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Emoticons/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Alphanumeric_Supplement/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Alphanumeric_Supplement/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Alphanumerics/code-points.js line length is 816 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Alphanumerics/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_CJK_Letters_And_Months/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_CJK_Letters_And_Months/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Ideographic_Supplement/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Enclosed_Ideographic_Supplement/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ethiopic/code-points.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ethiopic/symbols.js line length is 3472 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ethiopic_Extended/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ethiopic_Extended/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/General_Punctuation/code-points.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/General_Punctuation/symbols.js line length is 1024 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Geometric_Shapes/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Geometric_Shapes_Extended/code-points.js line length is 912 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Geometric_Shapes_Extended/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Georgian/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Glagolitic/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Glagolitic/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Glagolitic_Supplement/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Grantha/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Grantha/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Greek_And_Coptic/code-points.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Greek_And_Coptic/symbols.js line length is 1312 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Greek_Extended/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Greek_Extended/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Gujarati/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Gujarati/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Gurmukhi/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Gurmukhi/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Halfwidth_And_Fullwidth_Forms/code-points.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Halfwidth_And_Fullwidth_Forms/symbols.js line length is 2176 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Compatibility_Jamo/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Compatibility_Jamo/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Jamo/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Jamo/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Jamo_Extended_B/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Syllables/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hangul_Syllables/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hebrew/code-points.js line length is 576 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hebrew/symbols.js line length is 1024 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/High_Private_Use_Surrogates/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/High_Private_Use_Surrogates/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/High_Surrogates/code-points.js line length is 5392 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/High_Surrogates/symbols.js line length is 8080 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hiragana/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Hiragana/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/IPA_Extensions/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Javanese/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Javanese/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kaithi/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kana_Supplement/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kana_Supplement/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kangxi_Radicals/code-points.js line length is 1360 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kangxi_Radicals/symbols.js line length is 2032 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kannada/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kannada/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Katakana/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Katakana/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kharoshthi/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Kharoshthi/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Khmer/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Khmer/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Khojki/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Khudawadi/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Lao/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Lao/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_1_Supplement/code-points.js line length is 528 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_1_Supplement/symbols.js line length is 912 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_A/code-points.js line length is 528 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_A/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_Additional/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_Additional/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_B/code-points.js line length is 848 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_B/symbols.js line length is 1888 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_D/code-points.js line length is 1360 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_D/symbols.js line length is 2032 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Latin_Extended_E/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Lepcha/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Letterlike_Symbols/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Limbu/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_A/code-points.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_A/symbols.js line length is 5776 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_B_Ideograms/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_B_Ideograms/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_B_Syllabary/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Linear_B_Syllabary/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Low_Surrogates/code-points.js line length is 6585 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Low_Surrogates/symbols.js line length is 7439 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mahajani/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mahjong_Tiles/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Malayalam/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Malayalam/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Manichaean/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Marchen/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mathematical_Alphanumeric_Symbols/code-points.js line length is 6825 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mathematical_Alphanumeric_Symbols/symbols.js line length is 8411 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mathematical_Operators/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mathematical_Operators/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Meetei_Mayek/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mende_Kikakui/code-points.js line length is 1584 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mende_Kikakui/symbols.js line length is 3376 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Meroitic_Cursive/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Meroitic_Cursive/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miao/code-points.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miao/symbols.js line length is 2416 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Mathematical_Symbols_B/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Mathematical_Symbols_B/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols_And_Arrows/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols_And_Arrows/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols_And_Pictographs/code-points.js line length is 5392 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Symbols_And_Pictographs/symbols.js line length is 11536 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Technical/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Miscellaneous_Technical/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Modi/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Modi/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mongolian/code-points.js line length is 896 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mongolian/symbols.js line length is 1600 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Mro/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Multani/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Musical_Symbols/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Musical_Symbols/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Myanmar/code-points.js line length is 816 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Myanmar/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/NKo/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Nabataean/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/New_Tai_Lue/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Newa/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Newa/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Number_Forms/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Hungarian/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Hungarian/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Italic/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Permic/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Persian/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Old_Turkic/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Oriya/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Oriya/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Ornamental_Dingbats/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Osage/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Osmanya/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Pahawh_Hmong/code-points.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Pahawh_Hmong/symbols.js line length is 2176 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Pau_Cin_Hau/symbols.js line length is 976 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Phags_Pa/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Phaistos_Disc/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Phonetic_Extensions/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Phonetic_Extensions/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Phonetic_Extensions_Supplement/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Playing_Cards/code-points.js line length is 688 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Playing_Cards/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Private_Use_Area/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Private_Use_Area/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Psalter_Pahlavi/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Runic/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Samaritan/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Saurashtra/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Saurashtra/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sharada/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sharada/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Shavian/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Siddham/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Siddham/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sinhala/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sinhala/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sora_Sompeng/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Spacing_Modifier_Letters/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sundanese/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Arrows_B/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Arrows_B/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Arrows_C/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Arrows_C/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Mathematical_Operators/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Mathematical_Operators/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Punctuation/code-points.js line length is 784 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Punctuation/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Symbols_And_Pictographs/code-points.js line length is 1808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplemental_Symbols_And_Pictographs/symbols.js line length is 3856 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplementary_Private_Use_Area_A/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplementary_Private_Use_Area_A/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplementary_Private_Use_Area_B/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Supplementary_Private_Use_Area_B/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sutton_SignWriting/code-points.js line length is 4832 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Sutton_SignWriting/symbols.js line length is 10336 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Syriac/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tags/code-points.js line length is 912 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tags/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Tham/code-points.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Tham/symbols.js line length is 1312 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Viet/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Viet/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Xuan_Jing_Symbols/code-points.js line length is 688 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tai_Xuan_Jing_Symbols/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Takri/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tamil/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tamil/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tangut/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tangut/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tangut_Components/code-points.js line length is 5392 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tangut_Components/symbols.js line length is 11536 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Telugu/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Telugu/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Thaana/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Thai/code-points.js line length is 656 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Thai/symbols.js line length is 1168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tibetan/code-points.js line length is 1296 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tibetan/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tifinagh/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tirhuta/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Tirhuta/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Transport_And_Map_Symbols/code-points.js line length is 912 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Transport_And_Map_Symbols/symbols.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Unified_Canadian_Aboriginal_Syllabics/code-points.js line length is 3216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Unified_Canadian_Aboriginal_Syllabics/symbols.js line length is 5776 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Unified_Canadian_Aboriginal_Syllabics_Extended/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Vai/code-points.js line length is 1936 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Vai/symbols.js line length is 2896 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Variation_Selectors_Supplement/code-points.js line length is 1696 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Variation_Selectors_Supplement/symbols.js line length is 3616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Warang_Citi/code-points.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Warang_Citi/symbols.js line length is 1456 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Yi_Radicals/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Yi_Syllables/code-points.js line length is 8023 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Yi_Syllables/symbols.js line length is 8696 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/Yijing_Hexagram_Symbols/symbols.js line length is 592 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/undefined/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Block/undefined/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Case_Folding/C/code-points.js line length is 16033 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Case_Folding/C/symbols.js line length is 27885 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Case_Folding/F/code-points.js line length is 1925 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Case_Folding/F/symbols.js line length is 2683 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Case_Folding/S/symbols.js line length is 583 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Cased_Letter/code-points.js line length is 32055 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Cased_Letter/regex.js line length is 1497 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Cased_Letter/symbols.js line length is 32322 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Close_Punctuation/symbols.js line length is 658 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Decimal_Number/code-points.js line length is 3306 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Decimal_Number/regex.js line length is 769 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Decimal_Number/symbols.js line length is 6596 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Format/code-points.js line length is 993 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Format/symbols.js line length is 2033 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Letter/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Letter/regex.js line length is 7072 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Letter/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Letter_Number/code-points.js line length is 1390 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Letter_Number/symbols.js line length is 3166 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Lowercase_Letter/code-points.js line length is 16372 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Lowercase_Letter/regex.js line length is 4529 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Lowercase_Letter/symbols.js line length is 17161 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Mark/code-points.js line length is 16801 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Mark/regex.js line length is 3177 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Mark/symbols.js line length is 17985 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Math_Symbol/code-points.js line length is 5345 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Math_Symbol/regex.js line length is 568 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Math_Symbol/symbols.js line length is 8582 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Modifier_Letter/code-points.js line length is 1299 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Modifier_Letter/regex.js line length is 531 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Modifier_Letter/symbols.js line length is 2380 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Modifier_Symbol/code-points.js line length is 626 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Modifier_Symbol/symbols.js line length is 1117 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Nonspacing_Mark/code-points.js line length is 13650 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Nonspacing_Mark/regex.js line length is 3312 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Nonspacing_Mark/symbols.js line length is 14662 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Number/code-points.js line length is 10461 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Number/regex.js line length is 1587 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Number/symbols.js line length is 11801 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Open_Punctuation/symbols.js line length is 676 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other/regex.js line length is 7394 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Letter/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Letter/regex.js line length is 5655 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Letter/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Number/code-points.js line length is 3905 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Number/regex.js line length is 848 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Number/symbols.js line length is 8344 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Punctuation/code-points.js line length is 3140 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Punctuation/regex.js line length is 1798 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Punctuation/symbols.js line length is 6035 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Symbol/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Symbol/regex.js line length is 2033 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Other_Symbol/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Private_Use/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Private_Use/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Punctuation/code-points.js line length is 4297 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Punctuation/regex.js line length is 1832 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Punctuation/symbols.js line length is 7827 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Spacing_Mark/code-points.js line length is 2222 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Spacing_Mark/regex.js line length is 1676 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Spacing_Mark/symbols.js line length is 4471 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Surrogate/code-points.js line length is 15475 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Surrogate/symbols.js line length is 14168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Symbol/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Symbol/regex.js line length is 2382 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Symbol/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Unassigned/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Unassigned/regex.js line length is 7259 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Unassigned/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Uppercase_Letter/code-points.js line length is 13505 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Uppercase_Letter/regex.js line length is 4404 characters (>512)
+node-unicode-10.0.0 source: source-is-missing General_Category/Uppercase_Letter/symbols.js line length is 13969 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Alphabetic/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Alphabetic/regex.js line length is 8220 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Alphabetic/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ambiguous/code-points.js line length is 3894 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ambiguous/regex.js line length is 1064 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ambiguous/symbols.js line length is 7321 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Break_After/code-points.js line length is 1341 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Break_After/regex.js line length is 1016 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Break_After/symbols.js line length is 2735 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Break_Before/symbols.js line length is 524 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Close_Punctuation/code-points.js line length is 545 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Close_Punctuation/regex.js line length is 566 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Close_Punctuation/symbols.js line length is 875 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Combining_Mark/code-points.js line length is 17000 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Combining_Mark/regex.js line length is 3026 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Combining_Mark/symbols.js line length is 18072 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Complex_Context/code-points.js line length is 3855 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Complex_Context/symbols.js line length is 6886 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/E_Base/code-points.js line length is 718 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/E_Base/symbols.js line length is 1510 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H2/code-points.js line length is 2410 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H2/regex.js line length is 2413 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H2/symbols.js line length is 3607 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H3/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H3/regex.js line length is 5206 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/H3/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Hebrew_Letter/symbols.js line length is 682 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ideographic/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ideographic/regex.js line length is 1937 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Ideographic/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JL/code-points.js line length is 670 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JL/symbols.js line length is 1141 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JT/code-points.js line length is 750 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JT/symbols.js line length is 1249 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JV/code-points.js line length is 514 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/JV/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Numeric/code-points.js line length is 3256 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Numeric/regex.js line length is 768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Numeric/symbols.js line length is 6524 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Open_Punctuation/code-points.js line length is 517 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Open_Punctuation/regex.js line length is 545 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Open_Punctuation/symbols.js line length is 834 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Prefix_Numeric/symbols.js line length is 579 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Surrogate/code-points.js line length is 15475 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Surrogate/symbols.js line length is 14168 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Unknown/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Unknown/regex.js line length is 6650 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Line_Break/Unknown/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Adlam/code-points.js line length is 625 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Adlam/symbols.js line length is 1321 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Ahom/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Anatolian_Hieroglyphs/code-points.js line length is 3514 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Anatolian_Hieroglyphs/symbols.js line length is 8761 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Arabic/code-points.js line length is 9201 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Arabic/regex.js line length is 648 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Arabic/symbols.js line length is 9960 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Armenian/symbols.js line length is 853 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Avestan/symbols.js line length is 931 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Balinese/code-points.js line length is 621 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Balinese/symbols.js line length is 1105 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bamum/code-points.js line length is 3958 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bamum/symbols.js line length is 9343 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bassa_Vah/symbols.js line length is 556 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Batak/symbols.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bengali/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bhaiksuki/code-points.js line length is 598 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bhaiksuki/symbols.js line length is 1471 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Bopomofo/symbols.js line length is 655 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Brahmi/code-points.js line length is 670 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Brahmi/symbols.js line length is 1651 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Braille/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Braille/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Canadian_Aboriginal/code-points.js line length is 3566 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Canadian_Aboriginal/symbols.js line length is 6406 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Carian/symbols.js line length is 751 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Caucasian_Albanian/symbols.js line length is 811 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Chakma/symbols.js line length is 1021 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cham/code-points.js line length is 514 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cham/symbols.js line length is 763 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cherokee/code-points.js line length is 956 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cherokee/symbols.js line length is 1564 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Common/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Common/regex.js line length is 1971 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Common/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Coptic/code-points.js line length is 818 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Coptic/symbols.js line length is 1249 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cuneiform/code-points.js line length is 8265 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cuneiform/symbols.js line length is 10007 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cypriot/symbols.js line length is 841 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cyrillic/code-points.js line length is 2361 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Cyrillic/symbols.js line length is 4003 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Deseret/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Devanagari/code-points.js line length is 816 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Devanagari/symbols.js line length is 1402 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Duployan/code-points.js line length is 1017 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Duployan/symbols.js line length is 2161 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Egyptian_Hieroglyphs/code-points.js line length is 7457 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Egyptian_Hieroglyphs/symbols.js line length is 8749 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Elbasan/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Ethiopic/code-points.js line length is 2602 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Ethiopic/symbols.js line length is 4471 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Georgian/code-points.js line length is 691 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Georgian/symbols.js line length is 1159 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Glagolitic/code-points.js line length is 846 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Glagolitic/symbols.js line length is 1432 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Grantha/code-points.js line length is 526 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Grantha/symbols.js line length is 1291 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Greek/code-points.js line length is 2726 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Greek/symbols.js line length is 5578 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Gujarati/symbols.js line length is 835 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Gurmukhi/symbols.js line length is 727 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Han/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Han/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hangul/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hangul/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hebrew/code-points.js line length is 727 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hebrew/symbols.js line length is 1213 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hiragana/code-points.js line length is 2559 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Hiragana/symbols.js line length is 5122 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Inherited/code-points.js line length is 3306 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Inherited/symbols.js line length is 6712 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Javanese/code-points.js line length is 556 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Javanese/symbols.js line length is 826 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Kaithi/symbols.js line length is 1006 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Kannada/symbols.js line length is 808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Katakana/code-points.js line length is 1817 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Katakana/symbols.js line length is 2722 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Kharoshthi/symbols.js line length is 991 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Khmer/code-points.js line length is 746 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Khmer/symbols.js line length is 1330 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Khojki/symbols.js line length is 946 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Khudawadi/symbols.js line length is 1051 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Lao/symbols.js line length is 619 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Latin/code-points.js line length is 10424 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Latin/symbols.js line length is 10246 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Lepcha/symbols.js line length is 682 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Limbu/symbols.js line length is 628 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Linear_A/code-points.js line length is 2062 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Linear_A/symbols.js line length is 5131 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Linear_B/code-points.js line length is 1282 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Linear_B/symbols.js line length is 3181 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mahajani/symbols.js line length is 601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Malayalam/code-points.js line length is 601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Malayalam/symbols.js line length is 1069 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Manichaean/symbols.js line length is 781 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Marchen/symbols.js line length is 1036 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Masaram_Gondi/symbols.js line length is 1141 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Meetei_Mayek/symbols.js line length is 727 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mende_Kikakui/code-points.js line length is 1507 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mende_Kikakui/symbols.js line length is 3211 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Meroitic_Cursive/code-points.js line length is 556 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Meroitic_Cursive/symbols.js line length is 1366 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Miao/code-points.js line length is 814 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Miao/symbols.js line length is 2011 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Modi/symbols.js line length is 1201 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mongolian/code-points.js line length is 859 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mongolian/symbols.js line length is 1588 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Mro/symbols.js line length is 661 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Multani/symbols.js line length is 586 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Myanmar/code-points.js line length is 1194 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Myanmar/symbols.js line length is 2023 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Nabataean/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/New_Tai_Lue/symbols.js line length is 763 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Newa/code-points.js line length is 568 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Newa/symbols.js line length is 1396 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Nko/symbols.js line length is 547 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Nushu/code-points.js line length is 2794 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Nushu/symbols.js line length is 5971 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Hungarian/code-points.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Hungarian/symbols.js line length is 1636 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Italic/symbols.js line length is 601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Permic/symbols.js line length is 661 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Persian/symbols.js line length is 766 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Old_Turkic/symbols.js line length is 1111 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Oriya/symbols.js line length is 826 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Osage/symbols.js line length is 1096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Osmanya/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Pahawh_Hmong/code-points.js line length is 778 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Pahawh_Hmong/symbols.js line length is 1921 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Pau_Cin_Hau/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Phags_Pa/symbols.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Runic/symbols.js line length is 790 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Samaritan/symbols.js line length is 565 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Saurashtra/symbols.js line length is 754 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sharada/code-points.js line length is 580 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sharada/symbols.js line length is 1426 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Shavian/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Siddham/code-points.js line length is 568 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Siddham/symbols.js line length is 1396 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/SignWriting/code-points.js line length is 4720 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/SignWriting/symbols.js line length is 10096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sinhala/code-points.js line length is 586 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sinhala/symbols.js line length is 1126 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sora_Sompeng/symbols.js line length is 541 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Soyombo/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Sundanese/symbols.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Syriac/symbols.js line length is 808 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tai_Tham/code-points.js line length is 651 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tai_Tham/symbols.js line length is 1159 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tai_Viet/symbols.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Takri/symbols.js line length is 1006 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tamil/symbols.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tangut/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tangut/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Telugu/symbols.js line length is 880 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Thai/symbols.js line length is 790 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tibetan/code-points.js line length is 1051 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tibetan/symbols.js line length is 1879 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tifinagh/symbols.js line length is 547 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Tirhuta/symbols.js line length is 1246 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Vai/code-points.js line length is 1816 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Vai/symbols.js line length is 2716 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Warang_Citi/code-points.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Warang_Citi/symbols.js line length is 1276 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Yi/code-points.js line length is 8434 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Yi/symbols.js line length is 9050 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script/Zanabazar_Square/symbols.js line length is 1096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Adlam/code-points.js line length is 630 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Adlam/symbols.js line length is 1330 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Ahom/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Anatolian_Hieroglyphs/code-points.js line length is 3514 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Anatolian_Hieroglyphs/symbols.js line length is 8761 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Arabic/code-points.js line length is 9530 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Arabic/regex.js line length is 606 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Arabic/symbols.js line length is 10342 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Armenian/symbols.js line length is 862 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Avestan/symbols.js line length is 931 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Balinese/code-points.js line length is 621 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Balinese/symbols.js line length is 1105 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bamum/code-points.js line length is 3958 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bamum/symbols.js line length is 9343 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bassa_Vah/symbols.js line length is 556 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Batak/symbols.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bengali/code-points.js line length is 522 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bengali/symbols.js line length is 925 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bhaiksuki/code-points.js line length is 598 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bhaiksuki/symbols.js line length is 1471 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bopomofo/code-points.js line length is 678 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Bopomofo/symbols.js line length is 1015 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Brahmi/code-points.js line length is 670 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Brahmi/symbols.js line length is 1651 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Braille/code-points.js line length is 1552 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Braille/symbols.js line length is 2320 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Canadian_Aboriginal/code-points.js line length is 3566 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Canadian_Aboriginal/symbols.js line length is 6406 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Carian/symbols.js line length is 751 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Caucasian_Albanian/symbols.js line length is 811 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Chakma/code-points.js line length is 518 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Chakma/symbols.js line length is 1201 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cham/code-points.js line length is 514 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cham/symbols.js line length is 763 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cherokee/code-points.js line length is 956 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cherokee/symbols.js line length is 1564 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Common/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Common/regex.js line length is 1680 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Common/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Coptic/code-points.js line length is 986 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Coptic/symbols.js line length is 1669 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cuneiform/code-points.js line length is 8265 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cuneiform/symbols.js line length is 10007 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cypriot/code-points.js line length is 688 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cypriot/symbols.js line length is 1696 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cyrillic/code-points.js line length is 2377 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Cyrillic/symbols.js line length is 4030 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Deseret/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Devanagari/code-points.js line length is 1106 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Devanagari/symbols.js line length is 1906 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Duployan/code-points.js line length is 1045 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Duployan/symbols.js line length is 2221 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Egyptian_Hieroglyphs/code-points.js line length is 7457 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Egyptian_Hieroglyphs/symbols.js line length is 8749 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Elbasan/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Ethiopic/code-points.js line length is 2602 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Ethiopic/symbols.js line length is 4471 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Georgian/code-points.js line length is 701 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Georgian/symbols.js line length is 1177 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Glagolitic/code-points.js line length is 868 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Glagolitic/symbols.js line length is 1468 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Grantha/code-points.js line length is 666 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Grantha/symbols.js line length is 1543 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Greek/code-points.js line length is 2744 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Greek/symbols.js line length is 5614 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Gujarati/code-points.js line length is 551 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Gujarati/symbols.js line length is 961 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Gurmukhi/symbols.js line length is 853 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Han/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Han/regex.js line length is 613 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Han/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hangul/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hangul/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hebrew/code-points.js line length is 727 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hebrew/symbols.js line length is 1213 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hiragana/code-points.js line length is 2871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Hiragana/symbols.js line length is 5590 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Inherited/code-points.js line length is 2974 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Inherited/symbols.js line length is 6094 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Javanese/code-points.js line length is 562 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Javanese/symbols.js line length is 835 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Kaithi/code-points.js line length is 522 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Kaithi/symbols.js line length is 1186 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Kannada/code-points.js line length is 522 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Kannada/symbols.js line length is 916 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Katakana/code-points.js line length is 2129 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Katakana/symbols.js line length is 3190 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Kharoshthi/symbols.js line length is 991 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Khmer/code-points.js line length is 746 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Khmer/symbols.js line length is 1330 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Khojki/symbols.js line length is 1036 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Khudawadi/symbols.js line length is 1159 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Lao/symbols.js line length is 619 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Latin/code-points.js line length is 10559 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Latin/symbols.js line length is 10468 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Lepcha/symbols.js line length is 682 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Limbu/symbols.js line length is 637 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Linear_A/code-points.js line length is 2332 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Linear_A/symbols.js line length is 5806 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Linear_B/code-points.js line length is 1624 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Linear_B/symbols.js line length is 4036 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mahajani/symbols.js line length is 799 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Malayalam/code-points.js line length is 626 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Malayalam/symbols.js line length is 1114 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Manichaean/symbols.js line length is 790 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Marchen/symbols.js line length is 1036 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Masaram_Gondi/symbols.js line length is 1141 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Meetei_Mayek/symbols.js line length is 727 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mende_Kikakui/code-points.js line length is 1507 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mende_Kikakui/symbols.js line length is 3211 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Meroitic_Cursive/code-points.js line length is 556 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Meroitic_Cursive/symbols.js line length is 1366 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Miao/code-points.js line length is 814 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Miao/symbols.js line length is 2011 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Modi/code-points.js line length is 550 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Modi/symbols.js line length is 1291 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mongolian/code-points.js line length is 874 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mongolian/symbols.js line length is 1615 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Mro/symbols.js line length is 661 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Multani/symbols.js line length is 676 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Myanmar/code-points.js line length is 1200 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Myanmar/symbols.js line length is 2032 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Nabataean/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/New_Tai_Lue/symbols.js line length is 763 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Newa/code-points.js line length is 568 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Newa/symbols.js line length is 1396 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Nko/symbols.js line length is 547 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Nushu/code-points.js line length is 2794 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Nushu/symbols.js line length is 5971 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Hungarian/code-points.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Hungarian/symbols.js line length is 1636 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Italic/symbols.js line length is 601 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Permic/symbols.js line length is 670 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Persian/symbols.js line length is 766 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Old_Turkic/symbols.js line length is 1111 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Oriya/symbols.js line length is 862 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Osage/symbols.js line length is 1096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Osmanya/symbols.js line length is 616 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Pahawh_Hmong/code-points.js line length is 778 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Pahawh_Hmong/symbols.js line length is 1921 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Pau_Cin_Hau/symbols.js line length is 871 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Phags_Pa/symbols.js line length is 547 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Runic/symbols.js line length is 790 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Samaritan/symbols.js line length is 565 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Saurashtra/symbols.js line length is 754 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sharada/code-points.js line length is 610 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sharada/symbols.js line length is 1480 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Shavian/symbols.js line length is 736 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Siddham/code-points.js line length is 568 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Siddham/symbols.js line length is 1396 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/SignWriting/code-points.js line length is 4720 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/SignWriting/symbols.js line length is 10096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sinhala/code-points.js line length is 596 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sinhala/symbols.js line length is 1144 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sora_Sompeng/symbols.js line length is 541 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Soyombo/symbols.js line length is 1216 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Sundanese/symbols.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Syloti_Nagri/symbols.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Syriac/code-points.js line length is 541 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Syriac/symbols.js line length is 961 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tai_Tham/code-points.js line length is 651 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tai_Tham/symbols.js line length is 1159 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tai_Viet/symbols.js line length is 664 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Takri/symbols.js line length is 1114 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tamil/symbols.js line length is 763 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tangut/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tangut/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Telugu/code-points.js line length is 521 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Telugu/symbols.js line length is 925 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Thaana/symbols.js line length is 610 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Thai/symbols.js line length is 790 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tibetan/code-points.js line length is 1051 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tibetan/symbols.js line length is 1879 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tifinagh/symbols.js line length is 547 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tirhuta/code-points.js line length is 578 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Tirhuta/symbols.js line length is 1354 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Vai/code-points.js line length is 1816 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Vai/symbols.js line length is 2716 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Warang_Citi/code-points.js line length is 520 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Warang_Citi/symbols.js line length is 1276 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Yi/code-points.js line length is 8961 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Yi/symbols.js line length is 9066 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Script_Extensions/Zanabazar_Square/symbols.js line length is 1096 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/ALetter/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/ALetter/regex.js line length is 6011 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/ALetter/symbols.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/E_Base/code-points.js line length is 690 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/E_Base/symbols.js line length is 1450 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Extend/code-points.js line length is 17759 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Extend/regex.js line length is 3208 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Extend/symbols.js line length is 18866 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Format/symbols.js line length is 566 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Hebrew_Letter/symbols.js line length is 682 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Katakana/code-points.js line length is 1877 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Katakana/symbols.js line length is 2812 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Numeric/code-points.js line length is 3251 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Numeric/regex.js line length is 762 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Numeric/symbols.js line length is 6515 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Other/code-points.js line length is 32768 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Other/regex.js line length is 8054 characters (>512)
+node-unicode-10.0.0 source: source-is-missing Word_Break/Other/symbols.js line length is 32768 characters (>512)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..004dd4b
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: require
+Depends: node-unicode-10.0.0
diff --git a/debian/tests/require b/debian/tests/require
new file mode 100644
index 0000000..8cbd5c9
--- /dev/null
+++ b/debian/tests/require
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+node -e "require('unicode-10.0.0');"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..230e86a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-unicode-10.0.0-$1.tar.gz/ \
+ https://github.com/mathiasbynens/unicode-10.0.0/tags .*/archive/v?([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-unicode-10.0.0.git



More information about the Pkg-javascript-commits mailing list