{ "name": "is-core-module", "version": "2.15.0", "description": "Is this specifier a node.js core module?", "main": "index.js", "sideEffects": false, "exports": { ".": "./index.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+https://github.com/inspect-js/is-core-module.git" }, "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "homepage": "https://github.com/inspect-js/is-core-module", "dependencies": { "hasown": "^2.0.2" }, "devDependencies": { "@ljharb/eslint-config": "^21.1.1", "aud": "^2.0.4", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "mock-property": "^1.0.3", "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "semver": "^6.3.1", "tape": "^5.8.1" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github" ] }, "engines": { "node": ">= 0.4" } }