{ "_from": "vitest@^1.2.2", "_id": "vitest@1.2.2", "_inBundle": false, "_integrity": "sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==", "_location": "/vitest", "_phantomChildren": { "assertion-error": "1.1.0", "cross-spawn": "7.0.3", "deep-eql": "4.1.3", "loupe": "2.3.6", "merge-stream": "2.0.0", "pathval": "1.1.1", "type-detect": "4.0.8" }, "_requested": { "type": "range", "registry": true, "raw": "vitest@^1.2.2", "name": "vitest", "escapedName": "vitest", "rawSpec": "^1.2.2", "saveSpec": null, "fetchSpec": "^1.2.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/vitest/-/vitest-1.2.2.tgz", "_shasum": "9e29ad2a74a5df553c30c5798c57a062d58ce299", "_spec": "vitest@^1.2.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bin": { "vitest": "vitest.mjs" }, "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "bundleDependencies": false, "dependencies": { "@vitest/expect": "1.2.2", "@vitest/runner": "1.2.2", "@vitest/snapshot": "1.2.2", "@vitest/spy": "1.2.2", "@vitest/utils": "1.2.2", "acorn-walk": "^8.3.2", "cac": "^6.7.14", "chai": "^4.3.10", "debug": "^4.3.4", "execa": "^8.0.1", "local-pkg": "^0.5.0", "magic-string": "^0.30.5", "pathe": "^1.1.1", "picocolors": "^1.0.0", "std-env": "^3.5.0", "strip-literal": "^1.3.0", "tinybench": "^2.5.1", "tinypool": "^0.8.2", "vite": "^5.0.0", "vite-node": "1.2.2", "why-is-node-running": "^2.2.2" }, "deprecated": false, "description": "Next generation testing framework powered by Vite", "devDependencies": { "@ampproject/remapping": "^2.2.1", "@antfu/install-pkg": "^0.3.1", "@edge-runtime/vm": "^3.1.7", "@sinonjs/fake-timers": "11.1.0", "@types/estree": "^1.0.5", "@types/istanbul-lib-coverage": "^2.0.6", "@types/istanbul-reports": "^3.0.4", "@types/jsdom": "^21.1.6", "@types/micromatch": "^4.0.6", "@types/node": "^20.11.5", "@types/prompts": "^2.4.9", "@types/sinonjs__fake-timers": "^8.1.5", "birpc": "0.2.14", "chai-subset": "^1.6.0", "cli-truncate": "^4.0.0", "expect-type": "^0.17.3", "fast-glob": "^3.3.2", "find-up": "^6.3.0", "flatted": "^3.2.9", "get-tsconfig": "^4.7.2", "happy-dom": "^12.10.3", "jsdom": "^23.0.1", "log-update": "^5.0.1", "micromatch": "^4.0.5", "p-limit": "^5.0.0", "pretty-format": "^29.7.0", "prompts": "^2.4.2", "strip-ansi": "^7.1.0", "ws": "^8.14.2" }, "engines": { "node": "^18.0.0 || >=20.0.0" }, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./index.d.cts", "default": "./index.cjs" } }, "./*": "./*", "./globals": { "types": "./globals.d.ts" }, "./importMeta": { "types": "./importMeta.d.ts" }, "./import-meta": { "types": "./import-meta.d.ts" }, "./node": { "types": "./dist/node.d.ts", "default": "./dist/node.js" }, "./execute": { "types": "./dist/execute.d.ts", "default": "./dist/execute.js" }, "./workers": { "types": "./dist/workers.d.ts", "import": "./dist/workers.js" }, "./browser": { "types": "./dist/browser.d.ts", "default": "./dist/browser.js" }, "./runners": { "types": "./dist/runners.d.ts", "default": "./dist/runners.js" }, "./suite": { "types": "./dist/suite.d.ts", "default": "./dist/suite.js" }, "./environments": { "types": "./dist/environments.d.ts", "default": "./dist/environments.js" }, "./utils": { "types": "./dist/utils.d.ts", "default": "./dist/utils.js" }, "./config": { "types": "./config.d.ts", "require": "./dist/config.cjs", "default": "./dist/config.js" }, "./coverage": { "types": "./coverage.d.ts", "default": "./dist/coverage.js" }, "./reporters": { "types": "./dist/reporters.d.ts", "default": "./dist/reporters.js" } }, "files": [ "*.cjs", "*.d.cts", "*.d.ts", "*.mjs", "bin", "dist" ], "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest#readme", "keywords": [ "vite", "vite-node", "vitest", "test", "jest" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "vitest", "peerDependencies": { "@edge-runtime/vm": "*", "@types/node": "^18.0.0 || >=20.0.0", "@vitest/browser": "^1.0.0", "@vitest/ui": "^1.0.0", "happy-dom": "*", "jsdom": "*" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, "@vitest/ui": { "optional": true }, "@vitest/browser": { "optional": true }, "happy-dom": { "optional": true }, "jsdom": { "optional": true }, "@edge-runtime/vm": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/vitest" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -c --watch -m inline" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "1.2.2" }