{ "_from": "@vitest/spy@1.2.2", "_id": "@vitest/spy@1.2.2", "_inBundle": false, "_integrity": "sha512-k9Gcahssw8d7X3pSLq3e3XEu/0L78mUkCjivUqCQeXJm9clfXR/Td8+AP+VC1O6fKPIDLcHDTAmBOINVuv6+7g==", "_location": "/@vitest/spy", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@vitest/spy@1.2.2", "name": "@vitest/spy", "escapedName": "@vitest%2fspy", "scope": "@vitest", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/@vitest/expect", "/vitest" ], "_resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.2.2.tgz", "_shasum": "8fc2aeccb96cecbbdd192c643729bd5f97a01c86", "_spec": "@vitest/spy@1.2.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/vitest", "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "bundleDependencies": false, "dependencies": { "tinyspy": "^2.2.0" }, "deprecated": false, "description": "Lightweight Jest compatible spy implementation", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./*": "./*" }, "files": [ "dist" ], "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "@vitest/spy", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/spy" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "1.2.2" }