{
  "_from": "obug@^2.1.1",
  "_id": "obug@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  "_location": "/obug",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "obug@^2.1.1",
    "name": "obug",
    "escapedName": "obug",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/@vitejs/devtools",
    "/vite-node",
    "/vite-plugin-inspect"
  ],
  "_resolved": "https://registry.npmjs.org/obug/-/obug-2.1.1.tgz",
  "_shasum": "2cba74ff241beb77d63055ddf4cd1e9f90b538be",
  "_spec": "obug@^2.1.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/vite-node",
  "author": {
    "name": "Kevin Deng",
    "email": "sxzz@sxzz.moe"
  },
  "bugs": {
    "url": "https://github.com/sxzz/obug/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
  "devDependencies": {
    "@sxzz/eslint-config": "^7.3.0",
    "@sxzz/prettier-config": "^2.2.5",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.1",
    "@vitest/browser-playwright": "^4.0.10",
    "@vitest/coverage-v8": "^4.0.10",
    "bumpp": "^10.3.1",
    "debug": "^4.4.3",
    "eslint": "^9.39.1",
    "playwright": "^1.56.1",
    "prettier": "^3.6.2",
    "tsdown": "^0.16.5",
    "typescript": "^5.9.3",
    "vite": "^7.2.2",
    "vitest": "^4.0.10"
  },
  "exports": {
    ".": {
      "browser": "./dist/browser.js",
      "default": "./dist/node.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "funding": [
    "https://github.com/sponsors/sxzz",
    "https://opencollective.com/debug"
  ],
  "homepage": "https://github.com/sxzz/obug#readme",
  "jsdelivr": "./dist/browser.min.js",
  "license": "MIT",
  "main": "./dist/node.js",
  "module": "./dist/node.js",
  "name": "obug",
  "prettier": "@sxzz/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/obug.git"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "format": "prettier --cache --write .",
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "play": "vite playground",
    "release": "bumpp",
    "test": "vitest",
    "test:coverage": "vitest --project node --coverage",
    "typecheck": "tsc --noEmit"
  },
  "type": "module",
  "types": "./dist/browser.d.ts",
  "unpkg": "./dist/browser.min.js",
  "version": "2.1.1"
}
