Sebastian McKenzie 9bc95258e6 v6.0.17
2015-11-02 19:53:45 +00:00

15 lines
454 B
JSON

{
"name": "babel-plugin-transform-simplify-comparison-operators",
"version": "6.0.17",
"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"
}
}