UNPKG

key-sort

Version:

Sorts an array by key, maintaining key to data correlations. This is useful mainly for associative arrays.

32 lines (31 loc) 755 B
{ "name": "key-sort", "version": "0.0.3", "description": "Sorts an array by key, maintaining key to data correlations. This is useful mainly for associative arrays.", "main": "index.js", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Halum/key-sort.git" }, "keywords": [ "keysort", "key-sort", "ksort", "k-sort", "associative-array", "sort", "php ksort" ], "author": "Sajjad Hossain", "license": "MIT", "bugs": { "url": "https://github.com/Halum/key-sort/issues" }, "homepage": "https://github.com/Halum/key-sort#readme" }