{ "_from": "@vitest/spy@3.2.4", "_id": "@vitest/spy@3.2.4", "_inBundle": false, "_integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==", "_location": "/@vitest/spy", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@vitest/spy@3.2.4", "name": "@vitest/spy", "escapedName": "@vitest%2fspy", "scope": "@vitest", "rawSpec": "3.2.4", "saveSpec": null, "fetchSpec": "3.2.4" }, "_requiredBy": [ "/@vitest/expect", "/@vitest/mocker", "/vitest" ], "_resolved": "https://registry.npmmirror.com/@vitest/spy/-/spy-3.2.4.tgz", "_shasum": "cc18f26f40f3f028da6620046881f4e4518c2599", "_spec": "@vitest/spy@3.2.4", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vitest", "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "bundleDependencies": false, "dependencies": { "tinyspy": "^4.0.3" }, "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": "3.2.4" }