{ "_from": "@vitest/expect@1.2.2", "_id": "@vitest/expect@1.2.2", "_inBundle": false, "_integrity": "sha512-3jpcdPAD7LwHUUiT2pZTj2U82I2Tcgg2oVPvKxhn6mDI2On6tfvPQTjAI4628GUGDZrCm4Zna9iQHm5cEexOAg==", "_location": "/@vitest/expect", "_phantomChildren": { "assertion-error": "1.1.0", "deep-eql": "4.1.3", "loupe": "2.3.6", "pathval": "1.1.1", "type-detect": "4.0.8" }, "_requested": { "type": "version", "registry": true, "raw": "@vitest/expect@1.2.2", "name": "@vitest/expect", "escapedName": "@vitest%2fexpect", "scope": "@vitest", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/vitest" ], "_resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.2.2.tgz", "_shasum": "39ea22e849bbf404b7e5272786551aa99e2663d0", "_spec": "@vitest/expect@1.2.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/vitest", "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "bundleDependencies": false, "dependencies": { "@vitest/spy": "1.2.2", "@vitest/utils": "1.2.2", "chai": "^4.3.10" }, "deprecated": false, "description": "Jest's expect matchers as a Chai plugin", "devDependencies": { "@types/chai": "4.3.6", "@vitest/runner": "1.2.2", "picocolors": "^1.0.0", "rollup-plugin-copy": "^3.5.0" }, "exports": { ".": { "types": "./index.d.ts", "default": "./dist/index.js" }, "./*": "./*" }, "files": [ "*.d.ts", "dist" ], "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "@vitest/expect", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/expect" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" }, "sideEffects": false, "type": "module", "types": "./index.d.ts", "version": "1.2.2" }