source: frontend/node_modules/es-iterator-helpers/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 9.9 KB
Line 
1{
2 "name": "es-iterator-helpers",
3 "version": "1.3.2",
4 "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.",
5 "main": "index.json",
6 "exports": {
7 ".": "./index.json",
8 "./auto": "./auto.js",
9 "./shim": "./shim.js",
10 "./Iterator": "./Iterator/index.js",
11 "./Iterator/auto": "./Iterator/auto.js",
12 "./Iterator/polyfill": "./Iterator/polyfill.js",
13 "./Iterator/implementation": "./Iterator/implementation.js",
14 "./Iterator/shim": "./Iterator/shim.js",
15 "./Iterator.prototype": "./Iterator.prototype/index.js",
16 "./Iterator.prototype/auto": "./Iterator.prototype/auto.js",
17 "./Iterator.prototype/polyfill": "./Iterator.prototype/polyfill.js",
18 "./Iterator.prototype/implementation": "./Iterator.prototype/implementation.js",
19 "./Iterator.prototype/shim": "./Iterator.prototype/shim.js",
20 "./Iterator.concat": "./Iterator.concat/index.js",
21 "./Iterator.concat/auto": "./Iterator.concat/auto.js",
22 "./Iterator.concat/polyfill": "./Iterator.concat/polyfill.js",
23 "./Iterator.concat/implementation": "./Iterator.concat/implementation.js",
24 "./Iterator.concat/shim": "./Iterator.concat/shim.js",
25 "./Iterator.from": "./Iterator.from/index.js",
26 "./Iterator.from/auto": "./Iterator.from/auto.js",
27 "./Iterator.from/polyfill": "./Iterator.from/polyfill.js",
28 "./Iterator.from/implementation": "./Iterator.from/implementation.js",
29 "./Iterator.from/shim": "./Iterator.from/shim.js",
30 "./Iterator.zip": "./Iterator.zip/index.js",
31 "./Iterator.zip/auto": "./Iterator.zip/auto.js",
32 "./Iterator.zip/polyfill": "./Iterator.zip/polyfill.js",
33 "./Iterator.zip/implementation": "./Iterator.zip/implementation.js",
34 "./Iterator.zip/shim": "./Iterator.zip/shim.js",
35 "./Iterator.zipKeyed": "./Iterator.zipKeyed/index.js",
36 "./Iterator.zipKeyed/auto": "./Iterator.zipKeyed/auto.js",
37 "./Iterator.zipKeyed/polyfill": "./Iterator.zipKeyed/polyfill.js",
38 "./Iterator.zipKeyed/implementation": "./Iterator.zipKeyed/implementation.js",
39 "./Iterator.zipKeyed/shim": "./Iterator.zipKeyed/shim.js",
40 "./Iterator.prototype.constructor": "./Iterator.prototype.constructor/index.js",
41 "./Iterator.prototype.constructor/auto": "./Iterator.prototype.constructor/auto.js",
42 "./Iterator.prototype.constructor/polyfill": "./Iterator.prototype.constructor/polyfill.js",
43 "./Iterator.prototype.constructor/implementation": "./Iterator.prototype.constructor/implementation.js",
44 "./Iterator.prototype.constructor/shim": "./Iterator.prototype.constructor/shim.js",
45 "./Iterator.prototype.map": "./Iterator.prototype.map/index.js",
46 "./Iterator.prototype.map/auto": "./Iterator.prototype.map/auto.js",
47 "./Iterator.prototype.map/polyfill": "./Iterator.prototype.map/polyfill.js",
48 "./Iterator.prototype.map/implementation": "./Iterator.prototype.map/implementation.js",
49 "./Iterator.prototype.map/shim": "./Iterator.prototype.map/shim.js",
50 "./Iterator.prototype.filter": "./Iterator.prototype.filter/index.js",
51 "./Iterator.prototype.filter/auto": "./Iterator.prototype.filter/auto.js",
52 "./Iterator.prototype.filter/polyfill": "./Iterator.prototype.filter/polyfill.js",
53 "./Iterator.prototype.filter/implementation": "./Iterator.prototype.filter/implementation.js",
54 "./Iterator.prototype.filter/shim": "./Iterator.prototype.filter/shim.js",
55 "./Iterator.prototype.take": "./Iterator.prototype.take/index.js",
56 "./Iterator.prototype.take/auto": "./Iterator.prototype.take/auto.js",
57 "./Iterator.prototype.take/polyfill": "./Iterator.prototype.take/polyfill.js",
58 "./Iterator.prototype.take/implementation": "./Iterator.prototype.take/implementation.js",
59 "./Iterator.prototype.take/shim": "./Iterator.prototype.take/shim.js",
60 "./Iterator.prototype.drop": "./Iterator.prototype.drop/index.js",
61 "./Iterator.prototype.drop/auto": "./Iterator.prototype.drop/auto.js",
62 "./Iterator.prototype.drop/polyfill": "./Iterator.prototype.drop/polyfill.js",
63 "./Iterator.prototype.drop/implementation": "./Iterator.prototype.drop/implementation.js",
64 "./Iterator.prototype.drop/shim": "./Iterator.prototype.drop/shim.js",
65 "./Iterator.prototype.flatMap": "./Iterator.prototype.flatMap/index.js",
66 "./Iterator.prototype.flatMap/auto": "./Iterator.prototype.flatMap/auto.js",
67 "./Iterator.prototype.flatMap/polyfill": "./Iterator.prototype.flatMap/polyfill.js",
68 "./Iterator.prototype.flatMap/implementation": "./Iterator.prototype.flatMap/implementation.js",
69 "./Iterator.prototype.flatMap/shim": "./Iterator.prototype.flatMap/shim.js",
70 "./Iterator.prototype.includes": "./Iterator.prototype.includes/index.js",
71 "./Iterator.prototype.includes/auto": "./Iterator.prototype.includes/auto.js",
72 "./Iterator.prototype.includes/polyfill": "./Iterator.prototype.includes/polyfill.js",
73 "./Iterator.prototype.includes/implementation": "./Iterator.prototype.includes/implementation.js",
74 "./Iterator.prototype.includes/shim": "./Iterator.prototype.includes/shim.js",
75 "./Iterator.prototype.reduce": "./Iterator.prototype.reduce/index.js",
76 "./Iterator.prototype.reduce/auto": "./Iterator.prototype.reduce/auto.js",
77 "./Iterator.prototype.reduce/polyfill": "./Iterator.prototype.reduce/polyfill.js",
78 "./Iterator.prototype.reduce/implementation": "./Iterator.prototype.reduce/implementation.js",
79 "./Iterator.prototype.reduce/shim": "./Iterator.prototype.reduce/shim.js",
80 "./Iterator.prototype.toArray": "./Iterator.prototype.toArray/index.js",
81 "./Iterator.prototype.toArray/auto": "./Iterator.prototype.toArray/auto.js",
82 "./Iterator.prototype.toArray/polyfill": "./Iterator.prototype.toArray/polyfill.js",
83 "./Iterator.prototype.toArray/implementation": "./Iterator.prototype.toArray/implementation.js",
84 "./Iterator.prototype.toArray/shim": "./Iterator.prototype.toArray/shim.js",
85 "./Iterator.prototype.forEach": "./Iterator.prototype.forEach/index.js",
86 "./Iterator.prototype.forEach/auto": "./Iterator.prototype.forEach/auto.js",
87 "./Iterator.prototype.forEach/polyfill": "./Iterator.prototype.forEach/polyfill.js",
88 "./Iterator.prototype.forEach/implementation": "./Iterator.prototype.forEach/implementation.js",
89 "./Iterator.prototype.forEach/shim": "./Iterator.prototype.forEach/shim.js",
90 "./Iterator.prototype.some": "./Iterator.prototype.some/index.js",
91 "./Iterator.prototype.some/auto": "./Iterator.prototype.some/auto.js",
92 "./Iterator.prototype.some/polyfill": "./Iterator.prototype.some/polyfill.js",
93 "./Iterator.prototype.some/implementation": "./Iterator.prototype.some/implementation.js",
94 "./Iterator.prototype.some/shim": "./Iterator.prototype.some/shim.js",
95 "./Iterator.prototype.every": "./Iterator.prototype.every/index.js",
96 "./Iterator.prototype.every/auto": "./Iterator.prototype.every/auto.js",
97 "./Iterator.prototype.every/polyfill": "./Iterator.prototype.every/polyfill.js",
98 "./Iterator.prototype.every/implementation": "./Iterator.prototype.every/implementation.js",
99 "./Iterator.prototype.every/shim": "./Iterator.prototype.every/shim.js",
100 "./Iterator.prototype.find": "./Iterator.prototype.find/index.js",
101 "./Iterator.prototype.find/auto": "./Iterator.prototype.find/auto.js",
102 "./Iterator.prototype.find/polyfill": "./Iterator.prototype.find/polyfill.js",
103 "./Iterator.prototype.find/implementation": "./Iterator.prototype.find/implementation.js",
104 "./Iterator.prototype.find/shim": "./Iterator.prototype.find/shim.js",
105 "./package.json": "./package.json"
106 },
107 "scripts": {
108 "prepack": "npmignore --auto --commentLines=autogenerated",
109 "prepublishOnly": "safe-publish-latest",
110 "prepublish": "not-in-publish || npm run prepublishOnly",
111 "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
112 "lint": "eslint --ext=js,mjs .",
113 "postlint": "evalmd README.md",
114 "pretest": "npm run lint",
115 "test": "npm run tests-only",
116 "tests-only": "nyc tape 'test/**/*.js'",
117 "posttest": "npx npm@'>=10.2' audit --production",
118 "version": "auto-changelog && git add CHANGELOG.md",
119 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
120 },
121 "repository": {
122 "type": "git",
123 "url": "git+https://github.com/es-shims/iterator-helpers.git"
124 },
125 "keywords": [
126 "javascript",
127 "ecmascript",
128 "polyfill",
129 "shim",
130 "es-shims",
131 "es-shim API",
132 "Iterator",
133 "helpers",
134 "from",
135 "map",
136 "filter",
137 "take",
138 "drop",
139 "flatMap",
140 "reduce",
141 "toArray",
142 "forEach",
143 "some",
144 "every",
145 "find"
146 ],
147 "author": "Jordan Harband <ljharb@gmail.com>",
148 "license": "MIT",
149 "bugs": {
150 "url": "https://github.com/es-shims/iterator-helpers/issues"
151 },
152 "homepage": "https://github.com/es-shims/iterator-helpers#readme",
153 "dependencies": {
154 "call-bind": "^1.0.9",
155 "call-bound": "^1.0.4",
156 "define-properties": "^1.2.1",
157 "es-abstract": "^1.24.2",
158 "es-errors": "^1.3.0",
159 "es-set-tostringtag": "^2.1.0",
160 "function-bind": "^1.1.2",
161 "get-intrinsic": "^1.3.0",
162 "globalthis": "^1.0.4",
163 "gopd": "^1.2.0",
164 "has-property-descriptors": "^1.0.2",
165 "has-proto": "^1.2.0",
166 "has-symbols": "^1.1.0",
167 "internal-slot": "^1.1.0",
168 "iterator.prototype": "^1.1.5",
169 "math-intrinsics": "^1.1.0"
170 },
171 "devDependencies": {
172 "@es-shims/api": "^4.0.0",
173 "@ljharb/eslint-config": "^22.2.2",
174 "auto-changelog": "^2.5.0",
175 "encoding": "^0.1.13",
176 "es-value-fixtures": "^1.7.1",
177 "eslint": "^9.39.4",
178 "eslint-plugin-import": "^2.32.0",
179 "evalmd": "^0.0.19",
180 "for-each": "^0.3.5",
181 "functions-have-names": "^1.2.3",
182 "has-strict-mode": "^1.1.0",
183 "has-tostringtag": "^1.0.2",
184 "in-publish": "^2.0.1",
185 "iterate-iterator": "^1.0.2",
186 "jiti": "^0.0.0",
187 "make-generator-function": "^2.1.0",
188 "mock-property": "^1.1.0",
189 "npmignore": "^0.3.5",
190 "nyc": "^10.3.2",
191 "object-inspect": "^1.13.4",
192 "safe-publish-latest": "^2.0.0",
193 "tape": "^5.9.0"
194 },
195 "auto-changelog": {
196 "output": "CHANGELOG.md",
197 "template": "keepachangelog",
198 "unreleased": false,
199 "commitLimit": false,
200 "backfillLimit": false,
201 "hideCredit": true
202 },
203 "publishConfig": {
204 "ignore": [
205 ".github/workflows"
206 ]
207 },
208 "engines": {
209 "node": ">= 0.4"
210 }
211}
Note: See TracBrowser for help on using the repository browser.