Sha256: 66f4926d3230a815feec045205ee8382ca75cfa5ce3026a63dc82a6577d3b9ce
Contents?: true
Size: 1.3 KB
Versions: 26
Compression:
Stored size: 1.3 KB
Contents
{ "name": "@vitest/snapshot", "type": "module", "version": "2.1.2", "description": "Vitest snapshot manager", "license": "MIT", "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/snapshot" }, "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "sideEffects": false, "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" }, "./*": "./*" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "*.d.ts", "dist" ], "dependencies": { "magic-string": "^0.30.11", "pathe": "^1.1.2", "@vitest/pretty-format": "2.1.2" }, "devDependencies": { "@types/natural-compare": "^1.4.3", "natural-compare": "^1.4.0", "@vitest/utils": "2.1.2" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" } }
Version data entries
26 entries across 26 versions & 1 rubygems