[ 源代码: node-json-parse-better-errors ]
软件包:node-json-parse-better-errors(1.0.2+~cs3.3.1-2)
node-json-parse-better-errors 的相关链接
Debian 的资源:
下载源码包 node-json-parse-better-errors:
- [node-json-parse-better-errors_1.0.2+~cs3.3.1-2.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-2.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.