{
  "_args": [
    [
      "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
  "_id": "php-parser@git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/php-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
    "rawSpec": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
    "saveSpec": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
    "fetchSpec": "https://github.com/glayzzle/php-parser.git",
    "gitCommittish": "e61e26102144f267ecf5e09020865a9baa6ca2f1"
  },
  "_requiredBy": [
    "/@prettier/plugin-php"
  ],
  "_resolved": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
  "_spec": "git+https://github.com/glayzzle/php-parser.git#e61e26102144f267ecf5e09020865a9baa6ca2f1",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Ioan CHIRIAC"
  },
  "browser": "dist/php-parser.js",
  "bugs": {
    "url": "https://github.com/glayzzle/php-parser/issues"
  },
  "contributors": [
    {
      "name": "Filippo Conti",
      "email": "filippo@codekraft.it",
      "url": "https://b4dnewz.github.io/"
    },
    {
      "name": "Christian Zosel",
      "email": "christian@zosel.ch",
      "url": "https://twitter.com/chrzosel"
    }
  ],
  "description": "Parse PHP code from JS and returns its AST",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "babel-loader": "^8.0.5",
    "coveralls": "^3.0.3",
    "eslint": "^5.15.0",
    "eslint-plugin-jest": "^24.0.0",
    "eslint-plugin-prettier": "^3.0.1",
    "husky": "^4.0.2",
    "jest": "^26.4.2",
    "jest-runner-eslint": "^0.9.0",
    "jsdoc": "^3.5.5",
    "jsdoc-template": "^1.2.0",
    "prettier": "^2.0.2",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3"
  },
  "files": [
    "src",
    "dist",
    "index.d.ts",
    "LICENSE"
  ],
  "homepage": "https://glayzzle.com/",
  "husky": {
    "hooks": {
      "pre-commit": "npm run husky"
    }
  },
  "keywords": [
    "php",
    "php5",
    "php7",
    "parser",
    "lexer",
    "tokenizer",
    "ast"
  ],
  "license": "BSD-3-Clause",
  "main": "src/index.js",
  "name": "php-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glayzzle/php-parser.git"
  },
  "scripts": {
    "-postbuild": "npm run build-docs",
    "build": "webpack --config webpack.config.js",
    "build-docs": "jsdoc -c .jsdoc.json",
    "fix": "eslint . --fix",
    "husky": "npm run test",
    "prebuild": "npm run test",
    "publish-docs": "git subtree push --prefix docs origin gh-pages",
    "test": "jest"
  },
  "version": "3.0.2"
}
