The source repository for regenerator-runtime can now be found at
https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
This also removes the babel-regenerator-runtime package, now that the only
difference between it and regenerator-runtime has been resolved:
bc8d2d672c
18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"name": "babel-runtime",
|
|
"version": "6.9.0",
|
|
"description": "babel selfContained runtime",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"dependencies": {
|
|
"core-js": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helpers": "^6.6.0",
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
"babel-template": "^6.9.0",
|
|
"regenerator-runtime": "^0.9.5"
|
|
}
|
|
}
|