HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/whatsapp.dmstech.online/node_modules/php-parser/package.json
{
  "name": "php-parser",
  "version": "3.1.3",
  "description": "Parse PHP code from JS and returns its AST",
  "main": "src/index.js",
  "browser": "dist/php-parser.js",
  "files": [
    "src",
    "dist",
    "types.d.ts",
    "LICENSE"
  ],
  "types": "types.d.ts",
  "scripts": {
    "fix": "eslint . --fix",
    "test": "jest",
    "husky": "yarpm run test",
    "prepublishOnly": "yarpm run build",
    "prebuild": "yarpm run test",
    "build": "webpack --config webpack.config.js",
    "-postbuild": "yarpm run build-docs",
    "build-docs": "jsdoc -c .jsdoc.json",
    "build-types": "jsdoc -t node_modules/tsd-jsdoc/dist -r src -d .",
    "publish-docs": "git subtree push --prefix docs origin gh-pages",
    "benchmark": "node test/benchmark.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarpm run husky"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glayzzle/php-parser"
  },
  "bugs": {
    "url": "https://github.com/glayzzle/php-parser/issues"
  },
  "homepage": "https://glayzzle.com/",
  "keywords": [
    "php",
    "php5",
    "php7",
    "php8",
    "parser",
    "lexer",
    "tokenizer",
    "ast"
  ],
  "author": "Ioan CHIRIAC",
  "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"
    }
  ],
  "license": "BSD-3-Clause",
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "babel-loader": "^9.1.0",
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.3",
    "eslint": "^8.30.0",
    "eslint-plugin-jest": "^27.1.7",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.2",
    "jest": "^29.3.1",
    "jest-runner-eslint": "^1.1.0",
    "jsdoc": "^3.6.11",
    "jsdoc-template": "^1.2.0",
    "lodash.template": ">=4.5.0",
    "prettier": "^2.7.1",
    "tsd-jsdoc": "^2.5.0",
    "webpack": "^5.75.0",
    "webpack-cli": "^4.10.0",
    "yarpm": "^1.2.0"
  }
}