UNPKG

@cedx/php-minifier

Version:

Minify PHP source code by removing comments and whitespace.

54 lines (53 loc) 1.12 kB
{ "author": "Cédric Belin <cedx@outlook.com>", "bugs": "https://github.com/cedx/php-minifier.js/issues", "description": "Minify PHP source code by removing comments and whitespace.", "homepage": "https://github.com/cedx/php-minifier.js", "license": "MIT", "name": "@cedx/php-minifier", "repository": "cedx/php-minifier.js", "type": "module", "version": "7.2.0", "bin": { "php_minifier": "bin/PhpMinifier.js" }, "dependencies": { "fancy-log": "^2.0.0", "plugin-error": "^2.0.1" }, "devDependencies": { "@types/fancy-log": "^2.0.2", "@types/gulp": "^4.0.17", "@types/node": "^24.1.0", "gulp": "^5.0.1", "typedoc": "^0.28.8", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0", "vinyl": "^3.0.1" }, "engines": { "node": ">=24.0.0" }, "exports": { "types": "./lib/Main.d.ts", "default": "./lib/Main.js" }, "files": [ "lib/", "src/", "www/" ], "keywords": [ "compress", "gulp", "gulpplugin", "minify", "php" ], "peerDependencies": { "gulp": ">=5.0.0" }, "publishConfig": { "access": "public" } }