Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / dist / README.md
1 Distributions\r
2 =============\r
3 \r
4 ProtoBuf.js is available either with or without the .proto parser included.\r
5 \r
6 ### Full build including .proto parser (.proto and JSON)\r
7 \r
8 * **[protobuf.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.js)**\r
9   contains the commented source code.\r
10 \r
11 * **[protobuf.min.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.js)**\r
12   has been compiled with Closure Compiler.\r
13   \r
14 * **[protobuf.min.js.gz](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.js.gz)**\r
15   has also been gzipped using `-9`.\r
16   \r
17 * **[protobuf.min.map](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf.min.map)**\r
18   is the source map generated by Closure Compiler.\r
19   \r
20 ### Light build excluding .proto parser (JSON only) for use with [pbjs](https://github.com/dcodeIO/Protobuf.js/wiki/pbjs)\r
21 \r
22 * **[protobuf-light.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.js)**\r
23   contains the commented source code.\r
24 \r
25 * **[protobuf-light.min.js](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.js)**\r
26   has been compiled with Closure Compiler.\r
27   \r
28 * **[protobuf-light.min.js.gz](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.js.gz)**\r
29   has also been gzipped using `-9`.\r
30   \r
31 * **[protobuf-light.min.map](https://raw.githubusercontent.com/dcodeIO/ProtoBuf.js/master/dist/protobuf-light.min.map)**\r
32   is the source map generated by Closure Compiler.\r
33   \r
34 When sending pull requests, please note that these files have been automatically generated from the sources located in\r
35 [src/](https://github.com/dcodeIO/protobuf.js/tree/master/src).\r