[ 原始碼: node-resolve-cwd ]
套件:node-resolve-cwd(3.0.0-2)
node-resolve-cwd 的相關連結
Debian 的資源:
下載原始碼套件 node-resolve-cwd:
- [node-resolve-cwd_3.0.0-2.dsc]
- [node-resolve-cwd_3.0.0.orig.tar.gz]
- [node-resolve-cwd_3.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Resolve the path of a module from current directory
This module can be used to determine the path of a module starting from the current working directory.
For an input of moduleId to resolveCwd(moduleId), it gives an error when the module can't be found, which is similar to how require() works.
If moduleId is called as resolveCwd.silent(moduleId) then it returns null instead of giving an error when the module can't be found.
Node.js is an event-based server-side JavaScript engine.
其他與 node-resolve-cwd 有關的套件
|
|
|
|
-
- dep: node-resolve-from
- Resolve the path of a module from a given path