next
Version:
The React Framework
20 lines (19 loc) • 477 B
JSON
{
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.13.4",
"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"
}