[ ソース: 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