{ "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": "*" }, "__npminstall_done": "Thu Dec 24 2020 20:20:59 GMT+0800 (CST)", "_from": "sort-keys@1.1.2", "_resolved": "https://registry.npm.taobao.org/sort-keys/download/sort-keys-1.1.2.tgz?cache=0&sync_timestamp=1602622157070&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsort-keys%2Fdownload%2Fsort-keys-1.1.2.tgz" }