91 lines
2.3 KiB
JSON
91 lines
2.3 KiB
JSON
{
|
|
"name": "is-core-module",
|
|
"version": "2.17.0",
|
|
"description": "Is this specifier a node.js core module?",
|
|
"main": "index.js",
|
|
"types": "./index.d.ts",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
"prepublishOnly": "safe-publish-latest",
|
|
"lint": "eslint .",
|
|
"postlint": "tsc -p . && attw -P",
|
|
"pretest": "npm run lint",
|
|
"tests-only": "nyc tape 'test/**/*.js'",
|
|
"test": "npm run tests-only",
|
|
"posttest": "npx npm@'>=10.2' audit --production",
|
|
"version": "auto-changelog && git add CHANGELOG.md",
|
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
|
"dependencies": "node -p \"process.env.npm_command\" | npx \"dt-clean@^1.2.2\" --auto"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/inspect-js/is-core-module.git"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"modules",
|
|
"module",
|
|
"npm",
|
|
"node",
|
|
"dependencies"
|
|
],
|
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/inspect-js/is-core-module/issues"
|
|
},
|
|
"homepage": "https://github.com/inspect-js/is-core-module",
|
|
"dependencies": {
|
|
"hasown": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
"@ljharb/eslint-config": "^22.2.4",
|
|
"@ljharb/tsconfig": "^0.3.2",
|
|
"@types/node": "^26.6.1",
|
|
"@types/object-keys": "^1.0.3",
|
|
"@types/semver": "^6.2.7",
|
|
"auto-changelog": "^2.6.1",
|
|
"eslint": "^10.10.0",
|
|
"in-publish": "^2.0.1",
|
|
"jiti": "^0.0.0",
|
|
"mock-property": "^1.1.2",
|
|
"npmignore": "^0.3.5",
|
|
"nyc": "^10.3.2",
|
|
"object-keys": "^1.1.1",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"semver": "^6.3.1",
|
|
"tape": "^5.10.2",
|
|
"typescript": "next"
|
|
},
|
|
"auto-changelog": {
|
|
"output": "CHANGELOG.md",
|
|
"template": "keepachangelog",
|
|
"unreleased": false,
|
|
"commitLimit": false,
|
|
"backfillLimit": false,
|
|
"hideCredit": true
|
|
},
|
|
"publishConfig": {
|
|
"ignore": [
|
|
".github",
|
|
".nycrc",
|
|
"eslint.config.mjs",
|
|
"tsconfig.json",
|
|
"test"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
}
|