fisher-yates
Version:
A compact module to randomly sort an Array
34 lines (33 loc) • 698 B
JSON
{
"name": "fisher-yates",
"version": "1.0.4",
"description": "A compact module to randomly sort an Array",
"main": "index.js",
"types": "index.d.ts",
"packageManager": "pnpm@8.6.7",
"scripts": {
"test": "node test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dcousens/fisher-yates.git"
},
"bugs": {
"url": "https://github.com/dcousens/fisher-yates/issues"
},
"homepage": "https://github.com/dcousens/fisher-yates",
"keywords": [
"array",
"fisher-yates",
"list",
"random",
"randomly",
"shuffle",
"shuffling",
"sort",
"sorted",
"sorting"
],
"author": "Daniel Cousens",
"license": "MIT"
}