fei.wang
8 天以前 ae7b22322555448d95fd56f505bafa325c167a26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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
  }
 
,"_resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz"
,"_integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
,"_from": "brorand@^1.1.0"
}