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