mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
20 lines
442 B
JSON
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"
|
|
}
|
|
}
|