ppipe
Version:
piping without the operator support
37 lines (36 loc) • 810 B
JSON
{
"name": "ppipe",
"version": "2.6.6",
"description": "piping without the operator support",
"main": "src/index.js",
"scripts": {
"test": "nyc --reporter=text --reporter=html mocha test",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --fix src/"
},
"keywords": [
"piping",
"promise",
"chain",
"async",
"pipe",
"pipe-operator",
"pipes-values"
],
"repository": {
"type": "git",
"url": "https://github.com/egeozcan/ppipe.git"
},
"author": "Yavuz Ege Özcan",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.6.1"
}
}