[ 原始碼: node-watchpack ]
套件:node-watchpack(1.3.1-3)
node-watchpack 的相關連結
Debian 的資源:
下載原始碼套件 node-watchpack:
- [node-watchpack_1.3.1-3.dsc]
- [node-watchpack_1.3.1.orig.tar.gz]
- [node-watchpack_1.3.1-3.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-async (>= 0.8)
- functions and patterns for asynchronous code - Node.js
-
- dep: node-chokidar (>= 1.4.3)
- wrapper around watch / watchFile / fsevents
-
- dep: node-graceful-fs (>= 4.1.2)
- drop-in replacement improving the Node.js fs module
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable