sort-all-in-one
Version:
A Lite(20KB) sorting package that gives the option to the array of objects to sort with several alogithms based on any key of that objects
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "sort-all-in-one",
"version": "1.0.13",
"description": "A Lite(20KB) sorting package that gives the option to the array of objects to sort with several alogithms based on any key of that objects",
"main": "./dist/index.js",
"scripts": {
"compile": "./node_modules/.bin/babel --presets es2015,stage-0 -d dist/ src/",
"prepublish": "npm run compile"
},
"keywords": [
"sort",
"sorting",
"object sorting",
"bubble",
"quick",
"merge",
"insertion",
"selection",
"collection sorting",
"array of object sorting"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OnlyRefat/sort-all-in-one.git"
},
"author": "Rafi Ud Daula Refat, Maskhuk Sadman",
"license": "ISC",
"bugs": {
"url": "https://github.com/OnlyRefat/sort-all-in-one/issues"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0"
},
"dependencies": {
"moment": "^2.14.1"
}
}