You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
673 B
40 lines
673 B
{
|
|
"name": "sort-keys",
|
|
"version": "1.1.2",
|
|
"description": "Sort the keys of an object",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/sort-keys",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"sort",
|
|
"object",
|
|
"keys",
|
|
"obj",
|
|
"key",
|
|
"stable",
|
|
"deterministic",
|
|
"deep",
|
|
"recursive",
|
|
"recursively"
|
|
],
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"xo": "*"
|
|
}
|
|
}
|