21 lines
640 B
JSON
21 lines
640 B
JSON
{
|
|
"name": "@babel/plugin-transform-new-target",
|
|
"version": "7.0.0-beta.34",
|
|
"description": "Transforms new.target meta property",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": "7.0.0-beta.34"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0-beta.34",
|
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.34",
|
|
"@babel/plugin-proposal-class-properties": "7.0.0-beta.34",
|
|
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.34"
|
|
}
|
|
}
|