Skip to content

Commit f81231f

Browse files
committed
docs(npm): add description and keywords
1 parent 0a8b1a7 commit f81231f

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

package.json

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,72 @@
22
"private": true,
33
"name": "@softwareventures/async-iterable",
44
"version": "0.0.0-development",
5-
"description": "",
6-
"keywords": [],
5+
"description": "Pure functional AsyncIterable traversal",
6+
"keywords": [
7+
"AsyncIterable",
8+
"functional",
9+
"lambda",
10+
"TypeScript",
11+
"toArray",
12+
"toSet",
13+
"first",
14+
"tail",
15+
"push",
16+
"unshift",
17+
"initial",
18+
"last",
19+
"only",
20+
"empty",
21+
"slice",
22+
"take",
23+
"drop",
24+
"takeWhile",
25+
"takeUntil",
26+
"dropWhile",
27+
"dropUntil",
28+
"equal",
29+
"notEqual",
30+
"prefixMatch",
31+
"map",
32+
"filter",
33+
"exclude",
34+
"excludeNull",
35+
"excludeFirst",
36+
"remove",
37+
"removeFirst",
38+
"fold",
39+
"fold1",
40+
"index",
41+
"contains",
42+
"indexOf",
43+
"findIndex",
44+
"find",
45+
"maximum",
46+
"maximumBy",
47+
"minimum",
48+
"minimumBy",
49+
"sum",
50+
"product",
51+
"average",
52+
"and",
53+
"or",
54+
"any",
55+
"all",
56+
"concat",
57+
"prepend",
58+
"append",
59+
"concatMap",
60+
"noneNull",
61+
"scan",
62+
"scan1",
63+
"zip",
64+
"keyBy",
65+
"keyFirstBy",
66+
"keyLastBy",
67+
"mapKeyBy",
68+
"mapKeyFirstBy",
69+
"mapKeyLastBy"
70+
],
771
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
872
"homepage": "https://github.com/softwareventures/async-iterable",
973
"bugs": "https://github.com/softwareventures/async-iterable/issues",

0 commit comments

Comments
 (0)