algosort
Version:
This node package is for all javascript developers who are interested in sorting algorithms. This package gives you the possibility to choose between many different sorting algorithms. This package will output a two dimensional array of all numbers in dif
40 lines (39 loc) • 1.27 kB
JSON
{
"name": "algosort",
"version": "2.0.2",
"description": "This node package is for all javascript developers who are interested in sorting algorithms. This package gives you the possibility to choose between many different sorting algorithms. This package will output a two dimensional array of all numbers in different sorting states or you create automatically a graphical animation of the sorting algorithm in a canvas element.",
"main": "src/index.js",
"scripts": {
"test": "mocha src/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulD103/AlgoSort.git"
},
"keywords": [
"algorithms",
"sorting",
"bubblesort",
"selectionsort",
"sort",
"algorithm",
"sorting-algorithms",
"sorting-algorithms-implemented",
"visualization",
"sorting-visualization",
"bubblesort-visualization",
"selectionsort-visualization"
],
"author": "Paul Dunz <contact@javascriptcoding.org> (https://javascriptcoding.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PaulD103/AlgoSort/issues"
},
"homepage": "https://github.com/PaulD103/AlgoSort#readme",
"devDependencies": {
"mocha": "^8.4.0"
},
"dependencies": {
"parcel": "^2.0.0-beta.2"
}
}