aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-syntax-function-sent/package.json
blob: 627c46964ce94119e25a72139f696384f3f4ff81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@babel/plugin-syntax-function-sent",
  "version": "7.0.0-beta.47",
  "description": "Allow parsing of the function.sent meta property",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
  "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"
  }
}