sort-keys
Version:
Sort the keys of an object
48 lines (47 loc) • 799 B
JSON
{
"name": "sort-keys",
"version": "5.0.0",
"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": "./index.js",
"engines": {
"node": ">=12"
},
"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.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
}
}