2017-09-29 19:01:18 -04:00

18 lines
521 B
JSON

{
"name": "babel-plugin-transform-pipeline-operator",
"version": "7.0.0-beta.2",
"description": "Transform pipeline operator into call expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-pipeline-operator",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-pipeline-operator": "7.0.0-beta.2"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
}
}