react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / randombytes / package.json
80540 views{1"name": "randombytes",2"version": "2.0.1",3"description": "random bytes from browserify stand alone",4"main": "index.js",5"scripts": {6"test": "node test.js | tspec"7},8"repository": {9"type": "git",10"url": "git+ssh://[email protected]/crypto-browserify/randombytes.git"11},12"keywords": [13"crypto",14"random"15],16"author": "",17"license": "MIT",18"bugs": {19"url": "https://github.com/crypto-browserify/randombytes/issues"20},21"homepage": "https://github.com/crypto-browserify/randombytes",22"browser": "browser.js",23"devDependencies": {24"tap-spec": "^2.1.2",25"tape": "^3.0.3"26},27"gitHead": "849c4a44af3275dd1fa5ae221e5e87304b43e165",28"_id": "[email protected]",29"_shasum": "18f4a9ba0dd07bdb1580bc9156091fcf90eabc6f",30"_from": "randombytes@>=2.0.0 <3.0.0",31"_npmVersion": "2.2.0",32"_nodeVersion": "0.10.35",33"_npmUser": {34"name": "dcousens",35"email": "[email protected]"36},37"maintainers": [38{39"name": "cwmma",40"email": "[email protected]"41},42{43"name": "dcousens",44"email": "[email protected]"45},46{47"name": "dominictarr",48"email": "[email protected]"49},50{51"name": "jp",52"email": "[email protected]"53}54],55"dist": {56"shasum": "18f4a9ba0dd07bdb1580bc9156091fcf90eabc6f",57"tarball": "http://registry.npmjs.org/randombytes/-/randombytes-2.0.1.tgz"58},59"directories": {},60"_resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.1.tgz",61"readme": "ERROR: No README data found!"62}636465