multisort
Version:
Sort an array using any number of separate, ranked criteria
34 lines (33 loc) • 768 B
JSON
{
"name": "multisort",
"version": "0.5.3",
"description": "Sort an array using any number of separate, ranked criteria",
"main": "multisort.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/peterkhayes/multisort"
},
"keywords": [
"sort",
"sorting",
"multiple",
"multi",
"multisort",
"comparator"
],
"author": "Peter Hayes <peter.k.hayes@gmail.com> (http://peterkhayes.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/peterkhayes/multisort/issues"
},
"homepage": "https://github.com/peterkhayes/multisort",
"devDependencies": {
"mocha": "^1.20.1",
"expect.js": "^0.3.1",
"deep-equal": "^0.2.1"
},
"dependencies": {}
}