summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md b/bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md
new file mode 100644
index 00000000..fc963440
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/punycode2/README.md
@@ -0,0 +1,24 @@
+# punycode2
+## Modular version of [punycode](https://github.com/bestiejs/punycode.js) 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](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/)
+
+## Tests [![Build Status](https://travis-ci.org/medikoo/punycode2.png)](https://travis-ci.org/medikoo/ppunycode2)
+
+ $ npm test