Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-core-module/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "is-core-module", 3 "version": "2.15. 0",3 "version": "2.15.1", 4 4 "description": "Is this specifier a node.js core module?", 5 5 "main": "index.js", … … 17 17 "tests-only": "nyc tape 'test/**/*.js'", 18 18 "test": "npm run tests-only", 19 "posttest": " aud--production",19 "posttest": "npx npm@'>=10.2' audit --production", 20 20 "version": "auto-changelog && git add CHANGELOG.md", 21 21 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" … … 47 47 "devDependencies": { 48 48 "@ljharb/eslint-config": "^21.1.1", 49 "aud": "^2.0.4",50 49 "auto-changelog": "^2.4.0", 50 "encoding": "^0.1.13", 51 51 "eslint": "=8.8.0", 52 52 "in-publish": "^2.0.1", 53 "mock-property": "^1. 0.3",53 "mock-property": "^1.1.0", 54 54 "npmignore": "^0.3.1", 55 55 "nyc": "^10.3.2",
Note:
See TracChangeset
for help on using the changeset viewer.