idn-allowed-code-points contains data extracted from the list of allowed IDN code points that Verisign uses by default. See the Verisign SRS IDN registration rules for more info.
This package enables an easy way of getting the list of all such symbols in string or code point format in your JavaScript build scripts.
Via npm:
npm install idn-allowed-code-pointsIn Node.js:
const codePoints = require('idn-allowed-code-points/code-points');
const symbols = require('idn-allowed-code-points/symbols');| Mathias Bynens |
idn-allowed-code-points is available under the MIT license.