forto-sorter
Version:
Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.
56 lines (55 loc) • 1.78 kB
JSON
{
"name": "forto-sorter",
"version": "1.0.1",
"scope": "akkiparekh007",
"description": "Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.",
"main": "dist/sort.min.js",
"module": "dist/sort.es.js",
"author": "Akki Parekh <ankit.parekh@forto.com>",
"license": "MIT",
"homepage": "https://github.com/AkkiParekh007/Forto-sorter",
"scripts": {
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register test/*.spec.ts",
"test:watch": "watch 'npm run test' ./src",
"test:integration:dist": "node test/integration/dist.test.js",
"test:integration:npm": "node test/integration/npm.test.js",
"build": "npm run test && rm -rf dist && rollup -c",
"prepublish": "npm run build && npm run test:integration:dist",
"postpublish": "npm run test:integration:npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkkiParekh007/Forto-sorter.git"
},
"bugs": {
"url": "https://github.com/AkkiParekh007/Forto-sorter/issues"
},
"keywords": [
"sort",
"sortBy",
"order",
"orderBy",
"array sort",
"object sort",
"natural sort"
],
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"chai": "^4.3.3",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.3.1",
"rollup": "^2.41.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^5.0.2",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"watch": "^0.13.0"
}
}