UNPKG

2.93 kBJSONView Raw
1{
2 "name": "extra-iterable",
3 "version": "2.5.22",
4 "description": "An iterable is a sequence of values.",
5 "main": "index.js",
6 "module": "index.mjs",
7 "exports": {
8 "require": "./index.js",
9 "import": "./index.mjs"
10 },
11 "scripts": {
12 "test": "exit",
13 "build": "ebuild export+main+example+wiki+readme --wikiExample=false --asciinema=false",
14 "deploy": "ebuild jsdoc+export+main+meta+example+github+publish"
15 },
16 "runkitExampleFilename": "example.js",
17 "keywords": [
18 "extra",
19 "iterable",
20 "END",
21 "accumulate",
22 "callable",
23 "cartesianProduct",
24 "chunk",
25 "compare",
26 "concat",
27 "copy",
28 "copyWithin",
29 "count",
30 "countAs",
31 "cut",
32 "cutAt",
33 "cutAtRight",
34 "cutRight",
35 "cycle",
36 "difference",
37 "drop",
38 "dropRight",
39 "dropWhile",
40 "dropWhileRight",
41 "entries",
42 "every",
43 "fill",
44 "filter",
45 "filterAt",
46 "find",
47 "findAll",
48 "findRight",
49 "flat",
50 "flatMap",
51 "forEach",
52 "from",
53 "fromApply",
54 "fromCall",
55 "fromRange",
56 "get",
57 "getAll",
58 "getPath",
59 "group",
60 "hasInfix",
61 "hasPath",
62 "hasPrefix",
63 "hasSubsequence",
64 "hasSuffix",
65 "hasValue",
66 "head",
67 "includes",
68 "index",
69 "indexOf",
70 "indexRange",
71 "init",
72 "interleave",
73 "intermix",
74 "interpolate",
75 "intersection",
76 "intersperse",
77 "is",
78 "isDisjoint",
79 "isEmpty",
80 "isEqual",
81 "isIterator",
82 "isList",
83 "isMany",
84 "isOnce",
85 "isUnique",
86 "iterator",
87 "join",
88 "keys",
89 "last",
90 "lastIndexOf",
91 "left",
92 "length",
93 "many",
94 "map",
95 "max",
96 "merge",
97 "middle",
98 "min",
99 "moveWithin",
100 "partition",
101 "partitionAs",
102 "pop",
103 "push",
104 "range",
105 "reduce",
106 "reject",
107 "rejectAt",
108 "remove",
109 "repeat",
110 "reverse",
111 "right",
112 "rotate",
113 "scanUntil",
114 "scanUntilRight",
115 "scanWhile",
116 "scanWhileRight",
117 "search",
118 "searchAll",
119 "searchInfix",
120 "searchInfixAll",
121 "searchInfixRight",
122 "searchRight",
123 "searchSubsequence",
124 "searchValue",
125 "searchValueAll",
126 "searchValueRight",
127 "set",
128 "shift",
129 "size",
130 "slice",
131 "some",
132 "splice",
133 "split",
134 "splitAt",
135 "swap",
136 "symmetricDifference",
137 "tail",
138 "take",
139 "takeRight",
140 "takeWhile",
141 "takeWhileRight",
142 "union",
143 "unique",
144 "unshift",
145 "values",
146 "zip"
147 ],
148 "repository": {
149 "type": "git",
150 "url": "git+https://github.com/nodef/extra-iterable.git"
151 },
152 "bugs": {
153 "url": "https://github.com/nodef/extra-iterable/issues"
154 },
155 "homepage": "https://github.com/nodef/extra-iterable#readme",
156 "author": "wolfram77@gmail.com",
157 "license": "MIT",
158 "devDependencies": {
159 "extra-array": "^2.10.17",
160 "extra-build": "^1.3.30",
161 "extra-math": "^1.1.17",
162 "extra-set": "^2.2.11"
163 }
164}