{ "_from": "sort-object-keys@^1.1.3", "_id": "sort-object-keys@1.1.3", "_inBundle": false, "_integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==", "_location": "/sort-object-keys", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "sort-object-keys@^1.1.3", "name": "sort-object-keys", "escapedName": "sort-object-keys", "rawSpec": "^1.1.3", "saveSpec": null, "fetchSpec": "^1.1.3" }, "_requiredBy": [ "/sort-package-json" ], "_resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz", "_shasum": "bff833fe85cab147b34742e45863453c1e190b45", "_spec": "sort-object-keys@^1.1.3", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/sort-package-json", "author": { "name": "Keith Cirkel", "email": "npm@keithcirkel.co.uk", "url": "http://keithcirkel.co.uk/" }, "bugs": { "url": "https://github.com/keithamus/sort-object-keys/issues" }, "bundleDependencies": false, "config": { "ghooks": { "pre-commit": "npm t", "commit-msg": "validate-commit-msg" } }, "deprecated": false, "description": "Sort an object's keys, including an optional key list", "devDependencies": { "ghooks": "^1.0.1", "semantic-release": "^4.3.5", "travis-after-all": "^1.4.4", "validate-commit-msg": "^2.4.1" }, "files": [ "index.js" ], "homepage": "https://github.com/keithamus/sort-object-keys#readme", "keywords": [ "keys", "object", "sort" ], "license": "MIT", "main": "index.js", "name": "sort-object-keys", "repository": { "type": "git", "url": "git+ssh://git@github.com/keithamus/sort-object-keys.git" }, "scripts": { "semantic-release": "travis-after-all && semantic-release pre && npm publish && semantic-release post", "test": "node test.js" }, "version": "1.1.3" }