1
|
{
|
2
|
"name": "punycode",
|
3
|
"version": "1.3.2",
|
4
|
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
|
5
|
"homepage": "https://mths.be/punycode",
|
6
|
"main": "punycode.js",
|
7
|
"keywords": [
|
8
|
"punycode",
|
9
|
"unicode",
|
10
|
"idn",
|
11
|
"idna",
|
12
|
"dns",
|
13
|
"url",
|
14
|
"domain"
|
15
|
],
|
16
|
"license": "MIT",
|
17
|
"author": {
|
18
|
"name": "Mathias Bynens",
|
19
|
"url": "https://mathiasbynens.be/"
|
20
|
},
|
21
|
"contributors": [
|
22
|
{
|
23
|
"name": "Mathias Bynens",
|
24
|
"url": "https://mathiasbynens.be/"
|
25
|
},
|
26
|
{
|
27
|
"name": "John-David Dalton",
|
28
|
"url": "http://allyoucanleet.com/"
|
29
|
}
|
30
|
],
|
31
|
"repository": {
|
32
|
"type": "git",
|
33
|
"url": "https://github.com/bestiejs/punycode.js.git"
|
34
|
},
|
35
|
"bugs": "https://github.com/bestiejs/punycode.js/issues",
|
36
|
"files": [
|
37
|
"LICENSE-MIT.txt",
|
38
|
"punycode.js"
|
39
|
],
|
40
|
"scripts": {
|
41
|
"test": "node tests/tests.js"
|
42
|
},
|
43
|
"devDependencies": {
|
44
|
"coveralls": "^2.10.1",
|
45
|
"grunt": "^0.4.5",
|
46
|
"grunt-contrib-uglify": "^0.5.0",
|
47
|
"grunt-shell": "^0.7.0",
|
48
|
"istanbul": "^0.2.13",
|
49
|
"qunit-extras": "^1.2.0",
|
50
|
"qunitjs": "~1.11.0",
|
51
|
"requirejs": "^2.1.14"
|
52
|
}
|
53
|
}
|