This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/frontend/style/node_modules/regenerator-runtime/package.json
2025-01-11 09:54:09 +03:00

20 lines
463 B
JSON

{
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.14.1",
"main": "runtime.js",
"keywords": [
"regenerator",
"runtime",
"generator",
"async"
],
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/facebook/regenerator/tree/main/packages/runtime"
},
"license": "MIT"
}