UNPKG

2.04 kBJSONView Raw
1{
2 "name": "extra-lists",
3 "version": "2.2.10",
4 "description": "Lists is a pair of key list and value list, with unique keys.",
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 "lists",
20 "cartesianProduct",
21 "chunk",
22 "compare",
23 "concat",
24 "count",
25 "countAs",
26 "difference",
27 "drop",
28 "entries",
29 "entry",
30 "every",
31 "filter",
32 "filterAt",
33 "find",
34 "findAll",
35 "flat",
36 "flatMap",
37 "forEach",
38 "fromEntries",
39 "get",
40 "getAll",
41 "getPath",
42 "has",
43 "hasEntry",
44 "hasPath",
45 "hasSubset",
46 "hasValue",
47 "head",
48 "intersection",
49 "is",
50 "isDisjoint",
51 "isEmpty",
52 "isEqual",
53 "join",
54 "key",
55 "keys",
56 "length",
57 "map",
58 "max",
59 "min",
60 "partition",
61 "partitionAs",
62 "range",
63 "reduce",
64 "reject",
65 "rejectAt",
66 "remove",
67 "scanUntil",
68 "scanWhile",
69 "search",
70 "searchAll",
71 "searchValue",
72 "searchValueAll",
73 "set",
74 "shift",
75 "size",
76 "some",
77 "subset",
78 "subsets",
79 "swap",
80 "symmetricDifference",
81 "tail",
82 "take",
83 "union",
84 "unionKeys",
85 "value",
86 "values",
87 "zip"
88 ],
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/nodef/extra-lists.git"
92 },
93 "bugs": {
94 "url": "https://github.com/nodef/extra-lists/issues"
95 },
96 "homepage": "https://github.com/nodef/extra-lists#readme",
97 "author": "wolfram77@gmail.com",
98 "license": "MIT",
99 "devDependencies": {
100 "extra-array": "^2.10.16",
101 "extra-build": "^1.3.30",
102 "extra-entries": "^2.2.17",
103 "extra-iterable": "^2.5.21",
104 "extra-map": "^2.2.14",
105 "extra-set": "^2.2.10"
106 }
107}