babel-plugin-transform-opipe
Version:
A babel parser and plugin implementing the opipe operator, to easily pipe an object.
41 lines (40 loc) • 980 B
JSON
{
"name": "babel-plugin-transform-opipe",
"version": "1.0.0",
"description": "A babel parser and plugin implementing the opipe operator, to easily pipe an object.",
"main": "index.js",
"scripts": {
"pretest": "eslint *.js test",
"test": "nyc mocha test/index.js",
"coverage": "nyc report --reporter=lcov"
},
"dependencies": {},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@peoro/eslint-config": "^1.0.1",
"chai": "^4.2.0",
"eslint": "^5.11.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"author": "peoro",
"license": "MIT",
"keywords": [
"opipe",
"operator",
"pipe",
"pipeline",
"piping",
"syntax",
"babel",
"babel-plugin",
"babel-parser"
],
"homepage": "https://github.com/peoro/babel-plugin-transform-opipe#readme",
"bugs": "https://github.com/peoro/babel-plugin-transform-opipe/issues",
"repository": "github:peoro/babel-plugin-transform-opipe"
}