{
  "_from": "es-module-lexer@^2.0.0",
  "_id": "es-module-lexer@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-poHGpORABojJJucnV9KbOavETW8lBVnphkW77ER5/BQ5Fz7oXSoCNek7IH3vR5nRjdsEz926ibFYX8KtLQmdyw==",
  "_location": "/es-module-lexer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "es-module-lexer@^2.0.0",
    "name": "es-module-lexer",
    "escapedName": "es-module-lexer",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.2.tgz",
  "_shasum": "311fa4f40168c1975c505477c51b23234d41ad55",
  "_spec": "es-module-lexer@^2.0.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Guy Bedford"
  },
  "bugs": {
    "url": "https://github.com/guybedford/es-module-lexer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lexes ES modules returning their import/export metadata",
  "devDependencies": {
    "@babel/cli": "^7.29.7",
    "@babel/core": "^7.29.7",
    "@babel/plugin-transform-modules-commonjs": "^7.29.7",
    "@swc/cli": "^0.8.1",
    "@swc/core": "^1.15.41",
    "@types/node": "^25.9.3",
    "kleur": "^4.1.5",
    "mocha": "^11.7.6",
    "terser": "^5.48.0",
    "typescript": "^6.0.3"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "exports": {
    ".": {
      "types": "./types/lexer.d.ts",
      "module": "./dist/lexer.js",
      "import": "./dist/lexer.js",
      "require": "./dist/lexer.cjs"
    },
    "./js": {
      "types": "./types/lexer.d.ts",
      "default": "./dist/lexer.asm.js"
    },
    "./minimal": {
      "types": "./types/lexer.minimal.d.ts",
      "module": "./dist/lexer.minimal.js",
      "import": "./dist/lexer.minimal.js",
      "require": "./dist/lexer.minimal.cjs"
    },
    "./minimal/js": {
      "types": "./types/lexer.minimal.d.ts",
      "default": "./dist/lexer.minimal.asm.js"
    }
  },
  "files": [
    "dist",
    "types",
    "lexer.js"
  ],
  "homepage": "https://github.com/guybedford/es-module-lexer#readme",
  "keywords": [],
  "license": "MIT",
  "main": "dist/lexer.cjs",
  "module": "dist/lexer.js",
  "name": "es-module-lexer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guybedford/es-module-lexer.git"
  },
  "scripts": {
    "build": "npm install -g chomp ; chomp build",
    "test": "npm install -g chomp ; chomp test"
  },
  "sideEffects": false,
  "type": "module",
  "types": "types/lexer.d.ts",
  "version": "2.3.2"
}
