Projekt

Obecné

Profil

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