Changeset 79a0317 for imaps-frontend/node_modules/es-iterator-helpers
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-iterator-helpers/package.json
r0c6b92a r79a0317 1 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 } 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" 204 232 }
Note:
See TracChangeset
for help on using the changeset viewer.