{
  "_args": [
    [
      "@prettier/plugin-php@0.17.4",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "@prettier/plugin-php@0.17.4",
  "_id": "@prettier/plugin-php@0.17.4",
  "_inBundle": false,
  "_integrity": "sha512-hmVWJrHCnMdQe7zr2F3yo78QZJmSksy0DN8YybTRaSR/+xn2qN+it+pegYHdXsrkmLKYDAotq5in+dG3z85b9Q==",
  "_location": "/@prettier/plugin-php",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@prettier/plugin-php@0.17.4",
    "name": "@prettier/plugin-php",
    "escapedName": "@prettier%2fplugin-php",
    "scope": "@prettier",
    "rawSpec": "0.17.4",
    "saveSpec": null,
    "fetchSpec": "0.17.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.17.4.tgz",
  "_spec": "0.17.4",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Lucas Azzola",
    "email": "@azz"
  },
  "bugs": {
    "url": "https://github.com/prettier/prettier-php/issues"
  },
  "dependencies": {
    "linguist-languages": "^7.5.1",
    "mem": "^8.0.0",
    "php-parser": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1"
  },
  "description": "Prettier PHP Plugin",
  "devDependencies": {
    "@babel/preset-env": "^7.7.5",
    "codecov": "3.8.3",
    "cross-env": "^7.0.2",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.24.2",
    "eslint-plugin-jest": "24.4.0",
    "eslint-plugin-prettier": "4.0.0",
    "jest": "27.1.0",
    "jest-runner-eslint": "0.10.1",
    "jest-snapshot-serializer-raw": "^1.1.0",
    "prettier": "2.1.2",
    "rollup": "^2.7.5",
    "rollup-plugin-alias": "^2.0.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-inject": "^3.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "strip-ansi": "^6.0.0",
    "yarpm": "^1.1.1"
  },
  "files": [
    "src",
    "standalone.js"
  ],
  "homepage": "https://github.com/prettier/prettier-php#readme",
  "jest": {
    "projects": [
      "<rootDir>/jest.*.config.js"
    ]
  },
  "license": "MIT",
  "main": "src",
  "name": "@prettier/plugin-php",
  "peerDependencies": {
    "prettier": "^1.15.0 || ^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prettier/prettier-php.git"
  },
  "scripts": {
    "build-standalone": "rollup -c build/rollup.config.js",
    "debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "prepublishOnly": "yarpm run build-standalone && cross-env RUN_STANDALONE_TESTS=true yarpm test",
    "prettier": "prettier --plugin=. --parser=php",
    "test": "jest"
  },
  "version": "0.17.4"
}
