Initial commit
[yaffs-website] / node_modules / punycode / package.json
1 {
2   "_args": [
3     [
4       "punycode@^1.4.1",
5       "/var/www/yaffs/node_modules/tough-cookie"
6     ]
7   ],
8   "_from": "punycode@>=1.4.1 <2.0.0",
9   "_id": "punycode@1.4.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/punycode",
13   "_nodeVersion": "5.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/punycode-1.4.1.tgz_1458437236261_0.07678767060860991"
17   },
18   "_npmUser": {
19     "email": "mathias@qiwi.be",
20     "name": "mathias"
21   },
22   "_npmVersion": "3.8.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "punycode",
26     "raw": "punycode@^1.4.1",
27     "rawSpec": "^1.4.1",
28     "scope": null,
29     "spec": ">=1.4.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/tough-cookie"
34   ],
35   "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
36   "_shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
37   "_shrinkwrap": null,
38   "_spec": "punycode@^1.4.1",
39   "_where": "/var/www/yaffs/node_modules/tough-cookie",
40   "author": {
41     "name": "Mathias Bynens",
42     "url": "https://mathiasbynens.be/"
43   },
44   "bugs": {
45     "url": "https://github.com/bestiejs/punycode.js/issues"
46   },
47   "contributors": [
48     {
49       "name": "Mathias Bynens",
50       "url": "https://mathiasbynens.be/"
51     },
52     {
53       "name": "John-David Dalton",
54       "url": "http://allyoucanleet.com/"
55     }
56   ],
57   "dependencies": {},
58   "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
59   "devDependencies": {
60     "coveralls": "^2.11.4",
61     "grunt": "^0.4.5",
62     "grunt-contrib-uglify": "^0.11.0",
63     "grunt-shell": "^1.1.2",
64     "istanbul": "^0.4.1",
65     "qunit-extras": "^1.4.4",
66     "qunitjs": "~1.11.0",
67     "requirejs": "^2.1.22"
68   },
69   "directories": {},
70   "dist": {
71     "shasum": "c0d5a63b2718800ad8e1eb0fa5269c84dd41845e",
72     "tarball": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
73   },
74   "files": [
75     "LICENSE-MIT.txt",
76     "punycode.js"
77   ],
78   "gitHead": "0fbadd6e81f3a0ce06c38998040d6db6bdfbc5c9",
79   "homepage": "https://mths.be/punycode",
80   "jspm": {
81     "map": {
82       "./punycode.js": {
83         "node": "@node/punycode"
84       }
85     }
86   },
87   "keywords": [
88     "dns",
89     "domain",
90     "idn",
91     "idna",
92     "punycode",
93     "unicode",
94     "url"
95   ],
96   "license": "MIT",
97   "main": "punycode.js",
98   "maintainers": [
99     {
100       "name": "mathias",
101       "email": "mathias@qiwi.be"
102     },
103     {
104       "name": "reconbot",
105       "email": "wizard@roborooter.com"
106     }
107   ],
108   "name": "punycode",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+https://github.com/bestiejs/punycode.js.git"
114   },
115   "scripts": {
116     "test": "node tests/tests.js"
117   },
118   "version": "1.4.1"
119 }