react / wstein / node_modules / react / node_modules / envify / node_modules / jstransform / node_modules / base62 / package.json
80551 views{1"author": {2"name": "Andrew Nesbitt",3"email": "[email protected]",4"url": "http://andrew-nesbitt.com/"5},6"name": "base62",7"description": "Javascript Base62 encode/decoder",8"keywords": [9"base-62"10],11"version": "0.1.1",12"repository": {13"type": "git",14"url": "git://github.com/andrew/base62.js.git"15},16"main": "base62.js",17"engines": {18"node": "*"19},20"scripts": {21"test": "mocha test"22},23"devDependencies": {24"mocha": "1.7.x"25},26"_id": "[email protected]",27"dist": {28"shasum": "7b4174c2f94449753b11c2651c083da841a7b084",29"tarball": "http://registry.npmjs.org/base62/-/base62-0.1.1.tgz"30},31"_npmVersion": "1.1.65",32"_npmUser": {33"name": "andrewnez",34"email": "[email protected]"35},36"maintainers": [37{38"name": "andrewnez",39"email": "[email protected]"40}41],42"directories": {},43"_shasum": "7b4174c2f94449753b11c2651c083da841a7b084",44"_resolved": "https://registry.npmjs.org/base62/-/base62-0.1.1.tgz",45"_from": "[email protected]",46"bugs": {47"url": "https://github.com/andrew/base62.js/issues"48},49"readme": "ERROR: No README data found!",50"homepage": "https://github.com/andrew/base62.js#readme"51}525354