[ 源代码: zeparser.js ]
软件包:node-zeparser(0.0.7+dfsg-2)
node-zeparser 的相关链接
Debian 的资源:
下载源码包 zeparser.js:
- [zeparser.js_0.0.7+dfsg-2.dsc]
- [zeparser.js_0.0.7+dfsg.orig.tar.gz]
- [zeparser.js_0.0.7+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Javascript code parser module for Node.js
Parse Javascript code elements with Node.js. The parser has two modes for parsing: simple and extended.
The simple mode is mainly for just parsing and returning the streams and a simple parse tree. There's not so much meta information here and this mode is mainly built for speed.
The extended mode has everything required for Zeon to do its job.
This package provides ZeParser as a Node.js module.