UNPKG

arraysort

Version:
40 lines 913 B
{ "name": "arraysort", "version": "2.0.0", "description": "Array sorting utility.", "main": "lib", "scripts": { "test": "./ci/test.js" }, "repository": "okunishinishi/node-arraysort", "keywords": [ "array", "sort" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/okunishinishi/node-arraysort/issues" }, "homepage": "https://github.com/okunishinishi/node-arraysort#readme", "devDependencies": { "ape-covering": "^2.0.0", "ape-deploying": "^2.0.0", "ape-releasing": "^1.1.2", "ape-reporting": "^2.0.3", "ape-tasking": "^2.0.0", "ape-testing": "^2.0.0", "ape-tmpl": "^2.0.4", "ape-updating": "^2.0.0", "arrayfilter": "^1.1.2", "coz": "^3.1.6", "coz-tmpl": "^1.1.0" }, "dependencies": {}, "engines": { "node": ">=4.0.0" } }