UNPKG

@putout/minify

Version:
113 lines (112 loc) 3.65 kB
{ "name": "@putout/minify", "version": "5.1.2", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout-based minifier", "homepage": "https://github.com/putoutjs/minify#readme", "files": [ "bundle/minify.min.js", "README.md" ], "exports": { ".": "./bundle/minify.min.js", "./dev": "./lib/minify.js" }, "repository": { "type": "git", "url": "git+https://github.com/putoutjs/minify.git" }, "scripts": { "wisdom": "madrun wisdom", "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "coverage:html": "madrun coverage:html", "report": "madrun report", "build": "madrun build", "minify": "madrun minify" }, "keywords": [ "putout", "minify", "AST", "babel", "printer", "api", "traverse", "generate" ], "devDependencies": { "@putout/eslint-flat": "^3.0.0", "@putout/plugin-apply-optional-chaining": "^6.0.0", "@putout/plugin-apply-shorthand-properties": "^6.1.0", "@putout/plugin-apply-template-literals": "^4.2.0", "@putout/plugin-conditions": "^7.1.0", "@putout/plugin-convert-arguments-to-rest": "^3.1.0", "@putout/plugin-convert-to-arrow-function": "^4.0.0", "@putout/plugin-declare": "^5.0.0", "@putout/plugin-esm": "^4.2.2", "@putout/plugin-for-of": "^9.0.0", "@putout/plugin-logical-expressions": "^7.0.0", "@putout/plugin-merge-destructuring-properties": "^11.0.0", "@putout/plugin-merge-duplicate-functions": "^4.0.0", "@putout/plugin-minify": "^10.0.0", "@putout/plugin-new": "^4.0.0", "@putout/plugin-promises": "^17.0.0", "@putout/plugin-regexp": "^11.0.0", "@putout/plugin-remove-console": "^6.0.0", "@putout/plugin-remove-debugger": "^7.0.0", "@putout/plugin-remove-empty": "^14.0.0", "@putout/plugin-remove-nested-blocks": "^9.0.0", "@putout/plugin-remove-unreachable-code": "^2.0.0", "@putout/plugin-remove-unreferenced-variables": "^5.0.0", "@putout/plugin-remove-unused-expressions": "^12.0.0", "@putout/plugin-remove-unused-variables": "^13.0.0", "@putout/plugin-remove-useless-arguments": "^12.0.0", "@putout/plugin-remove-useless-else": "^2.0.0", "@putout/plugin-remove-useless-spread": "^13.0.0", "@putout/plugin-remove-useless-variables": "^14.0.0", "@putout/plugin-return": "^2.0.0", "@putout/plugin-reuse-duplicate-init": "^8.0.0", "@putout/plugin-simplify-ternary": "^8.0.0", "@putout/plugin-types": "^8.0.0", "@putout/printer": "^14.8.0", "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-replace": "^6.0.1", "c8": "^10.1.2", "eslint": "^9.2.0", "eslint-plugin-putout": "^27.0.0", "fullstore": "^3.0.0", "just-kebab-case": "^4.2.0", "just-snake-case": "^3.2.0", "madrun": "^11.0.0", "minify": "^14.0.0", "mock-require": "^3.0.3", "montag": "^1.0.0", "nodemon": "^3.0.1", "putout": "^40.0.9", "redlint": "^4.0.0", "rendy": "^4.1.3", "rollup": "^4.5.0", "rollup-plugin-node-externals": "^8.0.0", "rollup-plugin-polyfill-node": "^0.13.0", "supertape": "^11.0.3", "try-catch": "^3.0.0" }, "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "dependencies": {} }