1 | {
|
---|
2 | "_from": "es-iterator-helpers@1.2.0",
|
---|
3 | "_id": "es-iterator-helpers@1.2.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==",
|
---|
6 | "_location": "/es-iterator-helpers",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "version",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "es-iterator-helpers@1.2.0",
|
---|
12 | "name": "es-iterator-helpers",
|
---|
13 | "escapedName": "es-iterator-helpers",
|
---|
14 | "rawSpec": "1.2.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "1.2.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/eslint-plugin-react"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz",
|
---|
22 | "_shasum": "2f1a3ab998b30cb2d10b195b587c6d9ebdebf152",
|
---|
23 | "_spec": "es-iterator-helpers@1.2.0",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
|
---|
25 | "author": {
|
---|
26 | "name": "Jordan Harband",
|
---|
27 | "email": "ljharb@gmail.com"
|
---|
28 | },
|
---|
29 | "auto-changelog": {
|
---|
30 | "output": "CHANGELOG.md",
|
---|
31 | "template": "keepachangelog",
|
---|
32 | "unreleased": false,
|
---|
33 | "commitLimit": false,
|
---|
34 | "backfillLimit": false,
|
---|
35 | "hideCredit": true
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/es-shims/iterator-helpers/issues"
|
---|
39 | },
|
---|
40 | "bundleDependencies": false,
|
---|
41 | "dependencies": {
|
---|
42 | "call-bind": "^1.0.7",
|
---|
43 | "define-properties": "^1.2.1",
|
---|
44 | "es-abstract": "^1.23.3",
|
---|
45 | "es-errors": "^1.3.0",
|
---|
46 | "es-set-tostringtag": "^2.0.3",
|
---|
47 | "function-bind": "^1.1.2",
|
---|
48 | "get-intrinsic": "^1.2.4",
|
---|
49 | "globalthis": "^1.0.4",
|
---|
50 | "gopd": "^1.0.1",
|
---|
51 | "has-property-descriptors": "^1.0.2",
|
---|
52 | "has-proto": "^1.0.3",
|
---|
53 | "has-symbols": "^1.0.3",
|
---|
54 | "internal-slot": "^1.0.7",
|
---|
55 | "iterator.prototype": "^1.1.3",
|
---|
56 | "safe-array-concat": "^1.1.2"
|
---|
57 | },
|
---|
58 | "deprecated": false,
|
---|
59 | "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.",
|
---|
60 | "devDependencies": {
|
---|
61 | "@es-shims/api": "^3.0.1",
|
---|
62 | "@ljharb/eslint-config": "^21.1.1",
|
---|
63 | "auto-changelog": "^2.5.0",
|
---|
64 | "encoding": "^0.1.13",
|
---|
65 | "es-value-fixtures": "^1.5.0",
|
---|
66 | "eslint": "=8.8.0",
|
---|
67 | "eslint-plugin-import": "^2.31.0",
|
---|
68 | "evalmd": "^0.0.19",
|
---|
69 | "for-each": "^0.3.3",
|
---|
70 | "functions-have-names": "^1.2.3",
|
---|
71 | "has-strict-mode": "^1.0.1",
|
---|
72 | "has-tostringtag": "^1.0.2",
|
---|
73 | "in-publish": "^2.0.1",
|
---|
74 | "iterate-iterator": "^1.0.2",
|
---|
75 | "make-generator-function": "^2.0.0",
|
---|
76 | "mock-property": "^1.1.0",
|
---|
77 | "npmignore": "^0.3.1",
|
---|
78 | "nyc": "^10.3.2",
|
---|
79 | "object-inspect": "^1.13.2",
|
---|
80 | "safe-publish-latest": "^2.0.0",
|
---|
81 | "tape": "^5.9.0"
|
---|
82 | },
|
---|
83 | "engines": {
|
---|
84 | "node": ">= 0.4"
|
---|
85 | },
|
---|
86 | "exports": {
|
---|
87 | ".": "./index.json",
|
---|
88 | "./auto": "./auto.js",
|
---|
89 | "./shim": "./shim.js",
|
---|
90 | "./Iterator": "./Iterator/index.js",
|
---|
91 | "./Iterator/auto": "./Iterator/auto.js",
|
---|
92 | "./Iterator/polyfill": "./Iterator/polyfill.js",
|
---|
93 | "./Iterator/implementation": "./Iterator/implementation.js",
|
---|
94 | "./Iterator/shim": "./Iterator/shim.js",
|
---|
95 | "./Iterator.prototype": "./Iterator.prototype/index.js",
|
---|
96 | "./Iterator.prototype/auto": "./Iterator.prototype/auto.js",
|
---|
97 | "./Iterator.prototype/polyfill": "./Iterator.prototype/polyfill.js",
|
---|
98 | "./Iterator.prototype/implementation": "./Iterator.prototype/implementation.js",
|
---|
99 | "./Iterator.prototype/shim": "./Iterator.prototype/shim.js",
|
---|
100 | "./Iterator.concat": "./Iterator.concat/index.js",
|
---|
101 | "./Iterator.concat/auto": "./Iterator.concat/auto.js",
|
---|
102 | "./Iterator.concat/polyfill": "./Iterator.concat/polyfill.js",
|
---|
103 | "./Iterator.concat/implementation": "./Iterator.concat/implementation.js",
|
---|
104 | "./Iterator.concat/shim": "./Iterator.concat/shim.js",
|
---|
105 | "./Iterator.from": "./Iterator.from/index.js",
|
---|
106 | "./Iterator.from/auto": "./Iterator.from/auto.js",
|
---|
107 | "./Iterator.from/polyfill": "./Iterator.from/polyfill.js",
|
---|
108 | "./Iterator.from/implementation": "./Iterator.from/implementation.js",
|
---|
109 | "./Iterator.from/shim": "./Iterator.from/shim.js",
|
---|
110 | "./Iterator.zip": "./Iterator.zip/index.js",
|
---|
111 | "./Iterator.zip/auto": "./Iterator.zip/auto.js",
|
---|
112 | "./Iterator.zip/polyfill": "./Iterator.zip/polyfill.js",
|
---|
113 | "./Iterator.zip/implementation": "./Iterator.zip/implementation.js",
|
---|
114 | "./Iterator.zip/shim": "./Iterator.zip/shim.js",
|
---|
115 | "./Iterator.zipKeyed": "./Iterator.zipKeyed/index.js",
|
---|
116 | "./Iterator.zipKeyed/auto": "./Iterator.zipKeyed/auto.js",
|
---|
117 | "./Iterator.zipKeyed/polyfill": "./Iterator.zipKeyed/polyfill.js",
|
---|
118 | "./Iterator.zipKeyed/implementation": "./Iterator.zipKeyed/implementation.js",
|
---|
119 | "./Iterator.zipKeyed/shim": "./Iterator.zipKeyed/shim.js",
|
---|
120 | "./Iterator.prototype.constructor": "./Iterator.prototype.constructor/index.js",
|
---|
121 | "./Iterator.prototype.constructor/auto": "./Iterator.prototype.constructor/auto.js",
|
---|
122 | "./Iterator.prototype.constructor/polyfill": "./Iterator.prototype.constructor/polyfill.js",
|
---|
123 | "./Iterator.prototype.constructor/implementation": "./Iterator.prototype.constructor/implementation.js",
|
---|
124 | "./Iterator.prototype.constructor/shim": "./Iterator.prototype.constructor/shim.js",
|
---|
125 | "./Iterator.prototype.map": "./Iterator.prototype.map/index.js",
|
---|
126 | "./Iterator.prototype.map/auto": "./Iterator.prototype.map/auto.js",
|
---|
127 | "./Iterator.prototype.map/polyfill": "./Iterator.prototype.map/polyfill.js",
|
---|
128 | "./Iterator.prototype.map/implementation": "./Iterator.prototype.map/implementation.js",
|
---|
129 | "./Iterator.prototype.map/shim": "./Iterator.prototype.map/shim.js",
|
---|
130 | "./Iterator.prototype.filter": "./Iterator.prototype.filter/index.js",
|
---|
131 | "./Iterator.prototype.filter/auto": "./Iterator.prototype.filter/auto.js",
|
---|
132 | "./Iterator.prototype.filter/polyfill": "./Iterator.prototype.filter/polyfill.js",
|
---|
133 | "./Iterator.prototype.filter/implementation": "./Iterator.prototype.filter/implementation.js",
|
---|
134 | "./Iterator.prototype.filter/shim": "./Iterator.prototype.filter/shim.js",
|
---|
135 | "./Iterator.prototype.take": "./Iterator.prototype.take/index.js",
|
---|
136 | "./Iterator.prototype.take/auto": "./Iterator.prototype.take/auto.js",
|
---|
137 | "./Iterator.prototype.take/polyfill": "./Iterator.prototype.take/polyfill.js",
|
---|
138 | "./Iterator.prototype.take/implementation": "./Iterator.prototype.take/implementation.js",
|
---|
139 | "./Iterator.prototype.take/shim": "./Iterator.prototype.take/shim.js",
|
---|
140 | "./Iterator.prototype.drop": "./Iterator.prototype.drop/index.js",
|
---|
141 | "./Iterator.prototype.drop/auto": "./Iterator.prototype.drop/auto.js",
|
---|
142 | "./Iterator.prototype.drop/polyfill": "./Iterator.prototype.drop/polyfill.js",
|
---|
143 | "./Iterator.prototype.drop/implementation": "./Iterator.prototype.drop/implementation.js",
|
---|
144 | "./Iterator.prototype.drop/shim": "./Iterator.prototype.drop/shim.js",
|
---|
145 | "./Iterator.prototype.flatMap": "./Iterator.prototype.flatMap/index.js",
|
---|
146 | "./Iterator.prototype.flatMap/auto": "./Iterator.prototype.flatMap/auto.js",
|
---|
147 | "./Iterator.prototype.flatMap/polyfill": "./Iterator.prototype.flatMap/polyfill.js",
|
---|
148 | "./Iterator.prototype.flatMap/implementation": "./Iterator.prototype.flatMap/implementation.js",
|
---|
149 | "./Iterator.prototype.flatMap/shim": "./Iterator.prototype.flatMap/shim.js",
|
---|
150 | "./Iterator.prototype.reduce": "./Iterator.prototype.reduce/index.js",
|
---|
151 | "./Iterator.prototype.reduce/auto": "./Iterator.prototype.reduce/auto.js",
|
---|
152 | "./Iterator.prototype.reduce/polyfill": "./Iterator.prototype.reduce/polyfill.js",
|
---|
153 | "./Iterator.prototype.reduce/implementation": "./Iterator.prototype.reduce/implementation.js",
|
---|
154 | "./Iterator.prototype.reduce/shim": "./Iterator.prototype.reduce/shim.js",
|
---|
155 | "./Iterator.prototype.toArray": "./Iterator.prototype.toArray/index.js",
|
---|
156 | "./Iterator.prototype.toArray/auto": "./Iterator.prototype.toArray/auto.js",
|
---|
157 | "./Iterator.prototype.toArray/polyfill": "./Iterator.prototype.toArray/polyfill.js",
|
---|
158 | "./Iterator.prototype.toArray/implementation": "./Iterator.prototype.toArray/implementation.js",
|
---|
159 | "./Iterator.prototype.toArray/shim": "./Iterator.prototype.toArray/shim.js",
|
---|
160 | "./Iterator.prototype.forEach": "./Iterator.prototype.forEach/index.js",
|
---|
161 | "./Iterator.prototype.forEach/auto": "./Iterator.prototype.forEach/auto.js",
|
---|
162 | "./Iterator.prototype.forEach/polyfill": "./Iterator.prototype.forEach/polyfill.js",
|
---|
163 | "./Iterator.prototype.forEach/implementation": "./Iterator.prototype.forEach/implementation.js",
|
---|
164 | "./Iterator.prototype.forEach/shim": "./Iterator.prototype.forEach/shim.js",
|
---|
165 | "./Iterator.prototype.some": "./Iterator.prototype.some/index.js",
|
---|
166 | "./Iterator.prototype.some/auto": "./Iterator.prototype.some/auto.js",
|
---|
167 | "./Iterator.prototype.some/polyfill": "./Iterator.prototype.some/polyfill.js",
|
---|
168 | "./Iterator.prototype.some/implementation": "./Iterator.prototype.some/implementation.js",
|
---|
169 | "./Iterator.prototype.some/shim": "./Iterator.prototype.some/shim.js",
|
---|
170 | "./Iterator.prototype.every": "./Iterator.prototype.every/index.js",
|
---|
171 | "./Iterator.prototype.every/auto": "./Iterator.prototype.every/auto.js",
|
---|
172 | "./Iterator.prototype.every/polyfill": "./Iterator.prototype.every/polyfill.js",
|
---|
173 | "./Iterator.prototype.every/implementation": "./Iterator.prototype.every/implementation.js",
|
---|
174 | "./Iterator.prototype.every/shim": "./Iterator.prototype.every/shim.js",
|
---|
175 | "./Iterator.prototype.find": "./Iterator.prototype.find/index.js",
|
---|
176 | "./Iterator.prototype.find/auto": "./Iterator.prototype.find/auto.js",
|
---|
177 | "./Iterator.prototype.find/polyfill": "./Iterator.prototype.find/polyfill.js",
|
---|
178 | "./Iterator.prototype.find/implementation": "./Iterator.prototype.find/implementation.js",
|
---|
179 | "./Iterator.prototype.find/shim": "./Iterator.prototype.find/shim.js",
|
---|
180 | "./package.json": "./package.json"
|
---|
181 | },
|
---|
182 | "homepage": "https://github.com/es-shims/iterator-helpers#readme",
|
---|
183 | "keywords": [
|
---|
184 | "javascript",
|
---|
185 | "ecmascript",
|
---|
186 | "polyfill",
|
---|
187 | "shim",
|
---|
188 | "es-shims",
|
---|
189 | "es-shim API",
|
---|
190 | "Iterator",
|
---|
191 | "helpers",
|
---|
192 | "from",
|
---|
193 | "map",
|
---|
194 | "filter",
|
---|
195 | "take",
|
---|
196 | "drop",
|
---|
197 | "flatMap",
|
---|
198 | "reduce",
|
---|
199 | "toArray",
|
---|
200 | "forEach",
|
---|
201 | "some",
|
---|
202 | "every",
|
---|
203 | "find"
|
---|
204 | ],
|
---|
205 | "license": "MIT",
|
---|
206 | "main": "index.json",
|
---|
207 | "name": "es-iterator-helpers",
|
---|
208 | "publishConfig": {
|
---|
209 | "ignore": [
|
---|
210 | ".github/workflows"
|
---|
211 | ]
|
---|
212 | },
|
---|
213 | "repository": {
|
---|
214 | "type": "git",
|
---|
215 | "url": "git+https://github.com/es-shims/iterator-helpers.git"
|
---|
216 | },
|
---|
217 | "scripts": {
|
---|
218 | "lint": "eslint --ext=js,mjs .",
|
---|
219 | "postlint": "evalmd README.md",
|
---|
220 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
221 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
222 | "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
|
---|
223 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
224 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
225 | "prepublishOnly": "safe-publish-latest",
|
---|
226 | "pretest": "npm run lint",
|
---|
227 | "test": "npm run tests-only",
|
---|
228 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
229 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
230 | },
|
---|
231 | "version": "1.2.0"
|
---|
232 | }
|
---|