Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / dist / README.md
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/dist/README.md b/legacy-libs/grpc-cloned/node_modules/protobufjs/dist/README.md
new file mode 100644 (file)
index 0000000..62f3fc8
--- /dev/null
@@ -0,0 +1,35 @@
+Distributions\r
+=============\r
+\r
+ProtoBuf.js is available either with or without the .proto parser included.\r
+\r
+### Full build including .proto parser (.proto and JSON)\r
+\r
+* **[protobuf.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.js)**\r
+  contains the commented source code.\r
+\r
+* **[protobuf.min.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.js)**\r
+  has been compiled with Closure Compiler.\r
+  \r
+* **[protobuf.min.js.gz](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.js.gz)**\r
+  has also been gzipped using `-9`.\r
+  \r
+* **[protobuf.min.map](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.map)**\r
+  is the source map generated by Closure Compiler.\r
+  \r
+### Light build excluding .proto parser (JSON only) for use with [pbjs](https://github.com/dcodeIO/Protobuf.js/wiki/pbjs)\r
+\r
+* **[protobuf-light.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.js)**\r
+  contains the commented source code.\r
+\r
+* **[protobuf-light.min.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.js)**\r
+  has been compiled with Closure Compiler.\r
+  \r
+* **[protobuf-light.min.js.gz](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.js.gz)**\r
+  has also been gzipped using `-9`.\r
+  \r
+* **[protobuf-light.min.map](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.map)**\r
+  is the source map generated by Closure Compiler.\r
+  \r
+When sending pull requests, please note that these files have been automatically generated from the sources located in\r
+[src/](https://github.com/dcodeIO/protobuf.js/tree/master/src).\r