alvarocastro/pick-random-weighted

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pick-random-weighted",
  "version": "0.0.0-development",
  "description": "Pick a random item from a weighted list.",
  "main": "index.js",
  "scripts": {
    "test": "xo && c8 ava"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvarocastro/pick-random-weighted.git"
  },
  "keywords": [
    "pick",
    "choose",
    "random",
    "array",
    "list",
    "decision",
    "weighted",
    "picking"
  ],
  "author": "Alvaro Castro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alvarocastro/pick-random-weighted/issues"
  },
  "homepage": "https://github.com/alvarocastro/pick-random-weighted#readme",
  "devDependencies": {
    "ava": "4.0.1",
    "c8": "^7.11.0",
    "semantic-release": "^19.0.2",
    "xo": "^0.48.0"
  }
}