UNPKG

sort-object-keys

Version:

Sort an object's keys, including an optional key list

43 lines (42 loc) 939 B
{ "name": "sort-object-keys", "version": "2.0.0", "description": "Sort an object's keys, including an optional key list", "keywords": [ "keys", "object", "sort" ], "homepage": "https://github.com/keithamus/sort-object-keys#readme", "bugs": { "url": "https://github.com/keithamus/sort-object-keys/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/keithamus/sort-object-keys.git" }, "license": "MIT", "author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)", "type": "module", "exports": { ".": { "import": { "types": "./index.d.ts", "default": "./index.js" } } }, "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "sort": "sort-package-json", "test": "node test.js" }, "devDependencies": { "sort-package-json": "^3.4.0" } }