UNPKG

typescript-natural-sort

Version:

Natural Sort algorithm for Typescript/Javascript - Version 0.7 - Released under MIT license

28 lines (27 loc) 795 B
{ "name": "typescript-natural-sort", "version": "0.7.2", "description": "Natural Sort algorithm for Typescript/Javascript - Version 0.7 - Released under MIT license", "main": "naturalSort.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/tedgreen29/typescript-natural-sort.git" }, "keywords": [ "natural", "sort", "typescript", "array", "sort", "sorting" ], "author": "Jim Palmer (based on chunking idea from Dave Koelle, packaged by Ted Green with typescript updates)", "license": "MIT", "bugs": { "url": "https://github.com/tedgreen29/typescript-natural-sort/issues" }, "homepage": "https://github.com/tedgreen29/typescript-natural-sort" }