just-my-luck
Version:
A collection of utility functions for working with randomness.
53 lines (52 loc) • 1.07 kB
JSON
{
"name": "just-my-luck",
"version": "3.0.0",
"description": "A collection of utility functions for working with randomness.",
"keywords": [
"array",
"boolean",
"chance",
"collection",
"combination",
"date",
"exclusive",
"float",
"inclusive",
"integer",
"iterable",
"luck",
"mersenne twister",
"number",
"password",
"permutation",
"pick",
"random",
"range",
"sample",
"shuffle",
"string",
"weight"
],
"license": "MIT",
"author": "Sergej Sintschilin <seregpie@gmail.com>",
"files": [],
"main": "index.js",
"repository": "github:SeregPie/JustMyLuck",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "node test/index"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"eslint": "^7.2.0",
"eslint-config-seregpie": "^1.0.1",
"lodash": "^4.17.15",
"lodash.combinations": "^18.10.0",
"lodash.multicombinations": "^1.0.0",
"lodash.multipermutations": "^1.0.0",
"lodash.permutations": "^1.0.0",
"rollup": "^2.16.1",
"rollup-plugin-terser": "^6.1.0"
}
}