Sebastian McKenzie af208e8acb v6.1.12
2015-11-12 00:47:51 -08:00

23 lines
772 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": "6.1.12",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"commoner": "~0.10.3",
"babel-plugin-transform-es2015-block-scoping": "^6.1.12",
"babel-plugin-syntax-async-functions": "^6.1.12",
"babel-plugin-transform-es2015-for-of": "^6.1.12",
"babel-core": "^6.1.12",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.12",
"babel-types": "^6.1.12",
"babylon": "^6.1.12",
"private": "~0.1.5",
"through": "~2.3.8"
},
"license": "BSD"
}