This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
477 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.13.7",
"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"
}