UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

55 lines (54 loc) 1.26 kB
{ "name": "sort-array", "author": "Lloyd Brookes <75pound@gmail.com>", "contributors": [ "Ben Vickers <bjvickers@protonmail.com>" ], "version": "4.0.1", "description": "Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order", "repository": "https://github.com/75lb/sort-array", "license": "MIT", "main": "dist/index.js", "module": "index.mjs", "keywords": [ "sort", "by", "array", "recordset", "objects", "sorted", "asc", "desc" ], "engines": { "node": ">=10" }, "scripts": { "test": "npm run dist && esm-runner test/*.mjs && web-runner test/*.mjs", "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs -d 3 > README.md", "dist": "rollup -c" }, "dependencies": { "array-back": "^4.0.1", "typical": "^6.0.0" }, "devDependencies": { "@test-runner/web": "^0.3.3", "esm-runner": "^0.3.3", "isomorphic-assert": "^0.1.1", "jsdoc-to-markdown": "^5.0.3", "rollup": "^1.27.9", "rollup-plugin-node-resolve": "^5.2.0", "test-object-model": "^0.6.0" }, "files": [ "dist/index.js", "index.mjs" ], "standard": { "ignore": [ "dist", "tmp" ] } }