{ "_from": "@vitest/snapshot@1.2.2", "_id": "@vitest/snapshot@1.2.2", "_inBundle": false, "_integrity": "sha512-SmGY4saEw1+bwE1th6S/cZmPxz/Q4JWsl7LvbQIky2tKE35US4gd0Mjzqfr84/4OD0tikGWaWdMja/nWL5NIPA==", "_location": "/@vitest/snapshot", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@vitest/snapshot@1.2.2", "name": "@vitest/snapshot", "escapedName": "@vitest%2fsnapshot", "scope": "@vitest", "rawSpec": "1.2.2", "saveSpec": null, "fetchSpec": "1.2.2" }, "_requiredBy": [ "/vitest" ], "_resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.2.2.tgz", "_shasum": "f56fd575569774968f3eeba9382a166c26201042", "_spec": "@vitest/snapshot@1.2.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/vitest", "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "bundleDependencies": false, "dependencies": { "magic-string": "^0.30.5", "pathe": "^1.1.1", "pretty-format": "^29.7.0" }, "deprecated": false, "description": "Vitest snapshot manager", "devDependencies": { "@types/natural-compare": "^1.4.3", "@vitest/utils": "1.2.2", "natural-compare": "^1.4.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./environment": { "types": "./dist/environment.d.ts", "default": "./dist/environment.js" }, "./manager": { "types": "./dist/manager.d.ts", "default": "./dist/manager.js" }, "./*": "./*" }, "files": [ "*.d.ts", "dist" ], "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.js", "name": "@vitest/snapshot", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/snapshot" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "1.2.2" }