{
  "_from": "@vitest/snapshot@3.2.4",
  "_id": "@vitest/snapshot@3.2.4",
  "_inBundle": false,
  "_integrity": "sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==",
  "_location": "/@vitest/snapshot",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vitest/snapshot@3.2.4",
    "name": "@vitest/snapshot",
    "escapedName": "@vitest%2fsnapshot",
    "scope": "@vitest",
    "rawSpec": "3.2.4",
    "saveSpec": null,
    "fetchSpec": "3.2.4"
  },
  "_requiredBy": [
    "/vitest"
  ],
  "_resolved": "https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-3.2.4.tgz",
  "_shasum": "40a8bc0346ac0aee923c0eefc2dc005d90bc987c",
  "_spec": "@vitest/snapshot@3.2.4",
  "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vitest",
  "bugs": {
    "url": "https://github.com/vitest-dev/vitest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@vitest/pretty-format": "3.2.4",
    "magic-string": "^0.30.17",
    "pathe": "^2.0.3"
  },
  "deprecated": false,
  "description": "Vitest snapshot manager",
  "devDependencies": {
    "@types/natural-compare": "^1.4.3",
    "@vitest/utils": "3.2.4",
    "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": "3.2.4"
}
