Files

12 lines
376 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.11.1",
"main": "runtime-module.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
},
"license": "MIT"
}