{
  "_args": [
    [
      {
        "raw": "knuth-shuffle@^1.0.1",
        "scope": null,
        "escapedName": "knuth-shuffle",
        "name": "knuth-shuffle",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/Users/simon/projects/finger-tree/bench"
    ]
  ],
  "_from": "knuth-shuffle@>=1.0.1 <2.0.0",
  "_id": "knuth-shuffle@1.0.1",
  "_inCache": true,
  "_location": "/knuth-shuffle",
  "_npmUser": {
    "name": "coolaj86",
    "email": "coolaj86@gmail.com"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "knuth-shuffle@^1.0.1",
    "scope": null,
    "escapedName": "knuth-shuffle",
    "name": "knuth-shuffle",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/knuth-shuffle/-/knuth-shuffle-1.0.1.tgz",
  "_shasum": "454940ae816c14e1af6e6f09d8828818f95b5191",
  "_shrinkwrap": null,
  "_spec": "knuth-shuffle@^1.0.1",
  "_where": "/Users/simon/projects/finger-tree/bench",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "http://coolaj86.info/"
  },
  "bugs": {
    "url": "https://github.com/coolaj86/knuth-shuffle/issues"
  },
  "dependencies": {},
  "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "454940ae816c14e1af6e6f09d8828818f95b5191",
    "tarball": "https://registry.npmjs.org/knuth-shuffle/-/knuth-shuffle-1.0.1.tgz"
  },
  "homepage": "https://github.com/coolaj86/knuth-shuffle",
  "keywords": [
    "ronald",
    "fisher",
    "frank",
    "yates",
    "fisher-yates",
    "donald",
    "knuth",
    "shuffle",
    "random",
    "randomize",
    "unbiased",
    "algorithm"
  ],
  "license": "Apache2",
  "main": "index.js",
  "maintainers": [
    {
      "name": "coolaj86",
      "email": "coolaj86@gmail.com"
    }
  ],
  "name": "knuth-shuffle",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/coolaj86/knuth-shuffle.git"
  },
  "scripts": {
    "test": "node example.js"
  },
  "version": "1.0.1"
}
