react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / iconv-lite / package.json
81164 views{1"name": "iconv-lite",2"description": "Convert character encodings in pure javascript.",3"version": "0.4.9",4"license": "MIT",5"keywords": [6"iconv",7"convert",8"charset",9"icu"10],11"author": {12"name": "Alexander Shtuchkin",13"email": "[email protected]"14},15"contributors": [16{17"name": "Jinwu Zhan",18"url": "https://github.com/jenkinv"19},20{21"name": "Adamansky Anton",22"url": "https://github.com/adamansky"23},24{25"name": "George Stagas",26"url": "https://github.com/stagas"27},28{29"name": "Mike D Pilsbury",30"url": "https://github.com/pekim"31},32{33"name": "Niggler",34"url": "https://github.com/Niggler"35},36{37"name": "wychi",38"url": "https://github.com/wychi"39},40{41"name": "David Kuo",42"url": "https://github.com/david50407"43},44{45"name": "ChangZhuo Chen",46"url": "https://github.com/czchen"47},48{49"name": "Lee Treveil",50"url": "https://github.com/leetreveil"51},52{53"name": "Brian White",54"url": "https://github.com/mscdex"55},56{57"name": "Mithgol",58"url": "https://github.com/Mithgol"59},60{61"name": "Nazar Leush",62"url": "https://github.com/nleush"63}64],65"main": "./lib/index.js",66"homepage": "https://github.com/ashtuchkin/iconv-lite",67"bugs": {68"url": "https://github.com/ashtuchkin/iconv-lite/issues"69},70"repository": {71"type": "git",72"url": "git://github.com/ashtuchkin/iconv-lite.git"73},74"engines": {75"node": ">=0.8.0"76},77"scripts": {78"coverage": "istanbul cover _mocha -- --grep .",79"coverage-open": "open coverage/lcov-report/index.html",80"test": "mocha --reporter spec --grep ."81},82"browser": {83"./extend-node": false,84"./streams": false85},86"devDependencies": {87"mocha": "*",88"request": "2.47",89"unorm": "*",90"errto": "*",91"async": "*",92"istanbul": "*",93"iconv": "2.1"94},95"gitHead": "a9a123e22074cb4d8e0392ae037b0e348df1559a",96"_id": "[email protected]",97"_shasum": "4d8b3c7f596c558ce95b4bd4562c874010a7df3e",98"_from": "iconv-lite@>=0.4.5 <0.5.0",99"_npmVersion": "2.10.1",100"_nodeVersion": "0.12.4",101"_npmUser": {102"name": "ashtuchkin",103"email": "[email protected]"104},105"maintainers": [106{107"name": "ashtuchkin",108"email": "[email protected]"109}110],111"dist": {112"shasum": "4d8b3c7f596c558ce95b4bd4562c874010a7df3e",113"tarball": "http://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.9.tgz"114},115"directories": {},116"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.9.tgz"117}118119120