[ 原始碼: node-json-parse-better-errors ]
套件: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.