软件包: node-levn (0.3.0+dfsg-4)
node-levn 的相关链接
Trisquel 的资源:
下载源码包 node-levn:
- [node-levn_0.3.0+dfsg-4.dsc]
- [node-levn_0.3.0+dfsg.orig.tar.gz]
- [node-levn_0.3.0+dfsg-4.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Pirate Praveen
外部的资源:
- 主页 [github.com]
相似软件包:
Light ECMAScript (JavaScript) Value Notation
Levn is a library which allows you to parse a string into a JavaScript value based on an expected type. It is meant for short amounts of human entered data (eg. config files, command line arguments).
Levn aims to concisely describe JavaScript values in text, and allow for the extraction and validation of those values. Levn uses 'type-check' for its type format, and to validate the results.
How is this different than JSON? levn is meant to be written by humans only, is (due to the previous point) much more concise, can be validated against supplied types, has regex and date literals, and can easily be extended with custom types. On the other hand, it is probably slower and thus less efficient at transporting large amounts of data, which is fine since this is not its purpose.
Node.js is an event-based server-side JavaScript engine.
其他与 node-levn 有关的软件包
|
|
|
-
- dep: node-prelude-ls
- functionally oriented utility library
-
- dep: node-type-check
- allows you to check the types of JavaScript values at runtime
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
同时作为一个虚包由这些包填实: node-pegjs