[ 原始碼: node-regenerator ]
套件:node-commoner(0.15.2+~0.10.8-1)
node-commoner 的相關連結
Debian 的資源:
下載原始碼套件 node-regenerator:
- [node-regenerator_0.15.2+~0.10.8-1.dsc]
- [node-regenerator_0.15.2+~0.10.8.orig-commoner.tar.gz]
- [node-regenerator_0.15.2+~0.10.8.orig.tar.gz]
- [node-regenerator_0.15.2+~0.10.8-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
JavaScript transpiler to Node-compatible CommonJS
Commoner makes it easy to write scripts that flexibly and efficiently transpile any dialect of JavaScript into a directory structure of Node-compatible CommonJS module files.
This task is made possible by
1. a declarative syntax for defining how module source code should be found and processed, 2. the use of [promises](https://github.com/kriskowal/q) to manage an asynchronous build pipeline, and 3. never rebuilding modules that have already been built.
The output files can be required seamlessly by Node, or served by any static file server, or bundled together using a tool such as Browserify, WrapUp, or Stitch for delivery to a web browser.
其他與 node-commoner 有關的套件
|
|
|
|
-
- dep: node-commander
- Complete solution for Node.js command-line interfaces
-
- dep: node-detective
- find all require() calls by walking the AST
-
- dep: node-glob
- glob functionality for Node.js
-
- dep: node-graceful-fs
- drop-in replacement improving the Node.js fs module
-
- dep: node-iconv-lite
- Pure JS character encoding conversion
-
- dep: node-mkdirp
- Recursively create directories - Node.js module
-
- dep: node-private
- Utility for associating truly private state with any JavaScript object
-
- dep: node-q
- Node.js module for promises (CommonJS/Promises/A,B,D)
-
- dep: node-recast
- Pretty printer and syntax tree transformer for JavaScript
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable