WHAT IS THIS
ICU4C data, now available via NPM.
Actually, instead of using this module directly, see full-icu instead,
and also #3460
WHY DO I NEED THIS
See node Intl docs for more details
WHAT VERSION DO I NEED
run this:
node -e 'console.dir("npm install icu4c-data@"+process.config.variables.icu_ver_major+process.config.variables.icu_endianness)'
USE (example, replace l with b for big-endian)
npm install icu4c-data@54l
node --icu-data-dir=node_modules/icu4c-data -e "console.dir(new Date().toLocaleString('ru',{month:'long'})));"
LICENSE
MIT/X, see license.html