@extra-array/bubble-sort.min
Version:
Arranges values in an order.
34 lines (33 loc) • 723 B
JSON
{
"name": "@extra-array/bubble-sort.min",
"version": "2.9.41",
"description": "Arranges values in an order.",
"main": "index.js",
"module": "index.mjs",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"test": "exit"
},
"runkitExampleFilename": "example.js",
"keywords": [
"extra",
"array",
"bubble",
"sort",
"bubbleSort"
],
"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": {}
}