{
  "_args": [
    [
      "math-random@1.0.3",
      "C:\\xampp\\htdocs\\laravel_boilerplate"
    ]
  ],
  "_development": true,
  "_from": "math-random@1.0.3",
  "_id": "math-random@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-hULdrPg17lCyaJOrDwS4RSGQcc/MFyv1aujidohCsBq2zotkhIns8mMDQ7B8VnKG23xcpa+haU5MLDNyNzCesQ==",
  "_location": "/math-random",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "math-random@1.0.3",
    "name": "math-random",
    "escapedName": "math-random",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/randomatic"
  ],
  "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "C:\\xampp\\htdocs\\laravel_boilerplate",
  "author": {
    "name": "Michael Rhodes"
  },
  "browser": {
    "node.js": "browser.js",
    "assert": "console.assert"
  },
  "bugs": {
    "url": "https://github.com/michaelrhodes/math-random/issues"
  },
  "description": "math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.",
  "devDependencies": {
    "array-unique": "~0.2.1",
    "console.assert": "github:michaelrhodes/console.assert#1.0.0"
  },
  "homepage": "https://github.com/michaelrhodes/math-random#readme",
  "license": "MIT",
  "main": "node.js",
  "name": "math-random",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelrhodes/math-random.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.3"
}
