We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df625b7 commit 9163b89Copy full SHA for 9163b89
2 files changed
index.js
@@ -1,6 +1,6 @@
1
//. # Fluture Node
2
//.
3
-//. Common Node API's wrapped to return [Fluture][] Futures.
+//. FP-style HTTP and streaming utils for Node based on [Fluture][].
4
5
//. ```console
6
//. $ npm install fluture fluture-node
package.json
@@ -1,7 +1,18 @@
{
"name": "fluture-node",
"version": "2.0.0",
- "description": "Common Node API's wrapped to return Fluture Futures",
+ "description": "FP-style HTTP and streaming utils for Node based on Fluture",
+ "tags": [
+ "buffer",
7
+ "events",
8
+ "fluture",
9
+ "http",
10
+ "https",
11
+ "node",
12
+ "request",
13
+ "streams",
14
+ "timers"
15
+ ],
16
"type": "module",
17
"main": "index.cjs",
18
"module": "index.js",
0 commit comments