{"_id":"babel-plugin-syntax-pipeline-operator","_rev":"83371","name":"babel-plugin-syntax-pipeline-operator","description":"Allow parsing of the pipeline operator","dist-tags":{"latest":"7.0.0-beta.3","next":"7.0.0-beta.3"},"maintainers":[{"name":"hzoo","email":""}],"time":{"modified":"2021-06-03T10:26:32.000Z","created":"2017-10-15T13:11:21.151Z","7.0.0-beta.3":"2017-10-15T13:11:21.151Z"},"users":{"losymear":true},"repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator"},"versions":{"7.0.0-beta.3":{"name":"babel-plugin-syntax-pipeline-operator","version":"7.0.0-beta.3","description":"Allow parsing of the pipeline operator","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"_id":"babel-plugin-syntax-pipeline-operator@7.0.0-beta.3","_npmVersion":"5.5.1","_nodeVersion":"8.1.4","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"f8d17f9d5fdf8a515c0d5a33d2483665575bdf9d","size":747,"noattachment":false,"key":"/babel-plugin-syntax-pipeline-operator/-/babel-plugin-syntax-pipeline-operator-7.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-syntax-pipeline-operator/download/babel-plugin-syntax-pipeline-operator-7.0.0-beta.3.tgz"},"maintainers":[{"name":"hzoo","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-syntax-pipeline-operator-7.0.0-beta.3.tgz_1508073080239_0.9904988219495863"},"directories":{},"publish_time":1508073081151,"_hasShrinkwrap":false,"_cnpm_publish_time":1508073081151}},"readme":"# babel-plugin-syntax-pipeline-operator\n\nAllow parsing of the pipeline operator `|>`. See [the proposal](https://github.com/tc39/proposal-pipeline-operator) for details.\n\n## Installation\n\n```sh\n$ npm install babel-plugin-syntax-pipeline-operator\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"syntax-pipeline-operator\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins syntax-pipeline-operator script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"syntax-pipeline-operator\"]\n});\n```\n","_attachments":{},"license":"MIT"}