{
  "_args": [
    [
      "knuth-shuffle@1.0.8",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "knuth-shuffle@1.0.8",
  "_id": "knuth-shuffle@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-IdC4Hpp+mx53zTt6VAGsAtbGM0g4BV9fP8tTcviCosSwocHcRDw9uG5Rnv6wLWckF4r72qeXFoK9NkvV1gUJCQ==",
  "_location": "/knuth-shuffle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "knuth-shuffle@1.0.8",
    "name": "knuth-shuffle",
    "escapedName": "knuth-shuffle",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "/human-readable-ids"
  ],
  "_resolved": "https://registry.npmjs.org/knuth-shuffle/-/knuth-shuffle-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle/issues"
  },
  "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
  "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle.js",
  "keywords": [
    "ronald",
    "fisher",
    "frank",
    "yates",
    "fisher-yates",
    "donald",
    "knuth",
    "shuffle",
    "random",
    "randomize",
    "unbiased",
    "algorithm"
  ],
  "license": "(MIT OR Apache-2.0)",
  "main": "index.js",
  "name": "knuth-shuffle",
  "repository": {
    "type": "git",
    "url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.js.git"
  },
  "scripts": {
    "test": "node example.js"
  },
  "version": "1.0.8"
}
