[ 源代码: node-regenerator ]
软件包:node-commoner(0.15.1+~0.10.8-1)
node-commoner 的相关链接
Debian 的资源:
下载源码包 node-regenerator:
- [node-regenerator_0.15.1+~0.10.8-1.dsc]
- [node-regenerator_0.15.1+~0.10.8.orig-commoner.tar.gz]
- [node-regenerator_0.15.1+~0.10.8.orig.tar.gz]
- [node-regenerator_0.15.1+~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