Projekt

Obecné

Profil

Stáhnout (454 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "babel-runtime",
3
  "version": "6.26.0",
4
  "description": "babel selfContained runtime",
5
  "license": "MIT",
6
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
7
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
8
  "dependencies": {
9
    "core-js": "^2.4.0",
10
    "regenerator-runtime": "^0.11.0"
11
  },
12
  "devDependencies": {
13
    "babel-helpers": "^6.22.0",
14
    "babel-plugin-transform-runtime": "^6.23.0"
15
  }
16
}
(5-5/5)