2017-09-11 23:01:41 -04:00

15 lines
445 B
JSON

{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "7.0.0-beta.0",
"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-beta.0"
}
}