* Remove dead link * Use consistent "homepage" url in package.json * Update md links * Update comment link in parser d.ts * Add comment in gitpod config * Update circleci config * Update PULL_REQUEST_TEMPLATE * Update badges * Trigger CI * Update 404 link
28 lines
719 B
JSON
28 lines
719 B
JSON
{
|
|
"name": "@babel/plugin-transform-regenerator",
|
|
"author": "Ben Newman <bn@cs.stanford.edu>",
|
|
"description": "Explode async and generator functions into a state machine.",
|
|
"version": "7.10.1",
|
|
"homepage": "https://babeljs.io/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-transform-regenerator"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"regenerator-transform": "^0.14.2"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.1",
|
|
"@babel/helper-plugin-test-runner": "^7.10.1"
|
|
}
|
|
}
|