{ "_from": "error-stack-parser-es@^0.1.5", "_id": "error-stack-parser-es@0.1.5", "_inBundle": false, "_integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==", "_location": "/error-stack-parser-es", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "error-stack-parser-es@^0.1.5", "name": "error-stack-parser-es", "escapedName": "error-stack-parser-es", "rawSpec": "^0.1.5", "saveSpec": null, "fetchSpec": "^0.1.5" }, "_requiredBy": [ "/vite-plugin-inspect" ], "_resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz", "_shasum": "15b50b67bea4b6ed6596976ee07c7867ae25bb1c", "_spec": "error-stack-parser-es@^0.1.5", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vite-plugin-inspect", "bugs": { "url": "https://github.com/antfu/error-stack-parser-es/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Cross-browser Error parser", "devDependencies": { "@antfu/eslint-config": "^2.22.4", "@antfu/ni": "^0.22.0", "@antfu/utils": "^0.7.10", "@types/node": "^20.14.11", "bumpp": "^9.4.1", "eslint": "^9.7.0", "esno": "^4.7.0", "lint-staged": "^15.2.7", "pnpm": "^9.5.0", "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1", "typescript": "^5.5.3", "unbuild": "^2.0.0", "vite": "^5.3.4", "vitest": "^2.0.3" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./lite": { "types": "./dist/lite.d.ts", "import": "./dist/lite.mjs", "require": "./dist/lite.cjs" } }, "files": [ "dist" ], "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/error-stack-parser-es#readme", "keywords": [], "license": "MIT", "lint-staged": { "*": "eslint --fix" }, "main": "./dist/index.mjs", "maintainers": [ { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com", "url": "https://antfu.me" }, { "name": "Eric Wendelin", "email": "me@eriwen.com", "url": "https://www.eriwen.com" }, { "name": "Victor Homyakov", "email": "vkhomyackov@gmail.com", "url": "https://github.com/victor-homyakov" }, { "name": "Oliver Salzburg", "url": "https://github.com/oliversalzburg" }, { "name": "Ben Gourley", "url": "https://github.com/bengourley" } ], "module": "./dist/index.mjs", "name": "error-stack-parser-es", "packageManager": "pnpm@9.5.0", "repository": { "type": "git", "url": "git+https://github.com/antfu/error-stack-parser-es.git" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "sideEffects": false, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "type": "module", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "version": "0.1.5" }