@alvarocastro/quicksort
Version:
An implementation of the quicksort algorithm
33 lines (32 loc) • 754 B
JSON
{
"name": "@alvarocastro/quicksort",
"version": "1.0.5",
"description": "An implementation of the quicksort algorithm",
"main": "index.js",
"scripts": {
"performance": "node performance.js",
"test": "xo && nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvarocastro/quicksort.git"
},
"keywords": [
"quicksort",
"sort",
"algorithm"
],
"author": "Alvaro Castro",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvarocastro/quicksort/issues"
},
"homepage": "https://github.com/alvarocastro/quicksort#readme",
"devDependencies": {
"ava": "3.14.0",
"coveralls": "3.1.0",
"nyc": "15.1.0",
"semantic-release": "^17.1.2",
"xo": "0.37.1"
}
}