1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
| {
| "_args": [
| [
| {
| "raw": "punycode@^2.1.0",
| "scope": null,
| "escapedName": "punycode",
| "name": "punycode",
| "rawSpec": "^2.1.0",
| "spec": ">=2.1.0 <3.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/uri-js"
| ]
| ],
| "_from": "punycode@>=2.1.0 <3.0.0",
| "_id": "punycode@2.1.1",
| "_inCache": true,
| "_location": "/punycode",
| "_nodeVersion": "8.11.1",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/punycode_2.1.1_1526957206887_0.5799851251332668"
| },
| "_npmUser": {
| "name": "mathias",
| "email": "mathias@qiwi.be"
| },
| "_npmVersion": "5.6.0",
| "_phantomChildren": {},
| "_requested": {
| "raw": "punycode@^2.1.0",
| "scope": null,
| "escapedName": "punycode",
| "name": "punycode",
| "rawSpec": "^2.1.0",
| "spec": ">=2.1.0 <3.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/tough-cookie",
| "/uri-js"
| ],
| "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
| "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
| "_shrinkwrap": null,
| "_spec": "punycode@^2.1.0",
| "_where": "/root/rushmail/node_modules/uri-js",
| "author": {
| "name": "Mathias Bynens",
| "url": "https://mathiasbynens.be/"
| },
| "bugs": {
| "url": "https://github.com/bestiejs/punycode.js/issues"
| },
| "contributors": [
| {
| "name": "Mathias Bynens",
| "url": "https://mathiasbynens.be/"
| }
| ],
| "dependencies": {},
| "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
| "devDependencies": {
| "codecov": "^1.0.1",
| "istanbul": "^0.4.1",
| "mocha": "^2.5.3"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
| "shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
| "tarball": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
| "fileCount": 5,
| "unpackedSize": 32434,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA4SZCRA9TVsSAnZWagAA5ZYP/0UOrnGue5Uhy1In5lOe\nh8pglPP9+qBCRx+nfe+YgmPV45IdYadH6InqCibkxAAeZ+j+Sc0g4I1Vv9SF\nPDXiA34tNt12kmLgFSEmdAhbxa87bGtvTnPCzme1iZfmqYmc7GE/q2iazWxd\n9R2im5Xr1oUwZCe0jiY2Le7HOhd+Mnkd76pdknseybWYJxf1RbNSDCtOxndO\nMsZU2CzhG38CFyPVozm+5+XEf5QD3cjKpwpZKZOxVTJ8dwB9FK5SLAvCQSGW\nO15Bili5YCxi2053KDvP/4VGMGdVxPLIp5E+uJyeZSwqVAiqmtk52iLJq4iO\nTs0B3tkKxi3Rxkk5vr0OvvOk6iIW+jkcgaQTFj8jZaGmvvGXztR5F2RDsrDr\nfrXKkahtw+W7u3eoAahCh4FgvJ3sclI23Ik2+ahQQR7B3+AsJ/hVP365RpZo\nSnR/YC+QtfzFJYwbepvg2rhaOqkiGk3dcWS53r2hUm6Ugd0AIR8Cmjuqbsrd\nUaeS+WfpvoceuU45rC9nSCPYms9bBNYBN0leYPb+okOWFbZI5v/gp86CfRs3\n8gwadUA99Z8IFcjzpiIEkmPkk3Z8y5tGXIw66FGuxVDE/tPBORGmEOCPEVpg\nJ/zsiqblJ9pTTGDKTdKxFF4fNq3koen1N4ZAIAoZqJUq7pGEzwjWy9Zw/+JW\nRaNl\r\n=ncBz\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "engines": {
| "node": ">=6"
| },
| "files": [
| "LICENSE-MIT.txt",
| "punycode.js",
| "punycode.es6.js"
| ],
| "gitHead": "68df855dc42d1086ada161331b3074468e8d848d",
| "homepage": "https://mths.be/punycode",
| "jsnext:main": "punycode.es6.js",
| "jspm": {
| "map": {
| "./punycode.js": {
| "node": "@node/punycode"
| }
| }
| },
| "keywords": [
| "punycode",
| "unicode",
| "idn",
| "idna",
| "dns",
| "url",
| "domain"
| ],
| "license": "MIT",
| "main": "punycode.js",
| "maintainers": [
| {
| "name": "mathias",
| "email": "mathias@qiwi.be"
| },
| {
| "name": "reconbot",
| "email": "wizard@roborooter.com"
| }
| ],
| "module": "punycode.es6.js",
| "name": "punycode",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/bestiejs/punycode.js.git"
| },
| "scripts": {
| "prepublish": "node scripts/prepublish.js",
| "test": "mocha tests"
| },
| "version": "2.1.1"
| }
|
|