HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/brorand/package.json
{
  "name": "brorand",
  "version": "1.1.0",
  "description": "Random number generator for browsers and node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter=spec test/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:indutny/brorand"
  },
  "keywords": [
    "Random",
    "RNG",
    "browser",
    "crypto"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/brorand/issues"
  },
  "homepage": "https://github.com/indutny/brorand",
  "devDependencies": {
    "mocha": "^2.0.1"
  },
  "browser": {
    "crypto": false
  }
}