{
  "schema": "stackline-package-docs-v1",
  "name": "@stackline/source-map-support",
  "version": "1.0.0",
  "description": "Compatibility-first source-map stack traces for VM, browser, and custom loader integrations",
  "baseline": {
    "package": "source-map-support",
    "version": "0.5.21",
    "repositoryCommit": "888339343236f0912ddc2f635e356e4ed9c0ddf3"
  },
  "release": {
    "sourceCommit": "110450f9bac02054a152cfd9fb463283e3ce8765",
    "publishedAt": "2026-08-29T02:12:43.455Z",
    "registryCreatedAt": "2026-08-29T02:12:43.140Z",
    "registryModifiedAt": "2026-08-29T02:12:43.729Z",
    "tarball": {
      "url": "https://registry.npmjs.org/@stackline/source-map-support/-/source-map-support-1.0.0.tgz",
      "sha1": "801cb253ae7170f3671b029d7ad5e18bc02cf58f",
      "sha256": "d7ff4d6e01f067e595e3df603a2aa88486d783c7c11d45e4df073ed577f94adb",
      "integrity": "sha512-g+1XoNwCvqhaBaULXdvQONtpgguob0NS6k3ngArnuGPhVDrpEjk6WnRb+9ypiYIgCtD8KW+cE1SRHGHiseKfSA==",
      "fileCount": 28,
      "unpackedSize": 110367
    }
  },
  "license": "MIT",
  "runtime": {
    "node": ">=14.15.1",
    "browser": true,
    "nativeNodePreferredForOrdinaryExecution": true
  },
  "formats": [
    "CommonJS",
    "ESM host facade",
    "TypeScript declarations",
    "browser UMD global and AMD bundle",
    "browser ESM host"
  ],
  "productionDependencies": {
    "@jridgewell/trace-mapping": "0.3.31"
  },
  "productionGraph": {
    "@jridgewell/trace-mapping": "0.3.31",
    "@jridgewell/resolve-uri": "3.1.2",
    "@jridgewell/sourcemap-codec": "1.6.0"
  },
  "mapConsumer": {
    "constructor": "AnyMap",
    "acceptedForms": [
      "regular Source Map v3",
      "indexed/sectioned Source Map v3"
    ]
  },
  "bundledComponents": {
    "path-browserify": "1.0.1"
  },
  "browserBundledGraph": {
    "@jridgewell/trace-mapping": "0.3.31",
    "@jridgewell/resolve-uri": "3.1.2",
    "@jridgewell/sourcemap-codec": "1.6.0",
    "path-browserify": "1.0.1"
  },
  "publicRootExports": [
    "wrapCallSite",
    "getErrorSource",
    "mapSourcePosition",
    "retrieveSourceMap",
    "install",
    "resetRetrieveHandlers"
  ],
  "installOptions": [
    "environment",
    "retrieveFile",
    "overrideRetrieveFile",
    "retrieveSourceMap",
    "overrideRetrieveSourceMap",
    "hookRequire",
    "emptyCacheBetweenOperations",
    "handleUncaughtExceptions"
  ],
  "supportedEntries": [
    ".",
    "./source-map-support",
    "./source-map-support.js",
    "./register",
    "./register.js",
    "./register-hook-require",
    "./register-hook-require.js",
    "./browser-source-map-support",
    "./browser-source-map-support.js",
    "./package.json"
  ],
  "browserEntry": {
    "umdPath": "./browser-source-map-support.js",
    "esmPath": "./browser-source-map-support.mjs",
    "rootBrowserCondition": {
      "import": "./browser-source-map-support.mjs",
      "require": "./browser-source-map-support.js",
      "default": "./browser-source-map-support.js"
    },
    "legacyBrowserRemap": {
      "./source-map-support.js": "./browser-source-map-support.js"
    },
    "moduleSystems": [
      "CommonJS",
      "named AMD module browser-source-map-support",
      "globalThis.sourceMapSupport",
      "ESM browser host through the root browser condition"
    ]
  },
  "attribution": {
    "upstream": "Evan Wallace MIT",
    "copiedV8Code": "V8 BSD-3-Clause"
  },
  "urls": {
    "documentation": "https://alexandro.net/docs/vanilla/source-map-support/",
    "repository": "https://github.com/alexandroit/stackline-source-map-support",
    "registry": "https://www.npmjs.com/package/@stackline/source-map-support",
    "issues": "https://github.com/alexandroit/stackline-source-map-support/issues"
  }
}
