[ 原始碼: node-sane ]
套件:node-sane(4.1.0+~cs18.16.37-1)
node-sane 的相關連結
Debian 的資源:
下載原始碼套件 node-sane:
- [node-sane_4.1.0+~cs18.16.37-1.dsc]
- [node-sane_4.1.0+~cs18.16.37.orig-bser.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-capture-exit.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-cnakazawa-watch.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-exec-sh.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-fb-watchman.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-makeerror.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-node-int64.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-rsvp.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-tmpl.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-types-fb-watchman.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-types-sane.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig-walker.tar.gz]
- [node-sane_4.1.0+~cs18.16.37.orig.tar.gz]
- [node-sane_4.1.0+~cs18.16.37-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Nodejs fast, small, and reliable file system watcher
Sane aims to be fast, small, and reliable file system watcher. It does that by:
* By default stays away from fs polling because it's very slow and cpu intensive * Uses `fs.watch` by default and sensibly works around the various issues * Maintains a consistent API across different platforms * Where `fs.watch` is not reliable you have the choice of using the following alternatives: * the facebook watchman library (embedded) * the watchexec library (embedded) * polling
其他與 node-sane 有關的套件
|
|
|
|
-
- dep: node-anymatch
- Matches strings against configurable strings
-
- dep: node-execa
- better `child_process`
-
- dep: node-micromatch (>= 3.1.4)
- Glob matching for javascript/node.js
-
- dep: node-minimist
- Argument options parsing for Node.js
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable