Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-iterator-helpers/package.json

    rd565449 r0c6b92a  
    11{
    22        "name": "es-iterator-helpers",
    3         "version": "1.0.19",
     3        "version": "1.2.0",
    44        "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.",
    55        "main": "index.json",
     
    1818                "./Iterator.prototype/implementation": "./Iterator.prototype/implementation.js",
    1919                "./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",
    2025                "./Iterator.from": "./Iterator.from/index.js",
    2126                "./Iterator.from/auto": "./Iterator.from/auto.js",
     
    2328                "./Iterator.from/implementation": "./Iterator.from/implementation.js",
    2429                "./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",
    2540                "./Iterator.prototype.constructor": "./Iterator.prototype.constructor/index.js",
    2641                "./Iterator.prototype.constructor/auto": "./Iterator.prototype.constructor/auto.js",
     
    89104                "prepublishOnly": "safe-publish-latest",
    90105                "prepublish": "not-in-publish || npm run prepublishOnly",
    91                 "prelint": "es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
     106                "prelint": "es-shim-api --type=multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
    92107                "lint": "eslint --ext=js,mjs .",
    93108                "postlint": "evalmd README.md",
     
    95110                "test": "npm run tests-only",
    96111                "tests-only": "nyc tape 'test/**/*.js'",
    97                 "posttest": "aud --production",
     112                "posttest": "npx npm@'>=10.2' audit --production",
    98113                "version": "auto-changelog && git add CHANGELOG.md",
    99114                "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
     
    139154                "function-bind": "^1.1.2",
    140155                "get-intrinsic": "^1.2.4",
    141                 "globalthis": "^1.0.3",
     156                "globalthis": "^1.0.4",
     157                "gopd": "^1.0.1",
    142158                "has-property-descriptors": "^1.0.2",
    143159                "has-proto": "^1.0.3",
    144160                "has-symbols": "^1.0.3",
    145161                "internal-slot": "^1.0.7",
    146                 "iterator.prototype": "^1.1.2",
     162                "iterator.prototype": "^1.1.3",
    147163                "safe-array-concat": "^1.1.2"
    148164        },
    149165        "devDependencies": {
    150                 "@es-shims/api": "^2.4.2",
    151                 "@ljharb/eslint-config": "^21.1.0",
    152                 "aud": "^2.0.4",
    153                 "auto-changelog": "^2.4.0",
    154                 "es-value-fixtures": "^1.4.2",
     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",
    155171                "eslint": "=8.8.0",
    156                 "eslint-plugin-import": "^2.29.1",
     172                "eslint-plugin-import": "^2.31.0",
    157173                "evalmd": "^0.0.19",
    158174                "for-each": "^0.3.3",
     
    163179                "iterate-iterator": "^1.0.2",
    164180                "make-generator-function": "^2.0.0",
    165                 "mock-property": "^1.0.3",
     181                "mock-property": "^1.1.0",
    166182                "npmignore": "^0.3.1",
    167183                "nyc": "^10.3.2",
    168                 "object-inspect": "^1.13.1",
     184                "object-inspect": "^1.13.2",
    169185                "safe-publish-latest": "^2.0.0",
    170                 "tape": "^5.7.5"
     186                "tape": "^5.9.0"
    171187        },
    172188        "auto-changelog": {
Note: See TracChangeset for help on using the changeset viewer.