パッケージ: node-json-parse-better-errors (1.0.2+~cs3.3.1-3)
node-json-parse-better-errors に関するリンク
Debian の資源:
node-json-parse-better-errors ソースパッケージをダウンロード:
- [node-json-parse-better-errors_1.0.2+~cs3.3.1-3.dsc]
- [node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-json-parse-even-better-errors.tar.gz]
- [node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-types-json-parse-better-errors.tar.gz]
- [node-json-parse-better-errors_1.0.2+~cs3.3.1.orig.tar.gz]
- [node-json-parse-better-errors_1.0.2+~cs3.3.1-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
JSON.parse() with context information on error
This is a Node.js library for getting nicer errors out of JSON.parse(), including context and position of parse errors.
It servers similar purpose as the JSON.parse method but returns more useful errors when exceptions happen.
It's really fast, really good at concurrency, and it will never give you corrupted data, even if cache files get corrupted or manipulated.
It was originally written to be used as npm's local cache, but can just as easily be used on its own
Node.js is an event-based server-side JavaScript engine.