@putout/plugin-convert-for-in-to-for-of
Version:
🐊Putout plugin adds ability to convert for-in to for-of
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "@putout/plugin-convert-for-in-to-for-of",
"version": "2.0.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊Putout plugin adds ability to convert for-in to for-of",
"homepage": "https://github.com/coderaiser/putout/tree/v28.19.2/packages/plugin-convert-for-in-to-for-of#readme",
"main": "lib/convert-for-in-to-for-of.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",
"for-in",
"for-of"
],
"devDependencies": {
"@putout/test": "^6.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": ">=9"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"access": "public"
}
}