Projekt

Obecné

Profil

Stáhnout (672 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "babel-plugin-transform-es2015-parameters",
3
  "version": "6.24.1",
4
  "description": "Compile ES2015 default and rest parameters to ES5",
5
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
6
  "license": "MIT",
7
  "main": "lib/index.js",
8
  "dependencies": {
9
    "babel-traverse": "^6.24.1",
10
    "babel-helper-call-delegate": "^6.24.1",
11
    "babel-helper-get-function-arity": "^6.24.1",
12
    "babel-template": "^6.24.1",
13
    "babel-types": "^6.24.1",
14
    "babel-runtime": "^6.22.0"
15
  },
16
  "keywords": [
17
    "babel-plugin"
18
  ],
19
  "devDependencies": {
20
    "babel-helper-plugin-test-runner": "^6.24.1"
21
  }
22
}
(3-3/3)