Swap-Aggregator-Subgraph/node_modules/flatmap/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

20 lines
442 B
JSON

{
"name": "flatmap",
"version": "0.0.3",
"description": "The missing flatMap function for Node",
"main": "index.js",
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/inca/flatmapjs"
},
"keywords": [ "fp", "functional programming", "flatMap" ],
"author": "Boris Okunskiy",
"license": "MIT",
"bugs": {
"url": "https://github.com/inca/flatmapjs/issues"
}
}