source: imaps-frontend/node_modules/es-iterator-helpers/package.json@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 9.5 KB
Line 
1{
2 "name": "es-iterator-helpers",
3 "version": "1.2.0",
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.reduce": "./Iterator.prototype.reduce/index.js",
71 "./Iterator.prototype.reduce/auto": "./Iterator.prototype.reduce/auto.js",
72 "./Iterator.prototype.reduce/polyfill": "./Iterator.prototype.reduce/polyfill.js",
73 "./Iterator.prototype.reduce/implementation": "./Iterator.prototype.reduce/implementation.js",
74 "./Iterator.prototype.reduce/shim": "./Iterator.prototype.reduce/shim.js",
75 "./Iterator.prototype.toArray": "./Iterator.prototype.toArray/index.js",
76 "./Iterator.prototype.toArray/auto": "./Iterator.prototype.toArray/auto.js",
77 "./Iterator.prototype.toArray/polyfill": "./Iterator.prototype.toArray/polyfill.js",
78 "./Iterator.prototype.toArray/implementation": "./Iterator.prototype.toArray/implementation.js",
79 "./Iterator.prototype.toArray/shim": "./Iterator.prototype.toArray/shim.js",
80 "./Iterator.prototype.forEach": "./Iterator.prototype.forEach/index.js",
81 "./Iterator.prototype.forEach/auto": "./Iterator.prototype.forEach/auto.js",
82 "./Iterator.prototype.forEach/polyfill": "./Iterator.prototype.forEach/polyfill.js",
83 "./Iterator.prototype.forEach/implementation": "./Iterator.prototype.forEach/implementation.js",
84 "./Iterator.prototype.forEach/shim": "./Iterator.prototype.forEach/shim.js",
85 "./Iterator.prototype.some": "./Iterator.prototype.some/index.js",
86 "./Iterator.prototype.some/auto": "./Iterator.prototype.some/auto.js",
87 "./Iterator.prototype.some/polyfill": "./Iterator.prototype.some/polyfill.js",
88 "./Iterator.prototype.some/implementation": "./Iterator.prototype.some/implementation.js",
89 "./Iterator.prototype.some/shim": "./Iterator.prototype.some/shim.js",
90 "./Iterator.prototype.every": "./Iterator.prototype.every/index.js",
91 "./Iterator.prototype.every/auto": "./Iterator.prototype.every/auto.js",
92 "./Iterator.prototype.every/polyfill": "./Iterator.prototype.every/polyfill.js",
93 "./Iterator.prototype.every/implementation": "./Iterator.prototype.every/implementation.js",
94 "./Iterator.prototype.every/shim": "./Iterator.prototype.every/shim.js",
95 "./Iterator.prototype.find": "./Iterator.prototype.find/index.js",
96 "./Iterator.prototype.find/auto": "./Iterator.prototype.find/auto.js",
97 "./Iterator.prototype.find/polyfill": "./Iterator.prototype.find/polyfill.js",
98 "./Iterator.prototype.find/implementation": "./Iterator.prototype.find/implementation.js",
99 "./Iterator.prototype.find/shim": "./Iterator.prototype.find/shim.js",
100 "./package.json": "./package.json"
101 },
102 "scripts": {
103 "prepack": "npmignore --auto --commentLines=autogenerated",
104 "prepublishOnly": "safe-publish-latest",
105 "prepublish": "not-in-publish || npm run prepublishOnly",
106 "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
107 "lint": "eslint --ext=js,mjs .",
108 "postlint": "evalmd README.md",
109 "pretest": "npm run lint",
110 "test": "npm run tests-only",
111 "tests-only": "nyc tape 'test/**/*.js'",
112 "posttest": "npx npm@'>=10.2' audit --production",
113 "version": "auto-changelog && git add CHANGELOG.md",
114 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
115 },
116 "repository": {
117 "type": "git",
118 "url": "git+https://github.com/es-shims/iterator-helpers.git"
119 },
120 "keywords": [
121 "javascript",
122 "ecmascript",
123 "polyfill",
124 "shim",
125 "es-shims",
126 "es-shim API",
127 "Iterator",
128 "helpers",
129 "from",
130 "map",
131 "filter",
132 "take",
133 "drop",
134 "flatMap",
135 "reduce",
136 "toArray",
137 "forEach",
138 "some",
139 "every",
140 "find"
141 ],
142 "author": "Jordan Harband <ljharb@gmail.com>",
143 "license": "MIT",
144 "bugs": {
145 "url": "https://github.com/es-shims/iterator-helpers/issues"
146 },
147 "homepage": "https://github.com/es-shims/iterator-helpers#readme",
148 "dependencies": {
149 "call-bind": "^1.0.7",
150 "define-properties": "^1.2.1",
151 "es-abstract": "^1.23.3",
152 "es-errors": "^1.3.0",
153 "es-set-tostringtag": "^2.0.3",
154 "function-bind": "^1.1.2",
155 "get-intrinsic": "^1.2.4",
156 "globalthis": "^1.0.4",
157 "gopd": "^1.0.1",
158 "has-property-descriptors": "^1.0.2",
159 "has-proto": "^1.0.3",
160 "has-symbols": "^1.0.3",
161 "internal-slot": "^1.0.7",
162 "iterator.prototype": "^1.1.3",
163 "safe-array-concat": "^1.1.2"
164 },
165 "devDependencies": {
166 "@es-shims/api": "^3.0.1",
167 "@ljharb/eslint-config": "^21.1.1",
168 "auto-changelog": "^2.5.0",
169 "encoding": "^0.1.13",
170 "es-value-fixtures": "^1.5.0",
171 "eslint": "=8.8.0",
172 "eslint-plugin-import": "^2.31.0",
173 "evalmd": "^0.0.19",
174 "for-each": "^0.3.3",
175 "functions-have-names": "^1.2.3",
176 "has-strict-mode": "^1.0.1",
177 "has-tostringtag": "^1.0.2",
178 "in-publish": "^2.0.1",
179 "iterate-iterator": "^1.0.2",
180 "make-generator-function": "^2.0.0",
181 "mock-property": "^1.1.0",
182 "npmignore": "^0.3.1",
183 "nyc": "^10.3.2",
184 "object-inspect": "^1.13.2",
185 "safe-publish-latest": "^2.0.0",
186 "tape": "^5.9.0"
187 },
188 "auto-changelog": {
189 "output": "CHANGELOG.md",
190 "template": "keepachangelog",
191 "unreleased": false,
192 "commitLimit": false,
193 "backfillLimit": false,
194 "hideCredit": true
195 },
196 "publishConfig": {
197 "ignore": [
198 ".github/workflows"
199 ]
200 },
201 "engines": {
202 "node": ">= 0.4"
203 }
204}
Note: See TracBrowser for help on using the repository browser.