[ 原始碼: node-lazy-property ]
套件:node-lazy-property(1.0.0-3)
node-lazy-property 的相關連結
Debian 的資源:
下載原始碼套件 node-lazy-property:
- [node-lazy-property_1.0.0-3.dsc]
- [node-lazy-property_1.0.0.orig.tar.gz]
- [node-lazy-property_1.0.0-3.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.
其他與 node-lazy-property 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable