react / wstein / node_modules / browserify / node_modules / buffer / node_modules / base64-js / package.json
80538 views{1"author": {2"name": "T. Jameson Little",3"email": "[email protected]"4},5"name": "base64-js",6"description": "Base64 encoding/decoding in pure JS",7"version": "0.0.8",8"repository": {9"type": "git",10"url": "git://github.com/beatgammit/base64-js.git"11},12"main": "lib/b64.js",13"scripts": {14"test": "tape test/*.js"15},16"testling": {17"files": "test/*.js",18"browsers": [19"ie/6..latest",20"chrome/4..latest",21"firefox/3..latest",22"safari/5.1..latest",23"opera/11.0..latest",24"iphone/6",25"ipad/6"26]27},28"engines": {29"node": ">= 0.4"30},31"license": "MIT",32"dependencies": {},33"devDependencies": {34"tape": "~2.3.2"35},36"gitHead": "b4a8a5fa9b0caeddb5ad94dd1108253d8f2a315f",37"bugs": {38"url": "https://github.com/beatgammit/base64-js/issues"39},40"homepage": "https://github.com/beatgammit/base64-js",41"_id": "[email protected]",42"_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",43"_from": "[email protected]",44"_npmVersion": "2.1.16",45"_nodeVersion": "0.10.35",46"_npmUser": {47"name": "feross",48"email": "[email protected]"49},50"maintainers": [51{52"name": "beatgammit",53"email": "[email protected]"54},55{56"name": "feross",57"email": "[email protected]"58}59],60"dist": {61"shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",62"tarball": "http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz"63},64"directories": {},65"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",66"readme": "ERROR: No README data found!"67}686970