[ ソース: node-watchpack ]
パッケージ: node-watchpack (2.4.0+~cs2.8.1-1)
node-watchpack に関するリンク
Debian の資源:
node-watchpack ソースパッケージをダウンロード:
- [node-watchpack_2.4.0+~cs2.8.1-1.dsc]
- [node-watchpack_2.4.0+~cs2.8.1.orig-glob-to-regexp.tar.gz]
- [node-watchpack_2.4.0+~cs2.8.1.orig-types-watchpack.tar.gz]
- [node-watchpack_2.4.0+~cs2.8.1.orig.tar.gz]
- [node-watchpack_2.4.0+~cs2.8.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Wrapper library for directory and file watching
The watchpack high level API doesn't map directly to watchers. Instead a three level architecture ensures that for each directory only a single watcher exists.
This library is a dependency for webpack. Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser.
Node.js is an event-based server-side JavaScript engine.
その他の node-watchpack 関連パッケージ
|
|
|
|
-
- dep: node-chokidar (>= 2.0.2~)
- wrapper around watch / watchFile / fsevents
-
- dep: node-graceful-fs
- drop-in replacement improving the Node.js fs module
-
- dep: node-neo-async
- faster replacement for Async