Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-finalizationregistry/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "is-finalizationregistry", 3 "version": "1. 0.2",3 "version": "1.1.0", 4 4 "description": "Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.", 5 5 "main": "index.js", 6 "types": "index.d.ts", 6 7 "exports": { 7 ".": [ 8 { 9 "default": "./index.js" 10 }, 11 "./index.js" 12 ], 8 ".": "./index.js", 13 9 "./package.json": "./package.json" 14 10 }, 15 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=autogenerated", 16 13 "prepublishOnly": "safe-publish-latest", 17 14 "prepublish": "not-in-publish || npm run prepublishOnly", 18 15 "version": "auto-changelog && git add CHANGELOG.md", 19 16 "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", 21 19 "pretest": "npm run lint", 22 20 "tests-only": "nyc tape 'test/**/*.js'", 23 21 "test": "npm run tests-only", 24 "posttest": " aud--production"22 "posttest": "npx npm@'>=10.2' audit --production" 25 23 }, 26 24 "repository": { … … 44 42 "homepage": "https://github.com/inspect-js/is-finalizationregistry#readme", 45 43 "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", 50 54 "for-each": "^0.3.3", 55 "in-publish": "^2.0.1", 56 "npmignore": "^0.3.1", 51 57 "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" 55 62 }, 56 63 "auto-changelog": { … … 63 70 }, 64 71 "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" 66 81 } 67 82 }
Note:
See TracChangeset
for help on using the changeset viewer.