rittenhop-ghost/versions/5.94.2/node_modules/punycode2
2024-09-23 19:05:38 -04:00
..
lib adding local files for running this....locally 2024-09-23 19:05:38 -04:00
ucs2 adding local files for running this....locally 2024-09-23 19:05:38 -04:00
CHANGELOG.md adding local files for running this....locally 2024-09-23 19:05:38 -04:00
CHANGES adding local files for running this....locally 2024-09-23 19:05:38 -04:00
decode.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
encode.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
index.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
LICENSE adding local files for running this....locally 2024-09-23 19:05:38 -04:00
package.json adding local files for running this....locally 2024-09-23 19:05:38 -04:00
README.md adding local files for running this....locally 2024-09-23 19:05:38 -04:00
to-ascii.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00
to-unicode.js adding local files for running this....locally 2024-09-23 19:05:38 -04:00

Build status Tests coverage npm version

punycode2

Modular version of punycode package

Provides individual functionalities as following distinct modules:

  • punycode2/decode
  • punycode2/encode
  • punycode2/to-ascii
  • punycode2/to-unicode
  • punycode2/ucs2/encode
  • punycode2/ucs2/decode

Installation

NPM

In your project path:

$ npm install punycode2

To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: Browserify, Webmake or Webpack

Tests Build Status

$ npm test