UNPKG

@putout/plugin-convert-concat-to-flat

Version:

putout plugin adds ability to convert concat to flat

53 lines (52 loc) 1.26 kB
{ "name": "@putout/plugin-convert-concat-to-flat", "version": "1.0.0", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "putout plugin adds ability to convert concat to flat", "homepage": "http://github.com/coderaiser/putout", "main": "lib/convert-concat-to-flat.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": [ "putout", "putout-plugin", "plugin", "convert", "apply", "spread" ], "devDependencies": { "@putout/test": "^3.0.0", "c8": "^7.5.0", "eslint": "^7.0.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^7.0.0", "madrun": "^8.0.1" }, "peerDependencies": { "putout": ">=16" }, "license": "MIT", "engines": { "node": ">=14" }, "publishConfig": { "access": "public" } }