{ "name": "babel-plugin-transform-simplify-comparison-operators", "version": "6.3.13", "description": "Convert === and !== to == and != if their types are inferred to be the same.", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-simplify-comparison-operators", "license": "MIT", "main": "lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "babel-runtime": "^5.0.0" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.3.13" } }