{
  "_args": [
    [
      "seedrandom@3.0.5",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "seedrandom@3.0.5",
  "_id": "seedrandom@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==",
  "_location": "/seedrandom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "seedrandom@3.0.5",
    "name": "seedrandom",
    "escapedName": "seedrandom",
    "rawSpec": "3.0.5",
    "saveSpec": null,
    "fetchSpec": "3.0.5"
  },
  "_requiredBy": [
    "/vtk.js"
  ],
  "_resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz",
  "_spec": "3.0.5",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "David Bau"
  },
  "browser": {
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/davidbau/seedrandom/issues"
  },
  "config": {
    "blanket": {
      "pattern": [
        "seedrandom.js",
        "lib/alea.js",
        "lib/xor128.js",
        "lib/xorwow.js",
        "lib/xorshift7.js",
        "lib/tychei.js",
        "lib/xor4096.js"
      ]
    }
  },
  "description": "Seeded random number generator for Javascript.",
  "devDependencies": {
    "blanket": "latest",
    "coveralls": "latest",
    "grunt": "latest",
    "grunt-browserify": "latest",
    "grunt-cli": "latest",
    "grunt-contrib-connect": "latest",
    "grunt-contrib-copy": "latest",
    "grunt-contrib-qunit": "latest",
    "grunt-contrib-uglify": "latest",
    "grunt-mocha-nyc": "latest",
    "grunt-release": "github:davidbau/grunt-release",
    "mocha": "latest",
    "nyc": "latest",
    "proxyquire": "latest",
    "qunit": "latest",
    "requirejs": "latest"
  },
  "homepage": "http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html",
  "jsdelivr": "seedrandom.min.js",
  "keywords": [
    "seed",
    "random",
    "crypto"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "seedrandom",
  "repository": {
    "type": "git",
    "url": "git://github.com/davidbau/seedrandom.git"
  },
  "scripts": {
    "test": "grunt travis"
  },
  "unpkg": "seedrandom.min.js",
  "version": "3.0.5"
}
