UNPKG

create-lazy-object

Version:

Lazily loaded objects with properties computed at get-time.

46 lines (45 loc) 972 B
{ "name": "create-lazy-object", "version": "1.3.4", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsup", "check": "biome check src", "knip": "knip", "type-check": "tsc --noEmit", "test:watch": "vitest", "test": "vitest run" }, "keywords": [ "lazy", "getter", "lazy-evaluation", "define-property", "performance", "object", "object-literal", "persist", "inject", "vanilla", "tiny", "memo", "esm", "utility" ], "author": "Jack Wright", "license": "Apache-2.0", "description": "Lazily loaded objects with properties computed at get-time.", "files": ["./dist", "./LICENSE", "./README.md"], "devDependencies": { "@biomejs/biome": "^1.9.4", "knip": "^5.46.4", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.9" }, "repository": { "type": "git", "url": "https://github.com/jack3898/create-lazy-object.git" } }