Sha256: 0a5da4ae95fc2730c3e47e91927d93033f5cff345752855301a37e3f1594c6fe
Contents?: true
Size: 901 Bytes
Versions: 26
Compression:
Stored size: 901 Bytes
Contents
{ "name": "tinyspy", "type": "module", "version": "3.0.2", "packageManager": "pnpm@9.1.1", "description": "A minimal fork of nanospy, with more features", "license": "MIT", "homepage": "https://github.com/tinylibs/tinyspy#readme", "repository": { "type": "git", "url": "git+https://github.com/tinylibs/tinyspy.git" }, "bugs": { "url": "https://github.com/tinylibs/tinyspy/issues" }, "keywords": [ "spy", "mock", "typescript", "method" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=14.0.0" } }
Version data entries
26 entries across 26 versions & 1 rubygems