aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-es2015-function-name/package.json
blob: 4d96d97f4fda3e3d5e6a783cf018912c1c5e32fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "babel-plugin-transform-es2015-function-name",
  "version": "6.24.1",
  "description": "Apply ES2015 function.name semantics to all functions",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
  "license": "MIT",
  "main": "lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "dependencies": {
    "babel-helper-function-name": "^6.24.1",
    "babel-types": "^6.24.1",
    "babel-runtime": "^6.22.0"
  },
  "devDependencies": {
    "babel-helper-plugin-test-runner": "^6.24.1"
  }
}