[ ソース: node-lazy-property ]
パッケージ: node-lazy-property (1.0.0+repack-1)
node-lazy-property に関するリンク
Debian の資源:
node-lazy-property ソースパッケージをダウンロード:
- [node-lazy-property_1.0.0+repack-1.dsc]
- [node-lazy-property_1.0.0+repack.orig-types-lazy-property.tar.gz]
- [node-lazy-property_1.0.0+repack.orig.tar.gz]
- [node-lazy-property_1.0.0+repack-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Adds a lazily initialized property to the object
E.G. require("lazy-property")(obj, name, init[, enumerable]) obj is the object to add the property to name is the name of the property init is a function that computes the value of the property enumerable if the property is enumerable (default false)
This library is a dependency of npm, Node.js package manager.
Node.js is an event-based server-side JavaScript engine.