Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « regenerator-runtime « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6d369d5e3367679792263e867bac202cc9c77cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "regenerator-runtime",
  "author": "Ben Newman <bn@cs.stanford.edu>",
  "description": "Runtime for Regenerator-compiled generator and async functions.",
  "version": "0.13.3",
  "main": "runtime.js",
  "keywords": [
    "regenerator",
    "runtime",
    "generator",
    "async"
  ],
  "sideEffects": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
  },
  "license": "MIT"
}