UNPKG

@putout/plugin-convert-throw

Version:

putout plugin adds ability to convert throw statement into throw expression

50 lines (49 loc) 1.17 kB
{ "name": "@putout/plugin-convert-throw", "version": "1.0.1", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "putout plugin adds ability to convert throw statement into throw expression", "homepage": "http://github.com/coderaiser/putout", "main": "lib/convert-throw.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "lint": "madrun lint", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage" }, "dependencies": {}, "keywords": [ "putout", "putout-plugin", "plugin", "convert", "throw" ], "devDependencies": { "@putout/test": "^1.3.0", "coveralls": "^3.0.0", "eslint": "^6.2.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-putout": "^3.0.0", "madrun": "^5.0.0", "nyc": "^14.0.0", "supertape": "^1.0.3" }, "peerDependencies": { "putout": ">=7.7" }, "license": "MIT", "engines": { "node": ">=8.3.0" }, "publishConfig": { "access": "public" } }