{
  "name": "babel-plugin-transform-simplify-comparison-operators",
  "version": "6.9.4",
  "description": "Convert === and !== to == and != if their types are inferred to be the same.",
  "keywords": [
    "babel-plugin"
  ],
  "homepage": "https://github.com/babel/minify#readme",
  "bugs": "https://github.com/babel/minify/issues",
  "license": "MIT",
  "author": "amasad",
  "main": "lib/index.js",
  "repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-simplify-comparison-operators"
}