@extra-array/shuffle.min
Version:
Rearranges values in arbitrary order.
112 lines • 1.89 kB
JSON
{
"name": "@extra-array/shuffle.min",
"version": "2.3.2",
"description": "Rearranges values in arbitrary order.",
"main": "index.js",
"scripts": {
"test": "exit"
},
"keywords": [
"extra",
"array",
"bsearch",
"bsearchAny",
"bsearchClosest",
"bsearchRight",
"chunk",
"compare",
"concat$",
"copy$",
"copy",
"copyWithin",
"count",
"countAllOn",
"countOn",
"cut",
"cutRight",
"difference",
"differenceOn",
"fill",
"filter$",
"findIndices",
"findRight",
"flatten",
"get",
"getAll",
"getLerp",
"group",
"groupOn",
"head",
"index",
"infixes",
"init",
"intersection",
"intersectionOn",
"is",
"isDisjoint",
"isDisjointOn",
"isEqual",
"isInfix",
"isInfixOn",
"isPermutation",
"isPermutationOn",
"isPrefix",
"isPrefixOn",
"isSubsequence",
"isSubsequenceOn",
"isSuffix",
"isSuffixOn",
"last",
"linspace",
"map$",
"partition",
"partitionOn",
"permutations",
"pop",
"prefixes",
"push",
"range",
"repeat",
"reverse",
"rotate$",
"rotate",
"search",
"searchAll",
"searchRight",
"set$",
"set",
"shift",
"shuffle$",
"shuffle",
"slice$",
"sort",
"sortOn$",
"sortOn",
"splice",
"split",
"subsequences",
"suffixes",
"swap$",
"swap",
"tail",
"union$",
"union",
"unionOn$",
"unionOn",
"unique",
"uniqueOn",
"unshift",
"zip"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-array/issues"
},
"homepage": "https://github.com/nodef/extra-array#readme",
"dependencies": {}
}