@putout/plugin-remove-duplicates-from-logical-expressions
Version:
🐊Putout plugin adds ability to find and remove duplicates from logical expressions
56 lines (55 loc) • 1.5 kB
JSON
{
"name": "@putout/plugin-remove-duplicates-from-logical-expressions",
"version": "1.0.3",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout plugin adds ability to find and remove duplicates from logical expressions",
"homepage": "https://github.com/coderaiser/putout/tree/v26.25.1/packages/plugin-simplify-logical-expressions#putoutplugin-simplify-logical-expressions-",
"main": "lib/remove-duplicates-from-logical-expressions.js",
"release": false,
"tag": false,
"changelog": false,
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/putout.git"
},
"scripts": {
"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",
"report": "madrun report"
},
"dependencies": {},
"keywords": [
"duplicates",
"putout",
"putout-plugin",
"plugin",
"remove",
"constant",
"logical",
"expressions"
],
"devDependencies": {
"@putout/test": "^5.0.0",
"c8": "^7.5.0",
"eslint": "^8.0.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-putout": "^16.0.0",
"madrun": "^9.0.0"
},
"peerDependencies": {
"putout": ">=13"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
}
}