[ 原始碼: 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.