2017-08-30 15:02:49 -04:00

15 lines
449 B
JSON

{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "7.0.0-alpha.20",
"description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.20"
}
}