软件包:node-superstruct(2.0.2-1)
node-superstruct 的相关链接
Debian 的资源:
下载源码包 node-superstruct:
- [node-superstruct_2.0.2-1.dsc]
- [node-superstruct_2.0.2.orig.tar.xz]
- [node-superstruct_2.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Composable data validation and coercion for JavaScript values
This library defines data structures that describe the expected shape and type of values, and checks input against those definitions. It can validate objects, arrays, tuples, scalars, unions, and nested data, and it can report where validation failed.
It also supports coercion and masking, so input values can be converted or reduced to match the declared structure where appropriate. Assertions, boolean checks, and detailed failures are available for code that needs either simple pass or fail results or more specific error information.
Superstruct is commonly used to examine data passed between parts of an application, including parsed JSON, configuration data, form input, request payloads, and values returned by APIs or other services.
