sort-ids
Version:
Calculate sorting identifiers
41 lines (40 loc) • 845 B
JSON
{
"name": "sort-ids",
"version": "3.0.1",
"description": "Calculate sorting identifiers",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/sort-ids.git"
},
"keywords": [
"uint8",
"float",
"sort",
"linked-sort",
"multisort",
"multiple sort",
"point-cluster",
"snap-points",
"packed sort",
"sort-numbers",
"sort pixels",
"sort colors"
],
"author": "Dmitry Yv. <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/sort-ids/issues"
},
"homepage": "https://github.com/dy/sort-ids#readme",
"devDependencies": {
"array-range": "^1.0.1",
"array-rearrange": "^2.2.2",
"performance-now": "^2.1.0",
"tape": "^4.9.1"
}
}