UNPKG

di-lazy

Version:

Lazy instantiation of the class based on the first access to its reference

63 lines (62 loc) 1.64 kB
{ "name": "di-lazy", "version": "1.0.4", "description": "Lazy instantiation of the class based on the first access to its reference", "author": { "name": "Petr Tripolsky", "email": "tripolskypetr@gmail.com", "url": "https://github.com/tripolskypetr" }, "funding": { "type": "individual", "url": "http://paypal.me/tripolskypetr" }, "license": "MIT", "homepage": "https://react-declarative-playground.github.io", "keywords": [ "dependency-injection", "performance", "optimization", "oop", "grpc", "lazy-loading", "optimization-algorithms" ], "files": [ "build", "types.d.ts", "README.md" ], "repository": { "type": "git", "url": "https://github.com/react-declarative/react-declarative", "documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs" }, "bugs": { "url": "https://github.com/react-declarative/react-declarative/issues" }, "scripts": { "build": "rollup -c" }, "main": "build/index.cjs", "module": "build/index.mjs", "source": "src/index.ts", "types": "./types.d.ts", "exports": { "require": "./build/index.cjs", "types": "./types.d.ts", "import": "./build/index.mjs", "default": "./build/index.cjs" }, "devDependencies": { "@rollup/plugin-typescript": "11.1.6", "@types/node": "22.9.0", "rollup": "3.29.4", "rollup-plugin-dts": "6.1.1", "rollup-plugin-peer-deps-external": "2.2.4", "tslib": "2.7.0" }, "peerDependencies": { "typescript": "^5.0.0" } }