{
	"name": "node-exports-info",
	"version": "1.6.0",
	"description": "Info about node `exports` field support: version ranges, categories, etc.",
	"main": false,
	"exports": {
		"./getCategoriesForRange": "./getCategoriesForRange.js",
		"./getCategory": "./getCategory.js",
		"./getCategoryFlags": "./getCategoryFlags.js",
		"./getCategoryInfo": "./getCategoryInfo.js",
		"./getConditionsForCategory": "./getConditionsForCategory.js",
		"./getRange": "./getRange.js",
		"./getRangePairs": "./getRangePairs.js",
		"./isCategory": "./isCategory.js",
		"./package.json": "./package.json"
	},
	"sideEffects": false,
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublishOnly": "safe-publish-latest",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"lint": "eslint .",
		"postlint": "tsc && 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)\")\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/inspect-js/node-exports-info.git"
	},
	"keywords": [
		"node",
		"exports",
		"support",
		"info",
		"ranges",
		"categories",
		"conditions",
		"patterns",
		"pattern trailers",
		"experimental",
		"esm",
		"cjs",
		"require",
		"import"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"funding": {
		"url": "https://github.com/sponsors/ljharb"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/inspect-js/node-exports-info/issues"
	},
	"homepage": "https://github.com/inspect-js/node-exports-info#readme",
	"dependencies": {
		"array.prototype.flatmap": "^1.3.3",
		"es-errors": "^1.3.0",
		"object.entries": "^1.1.9",
		"semver": "^6.3.1"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.18.2",
		"@ljharb/eslint-config": "^22.1.3",
		"@ljharb/tsconfig": "^0.3.2",
		"@types/array.prototype.flatmap": "^1.2.6",
		"@types/for-each": "^0.3.3",
		"@types/object-inspect": "^1.13.0",
		"@types/object.entries": "^1.1.1",
		"@types/semver": "^6.2.7",
		"@types/tape": "^5.8.1",
		"auto-changelog": "^2.5.0",
		"es-value-fixtures": "^1.7.1",
		"eslint": "^9.39.2",
		"for-each": "^0.3.5",
		"in-publish": "^2.0.1",
		"jiti": "^0.0.0",
		"npmignore": "^0.3.5",
		"nyc": "^10.3.2",
		"object-inspect": "^1.13.4",
		"safe-publish-latest": "^2.0.0",
		"tape": "^5.9.0",
		"typescript": "next"
	},
	"engines": {
		"node": ">= 0.4"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}
