Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80712 views
1
{
2
"name": "punycode",
3
"version": "1.2.4",
4
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
5
"homepage": "http://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
"licenses": [
17
{
18
"type": "MIT",
19
"url": "http://mths.be/mit"
20
},
21
{
22
"type": "GPL",
23
"url": "http://mths.be/gpl"
24
}
25
],
26
"author": {
27
"name": "Mathias Bynens",
28
"email": "[email protected]",
29
"url": "http://mathiasbynens.be/"
30
},
31
"contributors": [
32
{
33
"name": "Mathias Bynens",
34
"email": "[email protected]",
35
"url": "http://mathiasbynens.be/"
36
},
37
{
38
"name": "John-David Dalton",
39
"email": "[email protected]",
40
"url": "http://allyoucanleet.com/"
41
}
42
],
43
"bugs": {
44
"url": "https://github.com/bestiejs/punycode.js/issues"
45
},
46
"repository": {
47
"type": "git",
48
"url": "https://github.com/bestiejs/punycode.js.git"
49
},
50
"engines": [
51
"node",
52
"rhino"
53
],
54
"directories": {
55
"doc": "docs",
56
"test": "tests"
57
},
58
"scripts": {
59
"test": "node tests/tests.js"
60
},
61
"devDependencies": {
62
"grunt": "~0.4.1",
63
"grunt-contrib-uglify": "~0.2.2",
64
"grunt-shell": "~0.6.4",
65
"istanbul": "~0.2.4",
66
"qunit-clib": "~1.3.0",
67
"qunitjs": "~1.11.0",
68
"requirejs": "~2.1.6"
69
},
70
"_id": "[email protected]",
71
"dist": {
72
"shasum": "54008ac972aec74175def9cba6df7fa9d3918740",
73
"tarball": "http://registry.npmjs.org/punycode/-/punycode-1.2.4.tgz"
74
},
75
"_from": "punycode@>=1.2.3 <1.3.0",
76
"_npmVersion": "1.3.21",
77
"_npmUser": {
78
"name": "mathias",
79
"email": "[email protected]"
80
},
81
"maintainers": [
82
{
83
"name": "mathias",
84
"email": "[email protected]"
85
},
86
{
87
"name": "reconbot",
88
"email": "[email protected]"
89
}
90
],
91
"_shasum": "54008ac972aec74175def9cba6df7fa9d3918740",
92
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.2.4.tgz"
93
}
94
95