aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-proposal-function-sent/package.json
blob: 7f0562fa56b7160d89ae1fd8b2045add1c7b912d (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-proposal-function-sent",
  "version": "7.0.0-beta.47",
  "description": "Compile the function.sent meta propety to valid ES2015 code",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
  "license": "MIT",
  "main": "lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0-beta.47",
    "@babel/helper-wrap-function": "7.0.0-beta.47",
    "@babel/plugin-syntax-function-sent": "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"
  }
}