[ 源代码: 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