[ 源代码: node-sane ]
软件包:node-sane(4.1.0+~cs18.17.38-2)
node-sane 的相关链接
Debian 的资源:
下载源码包 node-sane:
- [node-sane_4.1.0+~cs18.17.38-2.dsc]
- [node-sane_4.1.0+~cs18.17.38.orig-bser.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-capture-exit.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-cnakazawa-watch.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-exec-sh.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-fb-watchman.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-makeerror.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-node-int64.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-rsvp.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-tmpl.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-types-fb-watchman.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-types-sane.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig-walker.tar.gz]
- [node-sane_4.1.0+~cs18.17.38.orig.tar.gz]
- [node-sane_4.1.0+~cs18.17.38-2.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
- evented I/O for V8 javascript - runtime executable