Projekt

Obecné

Profil

Stáhnout (525 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "babel-plugin-transform-es2015-duplicate-keys",
3
  "version": "6.24.1",
4
  "description": "Compile objects with duplicate keys to valid strict ES5",
5
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys",
6
  "license": "MIT",
7
  "main": "lib/index.js",
8
  "keywords": [
9
    "babel-plugin"
10
  ],
11
  "dependencies": {
12
    "babel-runtime": "^6.22.0",
13
    "babel-types": "^6.24.1"
14
  },
15
  "devDependencies": {
16
    "babel-helper-plugin-test-runner": "^6.24.1"
17
  }
18
}
(3-3/3)