{
  "_from": "node-exports-info@^1.6.0",
  "_id": "node-exports-info@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==",
  "_location": "/node-exports-info",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-exports-info@^1.6.0",
    "name": "node-exports-info",
    "escapedName": "node-exports-info",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/eslint-import-resolver-node/resolve",
    "/eslint-plugin-react/resolve"
  ],
  "_resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
  "_shasum": "1aedafb01a966059c9a5e791a94a94d93f5c2a13",
  "_spec": "node-exports-info@^1.6.0",
  "_where": "C:\\Sites\\Panel\\App\\node_modules\\eslint-import-resolver-node\\node_modules\\resolve",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/node-exports-info/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array.prototype.flatmap": "^1.3.3",
    "es-errors": "^1.3.0",
    "object.entries": "^1.1.9",
    "semver": "^6.3.1"
  },
  "deprecated": false,
  "description": "Info about node `exports` field support: version ranges, categories, etc.",
  "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"
  },
  "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"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/node-exports-info#readme",
  "keywords": [
    "node",
    "exports",
    "support",
    "info",
    "ranges",
    "categories",
    "conditions",
    "patterns",
    "pattern trailers",
    "experimental",
    "esm",
    "cjs",
    "require",
    "import"
  ],
  "license": "MIT",
  "main": false,
  "name": "node-exports-info",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/node-exports-info.git"
  },
  "scripts": {
    "lint": "eslint .",
    "postlint": "tsc && attw -P",
    "posttest": "npx npm@'>=10.2' audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "version": "1.6.0"
}
