{
  "_from": "prettier-plugin-packagejson@2.4.14",
  "_id": "prettier-plugin-packagejson@2.4.14",
  "_inBundle": false,
  "_integrity": "sha512-sli+gV5tW7uxvzDZQscaBtSfbyAW2ToL6n/HGt51PipwX9vI7M54vefG0mKSfklVkT29TNGO6Mo6g8c6Z79gmw==",
  "_location": "/prettier-plugin-packagejson",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prettier-plugin-packagejson@2.4.14",
    "name": "prettier-plugin-packagejson",
    "escapedName": "prettier-plugin-packagejson",
    "rawSpec": "2.4.14",
    "saveSpec": null,
    "fetchSpec": "2.4.14"
  },
  "_requiredBy": [
    "/@strapi/pack-up"
  ],
  "_resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.4.14.tgz",
  "_shasum": "5d9d6ce16f7ce02c4d854d9d0d4bcc39f8271851",
  "_spec": "prettier-plugin-packagejson@2.4.14",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/pack-up",
  "bugs": {
    "url": "https://github.com/matzkoh/prettier-plugin-packagejson/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "sort-package-json": "2.10.0",
    "synckit": "0.9.0"
  },
  "deprecated": false,
  "description": "Prettier package.json plugin to make the order of properties nice.",
  "devDependencies": {
    "cross-env": "7.0.3",
    "jest": "29.7.0",
    "npm-run-all2": "6.1.2",
    "prettier": "3.2.5"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib/**/*.js",
    "!**/*.snap",
    "!lib/**/*.test.js"
  ],
  "homepage": "https://github.com/matzkoh/prettier-plugin-packagejson#readme",
  "keywords": [
    "package.json",
    "plugin",
    "prettier"
  ],
  "license": "MIT",
  "main": "lib/index.cjs",
  "name": "prettier-plugin-packagejson",
  "peerDependencies": {
    "prettier": ">= 1.16.0"
  },
  "peerDependenciesMeta": {
    "prettier": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matzkoh/prettier-plugin-packagejson.git"
  },
  "scripts": {
    "fix": "run-p fix:*",
    "fix:prettier": "npm run lint:prettier -- --write",
    "lint": "run-p lint:*",
    "lint:prettier": "prettier -c .",
    "test": "run-s lint test:*",
    "test:unit": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "version": "2.4.14"
}
