Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
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": "git+https://github.com/bestiejs/punycode.js.git"
34
},
35
"bugs": {
36
"url": "https://github.com/bestiejs/punycode.js/issues"
37
},
38
"files": [
39
"LICENSE-MIT.txt",
40
"punycode.js"
41
],
42
"scripts": {
43
"test": "node tests/tests.js"
44
},
45
"devDependencies": {
46
"coveralls": "^2.10.1",
47
"grunt": "^0.4.5",
48
"grunt-contrib-uglify": "^0.5.0",
49
"grunt-shell": "^0.7.0",
50
"istanbul": "^0.2.13",
51
"qunit-extras": "^1.2.0",
52
"qunitjs": "~1.11.0",
53
"requirejs": "^2.1.14"
54
},
55
"gitHead": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
56
"_id": "[email protected]",
57
"_shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",
58
"_from": "punycode@>=1.3.2 <2.0.0",
59
"_npmVersion": "1.4.28",
60
"_npmUser": {
61
"name": "mathias",
62
"email": "[email protected]"
63
},
64
"maintainers": [
65
{
66
"name": "mathias",
67
"email": "[email protected]"
68
},
69
{
70
"name": "reconbot",
71
"email": "[email protected]"
72
}
73
],
74
"dist": {
75
"shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",
76
"tarball": "http://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"
77
},
78
"directories": {},
79
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
80
"readme": "ERROR: No README data found!"
81
}
82
83