UNPKG

@putout/plugin-apply-early-return

Version:
55 lines (54 loc) 1.39 kB
{ "name": "@putout/plugin-apply-early-return", "version": "3.0.1", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout plugin adds ability use apply early return", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-apply-early-return#readme", "main": "lib/apply-early-return.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", "putout-plugin-apply", "plugin", "early-return" ], "devDependencies": { "@putout/test": "^11.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^23.0.0", "lerna": "^6.0.1", "madrun": "^10.0.0", "nodemon": "^3.0.1" }, "peerDependencies": { "putout": ">=29" }, "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" } }