aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-transform-new-target/package.json
blob: b5cbf22dbd155262f0f0cb6a14c5045709170c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@babel/plugin-transform-new-target",
  "version": "7.0.0-beta.47",
  "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"
  ],
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0-beta.47"
  },
  "peerDependencies": {
    "@babel/core": "7.0.0-beta.47"
  },
  "devDependencies": {
    "@babel/core": "7.0.0-beta.47",
    "@babel/helper-plugin-test-runner": "7.0.0-beta.47",
    "@babel/plugin-proposal-class-properties": "7.0.0-beta.47",
    "@babel/plugin-transform-arrow-functions": "7.0.0-beta.47"
  }
}