github-pages-deploy-action/node_modules/regenerator-runtime/package.json

20 lines
477 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
2020-03-07 11:45:40 +08:00
"description": "Runtime for Regenerator-compiled generator and async functions.",
2020-03-31 20:57:48 +08:00
"version": "0.13.4",
"main": "runtime.js",
2020-03-07 11:45:40 +08:00
"keywords": [
"regenerator",
"runtime",
"generator",
"async"
],
2020-03-31 20:57:48 +08:00
"sideEffects": true,
2020-03-07 11:45:40 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
},
2020-03-31 20:57:48 +08:00
"license": "MIT"
2020-03-07 11:45:40 +08:00
}