{ "_from": "sort-package-json@^1.22.1", "_id": "sort-package-json@1.44.0", "_inBundle": false, "_integrity": "sha512-u9GUZvpavUCXV5SbEqXu9FRbsJrYU6WM10r3zA0gymGPufK5X82MblCLh9GW9l46pXKEZvK+FA3eVTqC4oMp4A==", "_location": "/sort-package-json", "_phantomChildren": { "@nodelib/fs.walk": "1.2.4", "@types/glob": "7.1.3", "glob": "7.1.6", "glob-parent": "5.1.1", "merge2": "1.4.1", "picomatch": "2.2.2" }, "_requested": { "type": "range", "registry": true, "raw": "sort-package-json@^1.22.1", "name": "sort-package-json", "escapedName": "sort-package-json", "rawSpec": "^1.22.1", "saveSpec": null, "fetchSpec": "^1.22.1" }, "_requiredBy": [ "/umi-build-dev" ], "_resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.44.0.tgz", "_shasum": "470330be868f8a524a4607b26f2a0233e93d8b6d", "_spec": "sort-package-json@^1.22.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev", "author": { "name": "Keith Cirkel", "email": "npm@keithcirkel.co.uk", "url": "http://keithcirkel.co.uk/" }, "ava": { "verbose": true }, "bin": { "sort-package-json": "cli.js" }, "bugs": { "url": "https://github.com/keithamus/sort-package-json/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "detect-indent": "^6.0.0", "detect-newline": "3.1.0", "git-hooks-list": "1.0.3", "globby": "10.0.0", "is-plain-obj": "2.1.0", "sort-object-keys": "^1.1.3" }, "deprecated": false, "description": "Sort an Object or package.json based on the well-known package.json keys", "devDependencies": { "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "ava": "3.5.1", "del": "5.1.0", "dot-prop": "^5.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "husky": "^4.2.3", "lint-staged": "^10.0.8", "make-dir": "3.0.2", "nyc": "^15.0.0", "prettier": "^2.0.4", "semantic-release": "17.0.5", "tempy": "0.4.0" }, "eslintConfig": { "extends": [ "standard", "plugin:prettier/recommended", "prettier/standard" ] }, "files": [ "index.js", "index.d.ts", "cli.js" ], "homepage": "https://github.com/keithamus/sort-package-json#readme", "husky": { "hooks": { "pre-commit": "npm t && lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "keywords": [ "keys", "object", "sort" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix" ], "*.ts": [ "prettier --write" ], "package.json": [ "node cli.js" ] }, "main": "index.js", "name": "sort-package-json", "prettier": { "semi": false, "singleQuote": true, "trailingComma": "all" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/keithamus/sort-package-json.git" }, "scripts": { "lint": "eslint .", "semantic-release": "semantic-release", "sort-package-json": "node cli.js package.json --check", "test": "ava", "test-coverage": "nyc ava", "update-snapshot": "ava -u && node cli.js package.json" }, "types": "index.d.ts", "version": "1.44.0" }