Projekt

Obecné

Profil

Stáhnout (461 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
{
2
  "name": "regenerator-runtime",
3
  "author": "Ben Newman <bn@cs.stanford.edu>",
4
  "description": "Runtime for Regenerator-compiled generator and async functions.",
5
  "version": "0.11.1",
6
  "main": "runtime-module.js",
7
  "keywords": [
8
    "regenerator",
9
    "runtime",
10
    "generator",
11
    "async"
12
  ],
13
  "repository": {
14
    "type": "git",
15
    "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
16
  },
17
  "license": "MIT"
18
}