@hugoalh/shuffle-array
Version:
A module to shuffle the array's indexes.
41 lines • 814 B
JSON
{
"name": "@hugoalh/shuffle-array",
"version": "2.1.1",
"description": "A module to shuffle the array's indexes.",
"keywords": [
"array",
"shuffle"
],
"homepage": "https://github.com/hugoalh/shuffle-array-es#readme",
"bugs": {
"url": "https://github.com/hugoalh/shuffle-array-es/issues"
},
"license": "MIT",
"author": "hugoalh",
"type": "module",
"main": "./mod.js",
"module": "./mod.js",
"exports": {
".": {
"import": {
"types": "./mod.d.ts",
"default": "./mod.js"
}
}
},
"types": "./mod.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hugoalh/shuffle-array-es.git"
},
"scripts": {},
"devDependencies": {
"@types/node": "^20.9.0"
},
"engines": {},
"private": false,
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@dev"
}