パッケージ: node-json5 (2.2.3+dfsg-1)
node-json5 に関するリンク
Debian の資源:
node-json5 ソースパッケージをダウンロード:
- [node-json5_2.2.3+dfsg-1.dsc]
- [node-json5_2.2.3+dfsg.orig.tar.xz]
- [node-json5_2.2.3+dfsg-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [json5.org]
類似のパッケージ:
JSON for the ES5 era
JSON5 is a proposed extension to JSON that aims to make it easier for humans to write and maintain by hand. It does this by adding some minimal syntax features directly from ECMAScript 5.
JSON5 remains a strict subset of JavaScript, adds no new data types, and works with all existing JSON content.
JSON5 is not an official successor to JSON, and JSON5 content may not work with existing JSON parsers. For this reason, JSON5 files use a new .json5 extension. (TODO: new MIME type needed too.)
The code here is a reference JavaScript implementation for both Node.js and all browsers. It’s based directly off of Douglas Crockford’s own JSON implementation, and it’s both robust and secure.
Node.js is an event-based server-side JavaScript engine.
その他の node-json5 関連パッケージ
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable