Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "json-rel", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Transparent data references in JSON", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,12 +7,12 @@ # json-rel | ||
`json-rel` will converge the following standards and libraries into a unified relation library: | ||
`json-rel` converges the following standards and libraries in order to help normalize JSON relations: | ||
- JsonPath | ||
* Specification: http://goessner.net/articles/JsonPath/ | ||
* Library: https://www.npmjs.com/package/jsonpath | ||
* Specification: http://goessner.net/articles/JsonPath/ | ||
* Library: https://www.npmjs.com/package/jsonpath | ||
- JsonPointer | ||
* Specification: http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08 | ||
* Library: https://www.npmjs.com/package/jsonpointer | ||
* Specification: http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08 | ||
* Library: https://www.npmjs.com/package/jsonpointer | ||
- JsonQuery | ||
* Library: https://www.npmjs.com/package/json-query | ||
* Library: https://www.npmjs.com/package/json-query | ||
@@ -19,0 +19,0 @@ This library is still under construction (particularly in order to reach full transparency), but it can technically be used until then |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8042