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/is-finalizationregistry/package.json

    rd565449 r0c6b92a  
    11{
    22        "name": "is-finalizationregistry",
    3         "version": "1.0.2",
     3        "version": "1.1.0",
    44        "description": "Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
    55        "main": "index.js",
     6        "types": "index.d.ts",
    67        "exports": {
    7                 ".": [
    8                         {
    9                                 "default": "./index.js"
    10                         },
    11                         "./index.js"
    12                 ],
     8                ".": "./index.js",
    139                "./package.json": "./package.json"
    1410        },
    1511        "scripts": {
     12                "prepack": "npmignore --auto --commentLines=autogenerated",
    1613                "prepublishOnly": "safe-publish-latest",
    1714                "prepublish": "not-in-publish || npm run prepublishOnly",
    1815                "version": "auto-changelog && git add CHANGELOG.md",
    1916                "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    20                 "lint": "eslint .",
     17                "lint": "eslint --ext=.js,.mjs .",
     18                "postlint": "tsc -P . && attw -P",
    2119                "pretest": "npm run lint",
    2220                "tests-only": "nyc tape 'test/**/*.js'",
    2321                "test": "npm run tests-only",
    24                 "posttest": "aud --production"
     22                "posttest": "npx npm@'>=10.2' audit --production"
    2523        },
    2624        "repository": {
     
    4442        "homepage": "https://github.com/inspect-js/is-finalizationregistry#readme",
    4543        "devDependencies": {
    46                 "@ljharb/eslint-config": "^18.0.0",
    47                 "aud": "^1.1.5",
    48                 "auto-changelog": "^2.3.0",
    49                 "eslint": "^7.32.0",
     44                "@arethetypeswrong/cli": "^0.17.0",
     45                "@ljharb/eslint-config": "^21.1.1",
     46                "@ljharb/tsconfig": "^0.2.0",
     47                "@types/call-bind": "^1.0.5",
     48                "@types/for-each": "^0.3.3",
     49                "@types/object-inspect": "^1.13.0",
     50                "@types/tape": "^5.6.4",
     51                "auto-changelog": "^2.5.0",
     52                "encoding": "^0.1.13",
     53                "eslint": "=8.8.0",
    5054                "for-each": "^0.3.3",
     55                "in-publish": "^2.0.1",
     56                "npmignore": "^0.3.1",
    5157                "nyc": "^10.3.2",
    52                 "object-inspect": "^1.11.0",
    53                 "safe-publish-latest": "^1.1.4",
    54                 "tape": "^5.3.1"
     58                "object-inspect": "^1.13.3",
     59                "safe-publish-latest": "^2.0.0",
     60                "tape": "^5.9.0",
     61                "typescript": "^5.8.0-dev.20241122"
    5562        },
    5663        "auto-changelog": {
     
    6370        },
    6471        "dependencies": {
    65                 "call-bind": "^1.0.2"
     72                "call-bind": "^1.0.7"
     73        },
     74        "publishConfig": {
     75                "ignore": [
     76                        ".github/workflows"
     77                ]
     78        },
     79        "engines": {
     80                "node": ">= 0.4"
    6681        }
    6782}
Note: See TracChangeset for help on using the changeset viewer.