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-core-module/package.json

    rd565449 r0c6b92a  
    11{
    22        "name": "is-core-module",
    3         "version": "2.15.0",
     3        "version": "2.15.1",
    44        "description": "Is this specifier a node.js core module?",
    55        "main": "index.js",
     
    1717                "tests-only": "nyc tape 'test/**/*.js'",
    1818                "test": "npm run tests-only",
    19                 "posttest": "aud --production",
     19                "posttest": "npx npm@'>=10.2' audit --production",
    2020                "version": "auto-changelog && git add CHANGELOG.md",
    2121                "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
     
    4747        "devDependencies": {
    4848                "@ljharb/eslint-config": "^21.1.1",
    49                 "aud": "^2.0.4",
    5049                "auto-changelog": "^2.4.0",
     50                "encoding": "^0.1.13",
    5151                "eslint": "=8.8.0",
    5252                "in-publish": "^2.0.1",
    53                 "mock-property": "^1.0.3",
     53                "mock-property": "^1.1.0",
    5454                "npmignore": "^0.3.1",
    5555                "nyc": "^10.3.2",
Note: See TracChangeset for help on using the changeset viewer.