1 | {
|
2 | "name": "extra-map",
|
3 | "version": "3.1.15",
|
4 | "description": "A group of functions for working with Maps.",
|
5 | "main": "index.js",
|
6 | "module": "index.mjs",
|
7 | "sideEffects": false,
|
8 | "exports": {
|
9 | "require": "./index.js",
|
10 | "import": "./index.mjs"
|
11 | },
|
12 | "scripts": {
|
13 | "test": "jest",
|
14 | "build": "node ./build",
|
15 | "publish-docs": "node ./build publish-docs",
|
16 | "publish-packages": "node ./build publish-packages"
|
17 | },
|
18 | "keywords": [
|
19 | "extra",
|
20 | "map",
|
21 | "entry",
|
22 | "fromEntries",
|
23 | "fromEntries$",
|
24 | "hasKey",
|
25 | "key",
|
26 | "length",
|
27 | "subset",
|
28 | "CombineFunction",
|
29 | "CompareFunction",
|
30 | "EndFunction",
|
31 | "Entries",
|
32 | "Lists",
|
33 | "MapFunction",
|
34 | "ProcessFunction",
|
35 | "ReadFunction",
|
36 | "ReduceFunction",
|
37 | "TestFunction",
|
38 | "cartesianProduct",
|
39 | "chunk",
|
40 | "compare",
|
41 | "concat",
|
42 | "concat$",
|
43 | "count",
|
44 | "countAs",
|
45 | "difference",
|
46 | "difference$",
|
47 | "drop",
|
48 | "drop$",
|
49 | "entries",
|
50 | "every",
|
51 | "filter",
|
52 | "filter$",
|
53 | "filterAt",
|
54 | "filterAt$",
|
55 | "find",
|
56 | "findAll",
|
57 | "flat",
|
58 | "flatMap",
|
59 | "forEach",
|
60 | "from",
|
61 | "from$",
|
62 | "fromKeys",
|
63 | "fromLists",
|
64 | "fromValues",
|
65 | "get",
|
66 | "getAll",
|
67 | "getPath",
|
68 | "has",
|
69 | "hasEntry",
|
70 | "hasPath",
|
71 | "hasSubset",
|
72 | "hasValue",
|
73 | "head",
|
74 | "intersection",
|
75 | "intersection$",
|
76 | "intersectionKeys",
|
77 | "is",
|
78 | "isDisjoint",
|
79 | "isEmpty",
|
80 | "isEqual",
|
81 | "join",
|
82 | "keys",
|
83 | "map$",
|
84 | "max",
|
85 | "maxEntry",
|
86 | "min",
|
87 | "minEntry",
|
88 | "partition",
|
89 | "partitionAs",
|
90 | "randomEntry",
|
91 | "randomKey",
|
92 | "randomSubset",
|
93 | "range",
|
94 | "rangeEntries",
|
95 | "reduce",
|
96 | "reject",
|
97 | "reject$",
|
98 | "rejectAt",
|
99 | "rejectAt$",
|
100 | "remove",
|
101 | "remove$",
|
102 | "removePath$",
|
103 | "search",
|
104 | "searchAll",
|
105 | "searchValue",
|
106 | "searchValueAll",
|
107 | "set",
|
108 | "set$",
|
109 | "setPath$",
|
110 | "size",
|
111 | "some",
|
112 | "subsets",
|
113 | "swap",
|
114 | "swap$",
|
115 | "symmetricDifference",
|
116 | "symmetricDifference$",
|
117 | "tail",
|
118 | "take",
|
119 | "take$",
|
120 | "union",
|
121 | "union$",
|
122 | "unionKeys",
|
123 | "values",
|
124 | "zip"
|
125 | ],
|
126 | "author": "wolfram77@gmail.com",
|
127 | "license": "MIT",
|
128 | "repository": {
|
129 | "type": "git",
|
130 | "url": "git+https://github.com/nodef/extra-map.git"
|
131 | },
|
132 | "bugs": {
|
133 | "url": "https://github.com/nodef/extra-map/issues"
|
134 | },
|
135 | "homepage": "https://github.com/nodef/extra-map#readme",
|
136 | "devDependencies": {
|
137 | "@rollup/plugin-commonjs": "^25.0.7",
|
138 | "@rollup/plugin-node-resolve": "^15.2.3",
|
139 | "@types/jest": "^29.5.6",
|
140 | "extra-array": "^4.1.43",
|
141 | "extra-build": "^2.2.43",
|
142 | "extra-function": "^1.1.33",
|
143 | "extra-iterable": "^3.2.19",
|
144 | "jest": "^29.7.0",
|
145 | "rollup-plugin-cleanup": "^3.2.1",
|
146 | "rollup-plugin-dts": "^6.1.0",
|
147 | "ts-jest": "^29.1.1"
|
148 | }
|
149 | }
|