{ "_from": "errx@^0.1.0", "_id": "errx@0.1.0", "_inBundle": false, "_integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==", "_location": "/errx", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "errx@^0.1.0", "name": "errx", "escapedName": "errx", "rawSpec": "^0.1.0", "saveSpec": null, "fetchSpec": "^0.1.0" }, "_requiredBy": [ "/@dxup/nuxt/@nuxt/kit", "/@nuxt/devtools-kit/@nuxt/kit", "/@nuxt/devtools/@nuxt/kit", "/@nuxt/kit", "/@nuxt/nitro-server", "/nuxt" ], "_resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz", "_shasum": "4881e411d90a3b1e1620a07604f50081dd59f3aa", "_spec": "errx@^0.1.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/@nuxt/kit", "bugs": { "url": "https://github.com/danielroe/errx/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno", "devDependencies": { "@antfu/eslint-config": "latest", "@types/node": "^20.14.9", "@vitest/coverage-v8": "latest", "bumpp": "latest", "eslint": "latest", "lint-staged": "latest", "simple-git-hooks": "latest", "typescript": "latest", "unbuild": "latest", "vite": "latest", "vitest": "latest" }, "exports": { ".": "./dist/index.js" }, "files": [ "dist" ], "homepage": "https://github.com/danielroe/errx#readme", "license": "MIT", "lint-staged": { "*.{js,ts,mjs,cjs,json,.*rc}": [ "pnpm eslint --fix" ] }, "main": "./dist/index.js", "module": "./dist/index.js", "name": "errx", "repository": { "type": "git", "url": "git+https://github.com/danielroe/errx.git" }, "resolutions": { "errx": "link:." }, "scripts": { "build": "unbuild", "dev": "vitest dev", "lint": "eslint . --fix", "release": "bumpp && pnpm publish", "test": "pnpm test:unit && pnpm test:types", "test:types": "tsc --noEmit", "test:unit": "vitest" }, "sideEffects": false, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "type": "module", "types": "./dist/index.d.ts", "version": "0.1.0" }