sort-keys
Version:
Sort the keys of an object
52 lines (51 loc) • 865 B
JSON
{
"name": "sort-keys",
"version": "6.0.1",
"description": "Sort the keys of an object",
"license": "MIT",
"repository": "sindresorhus/sort-keys",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"sort",
"object",
"keys",
"key",
"stable",
"deterministic",
"deep",
"recursive",
"recursively",
"array",
"sorted",
"sorting"
],
"dependencies": {
"is-plain-obj": "^4.1.0"
},
"devDependencies": {
"ava": "^6.4.1",
"tsd": "^0.33.0",
"xo": "^1.2.2"
}
}