113 lines
3.6 KiB
JSON
113 lines
3.6 KiB
JSON
{
|
|
"name": "@putout/minify",
|
|
"version": "3.8.5",
|
|
"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://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"
|
|
},
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"putout",
|
|
"minify",
|
|
"AST",
|
|
"babel",
|
|
"printer",
|
|
"api",
|
|
"traverse",
|
|
"generate"
|
|
],
|
|
"devDependencies": {
|
|
"@putout/plugin-apply-optional-chaining": "^5.0.1",
|
|
"@putout/plugin-apply-shorthand-properties": "^5.1.0",
|
|
"@putout/plugin-apply-template-literals": "^3.0.0",
|
|
"@putout/plugin-conditions": "^4.0.1",
|
|
"@putout/plugin-convert-arguments-to-rest": "^2.0.0",
|
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
"@putout/plugin-declare": "^3.0.0",
|
|
"@putout/plugin-extract-sequence-expressions": "^3.5.0",
|
|
"@putout/plugin-for-of": "^4.0.0",
|
|
"@putout/plugin-logical-expressions": "^5.0.0",
|
|
"@putout/plugin-merge-destructuring-properties": "^8.0.0",
|
|
"@putout/plugin-merge-duplicate-functions": "^2.0.0",
|
|
"@putout/plugin-merge-duplicate-imports": "^11.0.0",
|
|
"@putout/plugin-minify": "^8.2.0",
|
|
"@putout/plugin-new": "^3.0.1",
|
|
"@putout/plugin-promises": "^14.0.0",
|
|
"@putout/plugin-regexp": "^8.0.0",
|
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
"@putout/plugin-remove-debugger": "^6.0.0",
|
|
"@putout/plugin-remove-empty": "^11.0.0",
|
|
"@putout/plugin-remove-nested-blocks": "^6.3.0",
|
|
"@putout/plugin-remove-unreachable-code": "^1.2.0",
|
|
"@putout/plugin-remove-unreferenced-variables": "^3.0.0",
|
|
"@putout/plugin-remove-unused-expressions": "^8.0.0",
|
|
"@putout/plugin-remove-unused-variables": "^8.1.0",
|
|
"@putout/plugin-remove-useless-arguments": "^8.0.0",
|
|
"@putout/plugin-remove-useless-else": "^2.0.0",
|
|
"@putout/plugin-remove-useless-return": "^6.0.0",
|
|
"@putout/plugin-remove-useless-spread": "^10.0.1",
|
|
"@putout/plugin-remove-useless-variables": "^10.0.0",
|
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
"@putout/plugin-types": "^3.0.0",
|
|
"@putout/printer": "^8.8.0",
|
|
"@rollup/plugin-alias": "^5.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.1",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-replace": "^5.0.2",
|
|
"c8": "^9.0.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-plugin-n": "^16.0.0",
|
|
"eslint-plugin-putout": "^22.2.1",
|
|
"fullstore": "^3.0.0",
|
|
"just-kebab-case": "^4.2.0",
|
|
"just-snake-case": "^3.2.0",
|
|
"madrun": "^10.0.0",
|
|
"minify": "^11.1.0",
|
|
"mock-require": "^3.0.3",
|
|
"montag": "^1.0.0",
|
|
"nodemon": "^3.0.1",
|
|
"putout": "^35.0.0",
|
|
"rendy": "^4.1.3",
|
|
"rollup": "^4.5.0",
|
|
"rollup-plugin-node-externals": "^7.0.1",
|
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
"supertape": "^10.0.0",
|
|
"try-catch": "^3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|