Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/object-inspect/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "object-inspect", 3 "version": "1.13. 2",3 "version": "1.13.3", 4 4 "description": "string representations of objects in node and the browser", 5 5 "main": "index.js", … … 8 8 "@ljharb/eslint-config": "^21.1.1", 9 9 "@pkgjs/support": "^0.0.6", 10 "auto-changelog": "^2. 4.0",10 "auto-changelog": "^2.5.0", 11 11 "core-js": "^2.6.12", 12 12 "error-cause": "^1.0.8", 13 "es-value-fixtures": "^1. 4.2",13 "es-value-fixtures": "^1.5.0", 14 14 "eslint": "=8.8.0", 15 15 "for-each": "^0.3.3", … … 22 22 "jackspeak": "=2.1.1", 23 23 "make-arrow-function": "^1.2.0", 24 "mock-property": "^1. 0.3",24 "mock-property": "^1.1.0", 25 25 "npmignore": "^0.3.1", 26 26 "nyc": "^10.3.2", … … 28 28 "safer-buffer": "^2.1.2", 29 29 "string.prototype.repeat": "^1.0.0", 30 "tape": "^5. 8.1"30 "tape": "^5.9.0" 31 31 }, 32 32 "scripts": { … … 40 40 "tests-only": "nyc tape 'test/*.js'", 41 41 "test:corejs": "nyc tape test-core-js.js 'test/*.js'", 42 "posttest": "npx aud--production",42 "posttest": "npx npm@'>=10.2' audit --production", 43 43 "version": "auto-changelog && git add CHANGELOG.md", 44 44 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
Note:
See TracChangeset
for help on using the changeset viewer.