UNPKG

sort-es

Version:

Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!

105 lines (104 loc) 2.7 kB
{ "author": "Cosimo Chellini <cosimo.chellini@gmail.com>", "bugs": { "url": "https://github.com/cosimochellini/sort-es/issues" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": {}, "description": "Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!", "devDependencies": { "@babel/eslint-parser": "^7.28.0", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", "@types/node": "^24.10.1", "@typescript-eslint/eslint-plugin": "^8.47.0", "@typescript-eslint/parser": "^8.47.0", "chai": "^6.2.1", "cosmiconfig": "^9.0.0", "cross-env": "^10.1.0", "date-fns": "^4.1.0", "eslint": "^9.39.1", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.1", "eslint-plugin-react": "^7.37.3", "husky": "^9.1.7", "mocha": "^11.7.5", "nyc": "^17.1.0", "rollup": "^4.53.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.36.0", "sort-es": "^1.7.15", "source-map-support": "^0.5.21", "standard-version": "^9.5.0", "terser": "^5.43.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "tslint-config-prettier": "^1.18.0", "typescript": "^5.6.3", "typescript-eslint": "^8.47.0" }, "files": [ "lib/**/*" ], "homepage": "https://sort-es.netlify.app", "keywords": [ "sort", "sort-es", "sort functions", "es", "es6", "module", "utility", "library", "sorting", "npm", "module", "node", "javascript", "typescript", "array", "list" ], "license": "MIT", "main": "lib/index.cjs.js", "module": "lib/index.esm.js", "name": "sort-es", "nyc": { "extension": [ ".ts", ".tsx" ], "exclude": [ "**/*.d.ts" ], "reporter": [ "html" ], "all": true }, "repository": { "type": "git", "url": "git+https://github.com/cosimochellini/sort-es.git" }, "scripts": { "build": "rollup -c rollup.config.mjs", "test": "nyc --reporter=lcov mocha --recursive --require ts-node/register --exit test/*.ts", "test:local": "nyc mocha --recursive --require ts-node/register --exit test/*.ts", "lint": "eslint src/*.ts", "release": "standard-version", "prepare": "husky install" }, "sideEffects": false, "types": "lib/src", "version": "1.7.18" }