react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / string_decoder / package.json
80711 views{1"name": "string_decoder",2"version": "0.10.31",3"description": "The string_decoder module from Node core",4"main": "index.js",5"dependencies": {},6"devDependencies": {7"tap": "~0.4.8"8},9"scripts": {10"test": "tap test/simple/*.js"11},12"repository": {13"type": "git",14"url": "git://github.com/rvagg/string_decoder.git"15},16"homepage": "https://github.com/rvagg/string_decoder",17"keywords": [18"string",19"decoder",20"browser",21"browserify"22],23"license": "MIT",24"gitHead": "d46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0",25"bugs": {26"url": "https://github.com/rvagg/string_decoder/issues"27},28"_id": "[email protected]",29"_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",30"_from": "string_decoder@>=0.10.0 <0.11.0",31"_npmVersion": "1.4.23",32"_npmUser": {33"name": "rvagg",34"email": "[email protected]"35},36"maintainers": [37{38"name": "substack",39"email": "[email protected]"40},41{42"name": "rvagg",43"email": "[email protected]"44}45],46"dist": {47"shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",48"tarball": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"49},50"directories": {},51"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"52}535455