UNPKG

babel-plugin-loop-optimizer

Version:

Optimizes statements such as `forEach` and `map` to for loops.

26 lines (25 loc) 759 B
{ "name": "babel-plugin-loop-optimizer", "version": "1.4.1", "description": "Optimizes statements such as `forEach` and `map` to for loops.", "main": "lib/index.js", "scripts": { "build": "babel -d ./lib ./src", "prepublish": "babel -d ./lib ./src --minified" }, "repository": { "type": "git", "url": "git+https://github.com/vihanb/babel-plugin-loop-optimizer.git" }, "author": "Vihan B <vihan@vihan.org> (vihan.org)", "license": "MIT", "bugs": { "url": "https://github.com/vihanb/babel-plugin-loop-optimizer/issues" }, "homepage": "https://github.com/vihanb/babel-plugin-loop-optimizer#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0" } }