You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
364 B

{
"name": "punycode",
"version": "1.3.2",
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
"repo": "bestiejs/punycode.js",
"license": "MIT",
"scripts": [
"punycode.js"
],
"keywords": [
"punycode",
"unicode",
"idn",
"idna",
"dns",
"url",
"domain"
]
}