react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / url / node_modules / punycode / package.json
80742 views{1"name": "punycode",2"version": "1.3.2",3"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",4"homepage": "https://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"license": "MIT",16"author": {17"name": "Mathias Bynens",18"url": "https://mathiasbynens.be/"19},20"contributors": [21{22"name": "Mathias Bynens",23"url": "https://mathiasbynens.be/"24},25{26"name": "John-David Dalton",27"url": "http://allyoucanleet.com/"28}29],30"repository": {31"type": "git",32"url": "https://github.com/bestiejs/punycode.js.git"33},34"bugs": {35"url": "https://github.com/bestiejs/punycode.js/issues"36},37"files": [38"LICENSE-MIT.txt",39"punycode.js"40],41"scripts": {42"test": "node tests/tests.js"43},44"devDependencies": {45"coveralls": "^2.10.1",46"grunt": "^0.4.5",47"grunt-contrib-uglify": "^0.5.0",48"grunt-shell": "^0.7.0",49"istanbul": "^0.2.13",50"qunit-extras": "^1.2.0",51"qunitjs": "~1.11.0",52"requirejs": "^2.1.14"53},54"gitHead": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",55"_id": "[email protected]",56"_shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",57"_from": "[email protected]",58"_npmVersion": "1.4.28",59"_npmUser": {60"name": "mathias",61"email": "[email protected]"62},63"maintainers": [64{65"name": "mathias",66"email": "[email protected]"67},68{69"name": "reconbot",70"email": "[email protected]"71}72],73"dist": {74"shasum": "9653a036fb7c1ee42342f2325cceefea3926c48d",75"tarball": "http://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"76},77"directories": {},78"_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz"79}808182