{"versions":{"1.0.2":{"name":"alphanum-sort","version":"1.0.2","description":"Alphanumeric sorting algorithm","main":"lib/index.js","files":["lib"],"devDependencies":{"eslint":"^1.5.1","javascript-natural-sort":"^0.7.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"scripts":{"test":"eslint lib test.js && tape test.js | tap-spec"},"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"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"],"gitHead":"c91a8ad765d3adacf4a7186637ad6f39cad540f6","_id":"alphanum-sort@1.0.2","_shasum":"97a1119649b211ad33691d9f9f486a8ec9fbe0a3","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"trysound@yandex.ru"},"maintainers":[{"name":"anonymous","email":"trysound@yandex.ru"}],"dist":{"shasum":"97a1119649b211ad33691d9f9f486a8ec9fbe0a3","size":2655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/alphanum-sort/-/alphanum-sort-1.0.2.tgz"},"directories":{},"publish_time":1443903169185,"_cnpm_publish_time":1443903169185,"_hasShrinkwrap":false,"contributors":[]},"1.0.1":{"name":"alphanum-sort","version":"1.0.1","description":"Alphanumeric sorting algorithm","main":"lib/index.js","files":["lib"],"devDependencies":{"eslint":"^1.5.1","javascript-natural-sort":"^0.7.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"scripts":{"test":"eslint lib test.js && tape test.js | tap-spec"},"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"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"],"gitHead":"bf64cac9d67d157d358812dac6336ba98af090a9","_id":"alphanum-sort@1.0.1","_shasum":"571cdf3a955a3e92346860e9f08e5e5de503bf69","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"trysound@yandex.ru"},"maintainers":[{"name":"anonymous","email":"trysound@yandex.ru"}],"dist":{"shasum":"571cdf3a955a3e92346860e9f08e5e5de503bf69","size":2628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/alphanum-sort/-/alphanum-sort-1.0.1.tgz"},"directories":{},"publish_time":1443363515765,"_cnpm_publish_time":1443363515765,"_hasShrinkwrap":false,"contributors":[]},"1.0.0":{"name":"alphanum-sort","version":"1.0.0","description":"Alphanumeric sorting algorithm","main":"lib/index.js","files":["lib"],"devDependencies":{"eslint":"^1.5.1","javascript-natural-sort":"^0.7.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"scripts":{"test":"eslint lib test.js && tape test.js | tap-spec"},"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"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"],"gitHead":"006772549df6763f415e3578d9fa54d74b4a9445","_id":"alphanum-sort@1.0.0","_shasum":"df2c1e0c6406487bedc2f707eed25f9cd0f09e66","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"trysound@yandex.ru"},"maintainers":[{"name":"anonymous","email":"trysound@yandex.ru"}],"dist":{"shasum":"df2c1e0c6406487bedc2f707eed25f9cd0f09e66","size":2601,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/alphanum-sort/-/alphanum-sort-1.0.0.tgz"},"directories":{},"publish_time":1443312748223,"_cnpm_publish_time":1443312748223,"_hasShrinkwrap":false,"contributors":[]}},"dist-tags":{"latest":"1.0.2"},"name":"alphanum-sort","time":{"modified":"2023-08-04T00:46:39.130Z","created":"2022-01-26T12:59:30.815Z","1.0.2":"2015-10-03T20:12:49.185Z","1.0.1":"2015-09-27T14:18:35.765Z","1.0.0":"2015-09-27T00:12:28.223Z"},"readme":"# alphanum-sort\r\n[![Build Status](https://travis-ci.org/TrySound/alphanum-sort.svg?branch=master)](https://travis-ci.org/TrySound/alphanum-sort)\r\n\r\n> Alphanumeric sorting algorithm\r\n\r\n## Install\r\n\r\nWith [npm](https://npmjs.org/package/alphanum-sort) do:\r\n\r\n```\r\nnpm i alphanum-sort -S\r\n```\r\n\r\n## Example\r\n\r\n```js\r\nvar sort = require('alphanum-sort');\r\n\r\nvar result = sort(['item20', 'item19', 'item1', 'item10', 'item2']);\r\n// ['item1', 'item2', 'item10', 'item19', 'item20']\r\n```\r\n\r\n## API\r\n\r\n### alphanumSort(array, options)\r\n\r\n#### options\r\n\r\n##### insensitive\r\n\r\nType: `Boolean`\r\nDefault: `false`\r\n\r\nCompares items case insensitively\r\n\r\n##### sign\r\n\r\nType: `Boolean`\r\nDefault: `false`\r\n\r\nAllows `+` and `-` characters before numbers\r\n\r\n## License\r\n\r\nMIT © [Bogdan Chadkin](https://github.com/trysound)","users":{}}