UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

43 lines (42 loc) 715 B
{ "name": "sort-keys", "version": "4.2.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" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "sort", "object", "keys", "key", "stable", "deterministic", "deep", "recursive", "recursively" ], "dependencies": { "is-plain-obj": "^2.0.0" }, "devDependencies": { "ava": "^2.2.0", "tsd": "^0.7.4", "xo": "^0.24.0" } }