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