UNPKG

alphanum-sort

Version:
34 lines (33 loc) 711 B
{ "name": "alphanum-sort", "version": "1.1.0", "description": "Alphanumeric sorting algorithm", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "devDependencies": { "javascript-natural-sort": "^0.7.1" }, "scripts": { "test": "node test.js" }, "author": "Bogdan Chadkin <opensource@trysound.io>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TrySound/alphanum-sort.git" }, "bugs": { "url": "https://github.com/TrySound/alphanum-sort/issues" }, "homepage": "https://github.com/TrySound/alphanum-sort", "keywords": [ "sort", "alphanum", "alphanumeric", "natural", "human" ] }