[ ソース: 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