UNPKG

@putout/plugin-merge-destructuring-properties

Version:
64 lines (63 loc) 1.8 kB
{ "name": "@putout/plugin-merge-destructuring-properties", "version": "12.3.1", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout plugin adds ability to merge destructuring properties", "homepage": "https://github.com/coderaiser/putout/tree/v40.15.1/packages/plugin-merge-destructuring-properties#readme", "main": "lib/merge-destructuring-properties.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://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": [ "putout", "putout-plugin", "plugin", "destructuring" ], "devDependencies": { "@putout/eslint-flat": "^3.0.0", "@putout/plugin-convert-mock-require-to-mock-import": "*", "@putout/plugin-declare": "*", "@putout/plugin-declare-before-reference": "*", "@putout/plugin-esm": "*", "@putout/plugin-minify": "*", "@putout/plugin-nodejs": "*", "@putout/plugin-printer": "*", "@putout/plugin-putout": "*", "@putout/plugin-tape": "*", "@putout/test": "^13.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^27.0.0", "madrun": "^11.0.0", "nodejs": "*", "nodemon": "^3.0.1" }, "peerDependencies": { "putout": ">=40" }, "license": "MIT", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }