},
rules: {
'n/no-unpublished-require': 'off',
+ 'n/no-unsupported-features/node-builtins': 'warn',
'jsdoc/require-jsdoc': 'off',
'sonarjs/no-duplicate-string': 'off',
},
"nyc": "^17"
},
"engines": {
- "node": ">=20"
+ "node": ">=20.13.0"
},
"peerDependencies": {
"eslint": ">= 9"
}
},
"node_modules/globals": {
- "version": "15.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
- "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
+ "version": "15.13.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
+ "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
+ "license": "MIT",
"engines": {
"node": ">=18"
},
"coverage": "nyc npm test",
"coverage-check": "nyc check-coverage",
"eslint": "eslint .",
- "test": "node --test test",
- "test:watch": "node --test --watch test",
+ "test": "node --test",
+ "test:watch": "node --test --watch",
"prepare": "husky"
},
"keywords": [