{
  "_from": "resolve-pkg-maps@^1.0.0",
  "_id": "resolve-pkg-maps@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  "_location": "/resolve-pkg-maps",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "resolve-pkg-maps@^1.0.0",
    "name": "resolve-pkg-maps",
    "escapedName": "resolve-pkg-maps",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/get-tsconfig"
  ],
  "_resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  "_shasum": "616b3dc2c57056b5588c31cdf4b3d64db133720f",
  "_spec": "resolve-pkg-maps@^1.0.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\get-tsconfig",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/resolve-pkg-maps/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Resolve package.json exports & imports maps",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1",
  "homepage": "https://github.com/privatenumber/resolve-pkg-maps#readme",
  "imports": {
    "#resolve-pkg-maps": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./dist/index.mjs"
    }
  },
  "keywords": [
    "node.js",
    "package.json",
    "exports",
    "imports"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "resolve-pkg-maps",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/resolve-pkg-maps.git"
  },
  "type": "module",
  "types": "./dist/index.d.cts",
  "version": "1.0.0"
}
