{"maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"keywords":["google","proto","protobuf","protocol buffer","grpc"],"dist-tags":{"legacy-8":"1.1.2","legacy-10":"2.5.2","experimental":"4.0.0-experimental","latest":"5.0.1"},"author":{"name":"google-proto-files project authors"},"description":"All of the Google API's protocol buffer files","readme":"[//]: # \"This README.md file is auto-generated, all changes to this file will be lost.\"\n[//]: # \"To regenerate it, use `python -m synthtool`.\"\n<img src=\"https://avatars2.githubusercontent.com/u/2810941?v=3&s=96\" alt=\"Google Cloud Platform logo\" title=\"Google Cloud Platform\" align=\"right\" height=\"96\" width=\"96\"/>\n\n# [Google APIs Proto Files: Node.js Client](https://github.com/googleapis/nodejs-proto-files)\n\n[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)\n[![npm version](https://img.shields.io/npm/v/google-proto-files.svg)](https://www.npmjs.org/package/google-proto-files)\n\n\n\n\nAll of the Google API's protocol buffer files\n\n\nA comprehensive list of changes in each version may be found in\n[the CHANGELOG](https://github.com/googleapis/nodejs-proto-files/blob/main/CHANGELOG.md).\n\n* [Google APIs Proto Files Node.js Client API Reference][client-docs]\n\n* [github.com/googleapis/nodejs-proto-files](https://github.com/googleapis/nodejs-proto-files)\n\nRead more about the client libraries for Cloud APIs, including the older\nGoogle APIs Client Libraries, in [Client Libraries Explained][explained].\n\n[explained]: https://cloud.google.com/apis/docs/client-libraries-explained\n\n**Table of contents:**\n\n\n* [Quickstart](#quickstart)\n\n  * [Installing the client library](#installing-the-client-library)\n  * [Using the client library](#using-the-client-library)\n* [Samples](#samples)\n* [Versioning](#versioning)\n* [Contributing](#contributing)\n* [License](#license)\n\n## Quickstart\n\n### Installing the client library\n\n```bash\nnpm install google-proto-files\n```\n\n\n### Using the client library\n\n```javascript\nconst protos = require('google-proto-files');\n\nasync function quickstart() {\n  // Get a directory path by executing as a function\n  const files = protos.getProtoPath('logging', 'v2');\n  console.log(files);\n  // node_modules/google-proto-files/google/logging/v2\n\n  // Get a path to the entry proto file for a specific API version\n  console.log(protos.pubsub.v1);\n  // node_modules/google-proto-files/google/pubsub/v1/pubsub.proto\n\n  // Load a proto which depends on google common protos.\n  const root1 = await protos.load('./cloudcats.proto');\n  const service1 = root1.lookup('example.MyService');\n  console.log(service1);\n\n  // Load protos synchronously\n  const root2 = protos.loadSync('./cloudcats.proto');\n  const service2 = root2.lookup('example.MyService');\n  console.log(service2);\n}\nquickstart();\n\n```\n\n\n\n## Samples\n\nSamples are in the [`samples/`](https://github.com/googleapis/nodejs-proto-files/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.\n\n| Sample                      | Source Code                       | Try it |\n| --------------------------- | --------------------------------- | ------ |\n| Quickstart | [source code](https://github.com/googleapis/nodejs-proto-files/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-proto-files&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |\n\n\n\nThe [Google APIs Proto Files Node.js Client API Reference][client-docs] documentation\nalso contains samples.\n\n## Supported Node.js Versions\n\nOur client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).\nLibraries are compatible with all current _active_ and _maintenance_ versions of\nNode.js.\nIf you are using an end-of-life version of Node.js, we recommend that you update\nas soon as possible to an actively supported LTS version.\n\nGoogle's client libraries support legacy versions of Node.js runtimes on a\nbest-efforts basis with the following warnings:\n\n* Legacy versions are not tested in continuous integration.\n* Some security patches and features cannot be backported.\n* Dependencies cannot be kept up-to-date.\n\nClient libraries targeting some end-of-life versions of Node.js are available, and\ncan be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).\nThe dist-tags follow the naming convention `legacy-(version)`.\nFor example, `npm install google-proto-files@legacy-8` installs client libraries\nfor versions compatible with Node.js 8.\n\n## Versioning\n\nThis library follows [Semantic Versioning](http://semver.org/).\n\n\n\nThis library is considered to be **stable**. The code surface will not change in backwards-incompatible ways\nunless absolutely necessary (e.g. because of critical security issues) or with\nan extensive deprecation period. Issues and requests against **stable** libraries\nare addressed with the highest priority.\n\n\n\n\n\n\nMore Information: [Google Cloud Platform Launch Stages][launch_stages]\n\n[launch_stages]: https://cloud.google.com/terms/launch-stages\n\n## Contributing\n\nContributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-proto-files/blob/main/CONTRIBUTING.md).\n\nPlease note that this `README.md`, the `samples/README.md`,\nand a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)\nare generated from a central template. To edit one of these files, make an edit\nto its templates in\n[directory](https://github.com/googleapis/synthtool).\n\n## License\n\nApache Version 2.0\n\nSee [LICENSE](https://github.com/googleapis/nodejs-proto-files/blob/main/LICENSE)\n\n[client-docs]: https://cloud.google.com/nodejs/docs/reference/google-proto-files/latest\n\n[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png\n[projects]: https://console.cloud.google.com/project\n[billing]: https://support.google.com/cloud/answer/6293499#enable-billing\n\n[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local\n","repository":{"type":"git","url":"git+https://github.com/googleapis/nodejs-proto-files.git"},"bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"license":"Apache-2.0","versions":{"0.1.0":{"name":"google-proto-files","version":"0.1.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.1.0","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"da0b7aa778e015ef8f0ceed140d5e72e2f178093","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.1.0.tgz","integrity":"sha512-+cCdwZ3QlRNFIfWwPVqUiJsZjY1H1ij7VDZ37i2eOuPVq4ffOXr1iwYOYlpJ0Tc7Mix7yCvi8yJ6bdRSoK6qtg==","signatures":[{"sig":"MEYCIQCHjfEPdnEgclN4iBCUjDmzVaA9ffVeDctbJsL8lpoIqgIhAN5/4P7ahX8BJszXh9dFilEr93ezm7RrPAGJdOP+d0xT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["google/"],"_shasum":"da0b7aa778e015ef8f0ceed140d5e72e2f178093","gitHead":"0cbc14b878bad91e324a1df0bc1216a9fef4aac7","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"2.14.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"0.12.9","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"}},"0.1.1":{"name":"google-proto-files","version":"0.1.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.1.1","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"a71b66d572bb518522e745533e5924bacb8a125d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.1.1.tgz","integrity":"sha512-y5WzBy5JrCn7Ob8ThO7FgYtSY/SBhi2ZUaBaDCY4rYktXZjuHPIq3iDf7tkXUnSjmq3SUDjx4GF2brtZBpk1xw==","signatures":[{"sig":"MEQCIC58nAia8KhvS8pRkRJqAY3kA9PHu3khhXODy1ZDjgJ0AiACHE6q+6oQnWzLpcuWkQ17PORK3vYOmnvLGRAnEwTnzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"a71b66d572bb518522e745533e5924bacb8a125d","gitHead":"5d4b06105e8e85437c3f37d43d56c444baf1ec59","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"2.14.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"0.12.9","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"}},"0.2.0":{"name":"google-proto-files","version":"0.2.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.2.0","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"6250db6f9abdd19af9d5cab504f2ad2881cf9ee3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.2.0.tgz","integrity":"sha512-VUqB3Ufa/28o6Baj4KltcyhKozrIbGDGbie/1hjp5CDWPnrIQnZlLxFJaXUrOHZ9eEodh3VWc6Z+f5GPZciDEA==","signatures":[{"sig":"MEUCIQCN4UNMe8/FyYHFLjluWfU4Ut75Dk0jy2I9UE0zDBb0TQIgaD0IXfKUOHISzJ3V20mjznfv4J0Tsh+JMKKiepFYQCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"6250db6f9abdd19af9d5cab504f2ad2881cf9ee3","gitHead":"11343b046f8b83ebdf0f1551e3e903be9ff950db","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.7.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"5.8.0","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.2.0.tgz_1460684266705_0.8530570410657674","host":"packages-12-west.internal.npmjs.com"}},"0.2.1":{"name":"google-proto-files","version":"0.2.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.2.1","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"3fc8f9fe425ca0a5a77e9b8e4fc62ec1fd016456","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.2.1.tgz","integrity":"sha512-GmifTHKyHIAjyIxycPVDcD5NWIdHkW3ga2z3Pain5ocgjI5Rmgm53f1p6PBIHnUeSdWl7wwh2jGlIgZ6IrNFow==","signatures":[{"sig":"MEYCIQDCbK72v1pq0lNZqkX+vdIf1agNbCXxB0lRdWO4SmnIwwIhAO/qsOYbyynoGgYR7LGYlNg2QSp0Esz6aTwVkiJrim4O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"3fc8f9fe425ca0a5a77e9b8e4fc62ec1fd016456","gitHead":"b2a4e89b2322d49ca534a0dc8216b139f11963a1","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.8.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.2.0","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.2.1.tgz_1465418837726_0.42926395777612925","host":"packages-12-west.internal.npmjs.com"}},"0.2.2":{"name":"google-proto-files","version":"0.2.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.2.2","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"c6cea19c0de8185a215b0e26a5bb4c1259191353","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.2.2.tgz","integrity":"sha512-OcJgmheORE9hOPmFU631ivtBgARz6i5VW+X2cKIIo/7r28PvlB0LmBz3hC1DWbmQmOeS5u5VSNtDnd/obWLsxQ==","signatures":[{"sig":"MEYCIQClcyEcP5NI6SHHXLyrUZew6s/FmjlAyzThBrCHrgQpCQIhALgYlsZcKG8obKiIn4Gvt0/zEEkgaSC864pYte4jCpQU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"c6cea19c0de8185a215b0e26a5bb4c1259191353","gitHead":"e4d57ba98d3a5557f394877f82d3967d8700de6e","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.8.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.2.0","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.2.2.tgz_1465513465104_0.5187661335803568","host":"packages-16-east.internal.npmjs.com"}},"0.2.3":{"name":"google-proto-files","version":"0.2.3","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.2.3","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"1ed8da5b46bb3d463df8f20d68fd30c6e0405f96","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.2.3.tgz","integrity":"sha512-5YTIPofP5N6o2bpS5aTyfqP7VyvPbhWHiNsJGLRatJX9IzEl5L8zJrrBqyErqGf4mJcRJwtmNpnl1VAElqjFRA==","signatures":[{"sig":"MEYCIQC8tDYAhWqUOqPNK9fcGCNxgSXvPkkR2eEx9w6Yl938FQIhAM26pfuGIBc2vYTTyipXkPKNppAp20+ezASypwsKoER3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"1ed8da5b46bb3d463df8f20d68fd30c6e0405f96","gitHead":"dc821661d4dabc64eababb09710b3060b528fad2","scripts":{"prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.8.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.2.0","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.2.3.tgz_1465513522416_0.5435237272176892","host":"packages-12-west.internal.npmjs.com"}},"0.2.4":{"name":"google-proto-files","version":"0.2.4","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},"license":"MIT","_id":"google-proto-files@0.2.4","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"5ef818e62cd345e9f9215a2b78c4a4ed7193adf7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.2.4.tgz","integrity":"sha512-NWxX1ZtrrdJ/Bh1gfp7kNznq9VVYlWdEw5g5vgX7yyjuSesedYNNy8ocOAx647lioTtr0tmTXi06sZj7sfWoDg==","signatures":[{"sig":"MEUCIQC7eATiMM7V3Y3AsfDEF9gVv1SRkLEf2A06nPlRREDcuQIgZAO7jVefnTYGbw1dH1MdYasC3vvgF6AH/W4ABzib7wQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"5ef818e62cd345e9f9215a2b78c4a4ed7193adf7","gitHead":"b2ff039f840bc53fba777e141d85cc9147513734","scripts":{"x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"2.14.7","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"4.2.2","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.2.4.tgz_1465513700000_0.5075289611704648","host":"packages-16-east.internal.npmjs.com"}},"0.3.0":{"name":"google-proto-files","version":"0.3.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.3.0","maintainers":[{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"3f4d4f822adb28f93b8738f907690f166f9df6c2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.3.0.tgz","integrity":"sha512-JYH3L2gnCs8ahW6oY7UfgQqeUq85uf0NgN4DUe0geVXtaF2lJPaWM2Is4OM+VMV6fmrOLlT0yS6WwTHnBnjqxw==","signatures":[{"sig":"MEUCIHDu/Z4F4oTSF7kv39zHwvcIPomLrhbyswyfKh898NE4AiEAg0JcWOJQpGVdbXQjDHIlt3a1NE2NipUoZm6m7xvsGB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"3f4d4f822adb28f93b8738f907690f166f9df6c2","gitHead":"304f07cdccd8f8062dcc38654d601926c340016f","scripts":{"x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.8.9","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.2.0","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.3.0.tgz_1468008459642_0.4696851617190987","host":"packages-12-west.internal.npmjs.com"}},"0.4.0":{"name":"google-proto-files","version":"0.4.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.4.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"43dd29db200e5ed1641d0bf1666970f4fe36965a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.4.0.tgz","integrity":"sha512-+Aa6yLrZZFEygk0kmHxyeKU3grIclwrpTP470grIaMhAJ0LNV8QBtk38kG+gFDmWvWjLXBuMp6fADcriudiZHA==","signatures":[{"sig":"MEUCICn5jvkuuH+kJ2vIC1RO1Wc+TxGjEYeXV0fDwQC6qMjyAiEAysYNgmsr8NxGlF/uaAwHnH5m0/tPB9uE2wGbZ2u6aFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"43dd29db200e5ed1641d0bf1666970f4fe36965a","gitHead":"819845381fc8c819dec6c70818c6ab214a112c94","scripts":{"x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","standard":"^5.4.1","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.4.0.tgz_1470140915615_0.9410648420453072","host":"packages-12-west.internal.npmjs.com"}},"0.5.0":{"name":"google-proto-files","version":"0.5.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.5.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"d81040ff50c2c52669832bc8e5d3601c8ad27db5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.5.0.tgz","integrity":"sha512-NyWoI9FpuU5Wl2qPkgg5yeqazmPYVuR0WI6Dm+rdg8aCQKwzGvglOzDkB34BkRpPznqKmGVxJ2diPF+VIEOALg==","signatures":[{"sig":"MEYCIQD1iS8Ry8keqohnH0lCqhb9hkGwATp4VzpMfKH4NDW8mwIhALzsXQm3akAkxXK2Sp4c/NWzCL+dtLGJv6j2GFVhlvMZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"d81040ff50c2c52669832bc8e5d3601c8ad27db5","gitHead":"d2b7eadc95a57cd1f075f1b7b66e439b1f1bfd51","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"jason.dobry@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.5.0.tgz_1471040370019_0.09509879047982395","host":"packages-16-east.internal.npmjs.com"}},"0.6.0":{"name":"google-proto-files","version":"0.6.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.6.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"ca1b8d4ed8a2b8a90f83aaec7398da6bc98f9f4c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.6.0.tgz","integrity":"sha512-9Ns7qI5UzNGc6QCbaAefGYA7SaI37tVMwvsi5hhLnelC4N/q/+FjT3/9fW2NwA7wReH/5f1amkq+DryxrQDqcw==","signatures":[{"sig":"MEUCIDsshUW/aZ4HgbVX4VcGqkdePMRZTeJSmfGBFPG9lq2gAiEAj0bWrorYl98Y58/29hymCXI2fGyktxWonWzEwZs1Bh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"ca1b8d4ed8a2b8a90f83aaec7398da6bc98f9f4c","gitHead":"76d7b14541fa10d7891b7453c83178db5c8ac4c6","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.6.0.tgz_1471548134124_0.24457802856341004","host":"packages-16-east.internal.npmjs.com"}},"0.7.0":{"name":"google-proto-files","version":"0.7.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.7.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"8fac0c23ace78e6bf4aab63ad2209c506569d710","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.7.0.tgz","integrity":"sha512-8WCioz85r3CaOiFWIsd7WpOTeQYyLneyXZItXbv3j95V3JM7bRMnCocbA8GkXBefEVJoffNOODY8e37oEcsWZw==","signatures":[{"sig":"MEUCIQDXiFKQLzDFD8V1MFuADxd7AUVZlEYHIBx8mfoVKT63EQIgQrfeBeIjih2o3JLiHSOy1CFcDkO3L1e57m8P4O2a5Uk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"8fac0c23ace78e6bf4aab63ad2209c506569d710","gitHead":"45b5e6a461315f9060486565c4d89ccf37e0bd81","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.7.0.tgz_1471554619257_0.32431010133586824","host":"packages-12-west.internal.npmjs.com"}},"0.8.0":{"name":"google-proto-files","version":"0.8.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"2a011642a83a54cd66d79bfb4a4013c69e5d62ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.0.tgz","integrity":"sha512-D6mXeAblV4KQwPkG1WA6n4Hg9z3jivb8R2BW4tQwPdqiITqLrtuSRdUQnVweGZ6IojNI4DI3IQTuIwJKEe6ZMw==","signatures":[{"sig":"MEQCIHANdsPwUpfEmLrmN53b5y6M9DK3yMFhgxTPsCe2OYfcAiAtzOAVIvIerHrN4SozjVprvL8qKof0a2b7Hs1w1QYyKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"2a011642a83a54cd66d79bfb4a4013c69e5d62ba","gitHead":"b45abc521b2eeff33b375ac401bb286f1b09bfa3","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.0.tgz_1474684069160_0.9876129338517785","host":"packages-16-east.internal.npmjs.com"}},"0.8.1":{"name":"google-proto-files","version":"0.8.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.1","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"7cc296582955c990f61eef77713894426acb44a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.1.tgz","integrity":"sha512-wWevyJQEdXxt20B7N+J7C16tFjvDC7jkGzQdpyc6JOY4fuKnN4pndi+KsPi507v+RvZxfTAmi6Pubh/GpOzUMQ==","signatures":[{"sig":"MEUCIQC+dwWAiEn+rVL6VJdTYdN4oay09SijnHMN+vno1ePlHgIgEnErSuGKeW/yLKA8L3qIAldLDi1tRQY67Y/cOhUvL5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"7cc296582955c990f61eef77713894426acb44a7","gitHead":"6893acc4cf97b4223f48a8969df99c9108c0416a","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.1.tgz_1475189588802_0.9064545950386673","host":"packages-16-east.internal.npmjs.com"}},"0.8.2":{"name":"google-proto-files","version":"0.8.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.2","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"1e3ca502b4632dbd9f151342a1812e0193fafd1a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.2.tgz","integrity":"sha512-h0DcqCI7hjbuQ1jmFgFGUr70kYB06970r+c3SDpPN2WchMaJcS4P9+X5YWcq8avMTMnxork0P216pdcEjjzj7A==","signatures":[{"sig":"MEYCIQDPuOQhRDBIPcFekhVJOcX0ruxvdXbWLtEimIjqpDIiZAIhALC+rOEry1WvM59pOqT3BdZlW0w9n9bSL+pJG3pEOix9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"1e3ca502b4632dbd9f151342a1812e0193fafd1a","gitHead":"d2e86d7d87eec76ae1dd13dded083f384efc12a9","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.3","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.3.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.2.tgz_1475191341026_0.36642906186170876","host":"packages-16-east.internal.npmjs.com"}},"0.8.3":{"name":"google-proto-files","version":"0.8.3","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.3","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"714de4860140bfd06345234c59c918f8d7294725","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.3.tgz","integrity":"sha512-gYDArbfgH2Ajz0br8ZuGu57mwPu9NOcYQtAjBrRrghNo2aIaBS49qO8nPRl7bhMXKJHYugvzYsvC6oP6rdZn5Q==","signatures":[{"sig":"MEQCIA94en91yuQjVQdCp3OZIM84M8gIlsNeGsl23AE1JeqXAiBNbCo78Mb3lbfC3b7ozsg5ZVdpinxuI4H8sb0vDdjkZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"714de4860140bfd06345234c59c918f8d7294725","gitHead":"0a900a46b76368b881fc08e8175b24b71455094d","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"jason.dobry@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.8","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.7.0","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.3.tgz_1476395381635_0.5893030450679362","host":"packages-12-west.internal.npmjs.com"}},"0.8.4":{"name":"google-proto-files","version":"0.8.4","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.4","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"63153db10b976d917912f9b698e30d5bf29119dc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.4.tgz","integrity":"sha512-PkBdWnk6LBllcFtsgdbDrn3MaSlCx9ikF3fMHcZoBqu7MEdcqgefsAZh3dlN3BdnUu5gZbBvK18uYuLyw4gwmw==","signatures":[{"sig":"MEQCIE7zY0F5GwxFxKpcWP1WQcWdp67bdIgtCXhE4uLjmTK/AiALwydKzGm5cLhL8QAyNpYYQXrDp4l1OjDnH6u8qKLlug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"63153db10b976d917912f9b698e30d5bf29119dc","gitHead":"7dda5bcbef5c1230df0fb4000f43a0335a6f1165","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"jason.dobry@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.8","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.7.0","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.4.tgz_1477605736884_0.7217525837477297","host":"packages-12-west.internal.npmjs.com"}},"0.8.5":{"name":"google-proto-files","version":"0.8.5","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.5","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"282a1b70864cdf22cc648a99275341f00140a430","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.5.tgz","integrity":"sha512-GbNb4FBF0jQKEevayAH3Iz6svlsLC/9CUjrHB2UqvapCqZLBIgu4w2QZcCmUSoKeCuWapa98SFxsHYUgX8566w==","signatures":[{"sig":"MEUCIHd83vjdBZnJBWm1NB/zfQdvEpM2r6dOeSXbXPSfT9a1AiEAjCqXkov67tM8SxVmhza1qBah/OVc5RTC42FPX3CPdzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"282a1b70864cdf22cc648a99275341f00140a430","gitHead":"dbc9ddbe69ffece854946fe33a5ac33a719b9ed5","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"jason.dobry@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.8","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.5.tgz_1479169772804_0.904182872036472","host":"packages-12-west.internal.npmjs.com"}},"0.8.6":{"name":"google-proto-files","version":"0.8.6","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.8.6","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"a7c8ddccd2179690d270b0ebfc42994d56da0ee6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.8.6.tgz","integrity":"sha512-J/1vunZ0zwb/QDIyE2orNf9KhgM5z5+Autad4xUOBHZIqiUc68Gnio3myd0OZHKG8FJ8t0bcj46Ev7oEhqCWOg==","signatures":[{"sig":"MEQCIHQYZONaZNF8OotPTXSzn+oybp0KOVDHQSOH4jX5fzqfAiBU+Rh4kbViJJ4YyadYnc8OrlqD/M+XmUwEJj9Wqn2JyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"a7c8ddccd2179690d270b0ebfc42994d56da0ee6","gitHead":"787f7848c965f4575bc668edc6a1fac6e67d5970","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","x-prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"3.10.8","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.9.1","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.8.6.tgz_1481894382734_0.27999908942729235","host":"packages-18-east.internal.npmjs.com"}},"0.9.1":{"name":"google-proto-files","version":"0.9.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.9.1","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"c760c79059bf62ba3ac56e1d1ba7b8d4560803be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.9.1.tgz","integrity":"sha512-hfkQ9yaop0SW2+YDNynoxZTqbOH4+q1mhxt8UWjwtcGkWgs9FeKMNzuKwIZdVOcUr5y6RgNtv6yNa4B66j4cbw==","signatures":[{"sig":"MEUCIQCbDWT+eRUW1uBsaHE/qXY8Hl+MSNmOxTyl3qbEg3Q8JwIgHiUlGxyNu/5xvFi0awMwj4rnNq7Nyw5olkHpTykzB74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"c760c79059bf62ba3ac56e1d1ba7b8d4560803be","gitHead":"00aa3c7f317d4e2ff184893b8feeb1f04aba932d","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"4.2.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"6.9.5","devDependencies":{"got":"^5.4.0","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.9.1.tgz_1487091759369_0.23629143252037466","host":"packages-18-east.internal.npmjs.com"}},"0.10.0":{"name":"google-proto-files","version":"0.10.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.10.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"980ecc04383671540f1d8453d00a68950d73728a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.10.0.tgz","integrity":"sha512-vBf+1iP+GI6AKP6Jn1sCjZQcDRYRE9oMYU6dwzbar2AdvuyOuzNohuFjqpmoMjZUGI2vexoTyne2GdCOu4b0UA==","signatures":[{"sig":"MEQCIARXQFmXl0WW6XNce3o+1GuixENdVHQyBEzGELsD+1IMAiAylyTiS4/U0ksIQYr0jFjvVqqYmFbQJnCVyE1yM5RdzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"980ecc04383671540f1d8453d00a68950d73728a","gitHead":"718fde64749afc106301af2b66bfc212833886d0","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"4.2.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"7.6.0","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.10.0.tgz_1488474710683_0.22020460106432438","host":"packages-12-west.internal.npmjs.com"}},"0.11.0":{"name":"google-proto-files","version":"0.11.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.11.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"3d753120718e5e8574f38def739d54cf7a057553","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.11.0.tgz","integrity":"sha512-Kf4/7iOrfwOZmIjGBxxUCYSFrW8kJ/hEU3fN4kQZHfYAdl9twidRLI48X7inkp/v/oIurgGx+kuxL1dzaVOWwA==","signatures":[{"sig":"MEYCIQDX1p12eyGBq/cdDB2WxiNoWORTjM3MsZUlKgYxkDr7uAIhAKBdeNW1iZ5gAg7LOyi0WXKaj4nV8t+fE2XKQtnx2XQU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"3d753120718e5e8574f38def739d54cf7a057553","gitHead":"c4d8939a161f5171d0a4c215734060dce8af666a","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"4.2.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.11.0.tgz_1491075935196_0.8231478158850223","host":"packages-12-west.internal.npmjs.com"}},"0.11.1":{"name":"google-proto-files","version":"0.11.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.11.1","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"cc3aeab279736aae0b12f1ce2c0587db55beed3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.11.1.tgz","integrity":"sha512-023irpEeoAFTL5vDW04xRDvF+hg8S3L45cCEIuBH1RqWIwgGASRIEj2dvv0wRyDlrAEorVxI72FNGmC7r8b+zw==","signatures":[{"sig":"MEQCIDf3xjCW7ENK+8NFxX+5Q9ZZBGsu/8Pg4dkuEga0ATfTAiB/OetJr17HvLPyeluAmdkmztr6JNiIXssbYFMTrNXiuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"cc3aeab279736aae0b12f1ce2c0587db55beed3d","gitHead":"c398474c638c91020ffa6729b035ba6fa866aeac","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"4.2.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"7.8.0","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.11.1.tgz_1494250054438_0.5613265831489116","host":"packages-18-east.internal.npmjs.com"}},"0.12.0":{"name":"google-proto-files","version":"0.12.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.12.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/stephenplusplus/google-proto-files#readme","bugs":{"url":"https://github.com/stephenplusplus/google-proto-files/issues"},"dist":{"shasum":"a49075c1fcc2bd8a480186831c297605b9774b2b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.12.0.tgz","integrity":"sha512-VouJ59EVH77T7nTb4W0lKHQcfKCr+3+yeq65Is85XGbKndVQD/DivhUBR87xryCoajbcbZoM6fhBQXbMiMYACg==","signatures":[{"sig":"MEUCIQCaCt7MUR7UZCjFu6a7ZL1YcVKiPwMtAUio6kFMLoPwigIgUGUfGPZq+kgUyJ3ESck30QTdAMLX3NG423lxuiOyeRg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"a49075c1fcc2bd8a480186831c297605b9774b2b","gitHead":"083fc085a32822e0db15061dae358aeee8892d16","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/stephenplusplus/google-proto-files.git","type":"git"},"_npmVersion":"4.0.5","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"7.2.1","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.12.0.tgz_1495066557905_0.23613303224556148","host":"packages-18-east.internal.npmjs.com"}},"0.12.1":{"name":"google-proto-files","version":"0.12.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.12.1","maintainers":[{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"6434dc7e025a0d0c82e5f04e615c737d6a4c4387","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.12.1.tgz","integrity":"sha512-d+BiTMpYP4/pN+Kgi0lWE+2/GaVN4jy8LCabjo2Wd16Ykm5oRO5bI40bo8u2U4rN/GpZkMyfxZAjWVPRjGe3nQ==","signatures":[{"sig":"MEUCIQCCNrDX/+SBbhthx7ENjrCaigUV4PgDeo/4EuX44Cs4MwIgHTigopcs6y5Jhx8MXPQ0liKt+zL1l3x7f1+N/HwvNEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["google/","index.js"],"gitHead":"7ccc47df427d39abafec5739ba8e5e14a9e18873","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.3.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.2.1","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.12.1.tgz_1501513685966_0.28278553229756653","host":"s3://npm-registry-packages"}},"0.13.0":{"name":"google-proto-files","version":"0.13.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.13.0","maintainers":[{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"},{"name":"anonymous","email":"kythe-npm@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"99c6c198e96c01756cf94e548d4a6363417c789c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.13.0.tgz","integrity":"sha512-7/ogylynTbFQVTzda70CjTApxJ77VFBIeFF+HSze2hZVNypy3KOli1Elkse2q7oIgJSUssokz1tG8EeaUOvEKg==","signatures":[{"sig":"MEUCIAqfzjzCiAkootqIhnWsgW1b40GEe7abJ5TgR64Ccls0AiEAhbXS1IPRDNEQV32v5zC2qR8OZQnuEHoptQ4tLXH8EaY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["google/","index.js"],"gitHead":"642af4401b53aa944c0f6a0201d0b9fc82eae598","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublish":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.3.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.2.1","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.13.0.tgz_1503678602548_0.03590947249904275","host":"s3://npm-registry-packages"}},"0.13.1":{"name":"google-proto-files","version":"0.13.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.13.1","maintainers":[{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"},{"name":"anonymous","email":"kythe-npm@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"fcf123637d1811612d6a4cb030fd14516b5aec4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.13.1.tgz","integrity":"sha512-CivI3rZ85dMPTCAyxq6lq9s7vDkeWEIFxweopC1vEjjRmFMJwOX/MOmFZ90a0BGal/Dsb63vq7Ael9ryeokz0g==","signatures":[{"sig":"MEUCIQCA+9uNN1LjV3T+3Xxed/cM587momqojPVJCt0GzQsSkAIgfHHStGXt/P9JVyY9NvLyWMlvAe6YZ4BGZgfw9lT3jqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["google/","index.js"],"gitHead":"9ff243534b6222d0843aea4323bf9514cf99f5ab","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublishOnly":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.3.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.4.0","devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.13.1.tgz_1504654221492_0.46220423723571","host":"s3://npm-registry-packages"}},"0.14.0":{"name":"google-proto-files","version":"0.14.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.14.0","maintainers":[{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jinwoo@google.com"},{"name":"anonymous","email":"sffc11@gmail.com"},{"name":"anonymous","email":"gsuite-dev-samples-feedback@google.com"},{"name":"anonymous","email":"kythe-npm@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"6358c01387aa46a1abe87846471cdc301dd174c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.14.0.tgz","integrity":"sha512-CtWCw1i96O1dJpyt+ddsB2sXmXwWPZH9nDegjJEaeGBXkQnrusz/fyFPAvMHFK6dbHn0HD3T8z6tCSlwaEqFlw==","signatures":[{"sig":"MEUCIQC4CZ3gEXHmxzp1qV9POjUkD/vVI0KPc4+PQfid0qA2HgIgUVWlWSMjDLCThAfd9rn5ALeNizQeWmv0s09Li0DmU3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js"],"_shasum":"6358c01387aa46a1abe87846471cdc301dd174c0","gitHead":"cee83ea602737ab3fe3b87d9150167296d09d4aa","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublishOnly":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"4.0.5","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.6.0","dependencies":{"globby":"^6.1.0","protobufjs":"^6.8.0"},"devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.14.0.tgz_1510347234078_0.4204899254254997","host":"s3://npm-registry-packages"}},"0.14.1":{"name":"google-proto-files","version":"0.14.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.14.1","maintainers":[{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jinwoo@google.com"},{"name":"anonymous","email":"sffc11@gmail.com"},{"name":"anonymous","email":"gsuite-dev-samples-feedback@google.com"},{"name":"anonymous","email":"kythe-npm@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"6e5f15f8bd6615d73ca3fdd08cdec33363f9af89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.14.1.tgz","integrity":"sha512-HdRXZB5iCwdkuQdgzUj/ZQ3oWe6NalVB5/j03UyW/ZriiURSXlI93J90HUSa0EoxD2RguP1L2AFrF8qzvySXWQ==","signatures":[{"sig":"MEUCIQCQ4gkPQY3sgQNT24a9Q6E8mxOwHN6bGCIy5+g/2wAXCwIgKryCj44PH2Lv+vHureXLLS9AipYewJaqAJtCowmMBRQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["google/","index.js","load.js"],"_shasum":"6e5f15f8bd6615d73ca3fdd08cdec33363f9af89","gitHead":"c3f99329eed661f4ea16c2c61067f34ec9f0cdfa","scripts":{"lint":"standard \"**/*.js\"","test":"npm run lint && npm run mocha","mocha":"mocha -R spec test/*.test.js","prepublishOnly":"node ./prepublish.js"},"_npmUser":{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"4.0.5","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.6.0","dependencies":{"globby":"^6.1.0","protobufjs":"^6.8.0"},"devDependencies":{"got":"^5.4.0","async":"^2.1.5","mocha":"^3.0.2","sinon":"^1.17.5","standard":"^7.1.2","proxyquire":"^1.7.10","decompress-zip":"^0.2.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.14.1.tgz_1510350355383_0.5816092987079173","host":"s3://npm-registry-packages"}},"0.14.2":{"name":"google-proto-files","version":"0.14.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.14.2","maintainers":[{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"958cffea7e8888e00b9a6c55ed1362c06b426f4c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.14.2.tgz","integrity":"sha512-wwm2TIlfTgAjDbjrxAb3akznO7vBM0PRLS6Xf2QfR3L7b0p+szD3iwOW0wMSFl3B0UbLv27hUVk+clePqCVmXA==","signatures":[{"sig":"MEQCIAFOYhFlLan3N9bkydQRAfk88p/yylAEqph5dxk5I/xMAiBsEtlxuBStKx4YPxqKYev1OpoOHd+3uPogFxKtT21JyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["google/","index.js","load.js"],"engines":{"node":">=4.0.0"},"gitHead":"f0d4f1e6aa50c23e1d45b92513d23e8d1dd2c9c1","scripts":{"lint":"repo-tools lint --cmd eslint -- ./ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","prettier":"repo-tools exec -- prettier --write *.js test/*.js","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"npm@fenster.name"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.6.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.9.4","dependencies":{"globby":"^7.1.1","prettier":"^1.10.2","protobufjs":"^6.8.0","power-assert":"^1.4.4"},"devDependencies":{"got":"^8.0.3","nyc":"^11.4.1","async":"^2.6.0","mocha":"^5.0.0","sinon":"^4.2.1","eslint":"^4.16.0","extend":"^3.0.1","codecov":"^3.0.0","standard":"^10.0.3","proxyquire":"^1.7.10","decompress-zip":"^0.3.0","eslint-plugin-node":"^5.2.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.5.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.14.2.tgz_1516998673720_0.09229114302434027","host":"s3://npm-registry-packages"}},"0.15.0":{"name":"google-proto-files","version":"0.15.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.15.0","maintainers":[{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"da9b9fb7a9ed424c3a589ae34d4aee81df8b1780","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.15.0.tgz","integrity":"sha512-reirGcMJMI4yxmQRrOJguyRa17AEPxcPfeK/v/o0ez1kJ3VG8FKl8B2W9gMpU56Sr5TmnPIwnKj9Qa1UurxgtQ==","signatures":[{"sig":"MEYCIQCUI+NfhjUK8tHX1hovV5ceNzGhRqLjX/Suu4dchqXwLQIhAJ0W5jsLV/05RBs8rbKgegZAH5SuJQZjBSX/AML80Chb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","files":["google/","index.js","load.js"],"engines":{"node":">=4.0.0"},"gitHead":"18904330ed2089dae3d260b8794b7924765e2498","scripts":{"lint":"repo-tools lint --cmd eslint -- ./ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","prettier":"repo-tools exec -- prettier --write *.js test/*.js","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"npm@fenster.name"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.6.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.9.4","dependencies":{"globby":"^7.1.1","prettier":"^1.10.2","protobufjs":"^6.8.0","power-assert":"^1.4.4"},"devDependencies":{"got":"^8.0.3","nyc":"^11.4.1","async":"^2.6.0","mocha":"^5.0.0","sinon":"^4.2.1","eslint":"^4.16.0","extend":"^3.0.1","codecov":"^3.0.0","standard":"^10.0.3","proxyquire":"^1.7.10","decompress-zip":"^0.3.0","eslint-plugin-node":"^5.2.1","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.5.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files-0.15.0.tgz_1517537342316_0.44722449290566146","host":"s3://npm-registry-packages"}},"0.15.1":{"name":"google-proto-files","version":"0.15.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.15.1","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"5c9c485e574e2c100fe829a5ec0bbb3d9bc789a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.15.1.tgz","fileCount":251,"integrity":"sha512-ebtmWgi/ooR5Nl63qRVZZ6VLM6JOb5zTNxTT/ZAU8yfMOdcauoOZNNMOVg0pCmTjqWXeuuVbgPP0CwO5UHHzBQ==","signatures":[{"sig":"MEUCIQC4L9e/E1mkkeLmAvPubR3QYBLPiWwGT9NsEnft2OPUAgIgMdEO9KW1b5KvYYRmHHFzwSYQwnXkSSX8QF7ydnoVLa0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2539096},"main":"index.js","files":["google/","index.js","load.js"],"engines":{"node":">=4.0.0"},"gitHead":"89183d7d25f9c7e3b9097da820d9d84bd803a92f","scripts":{"lint":"repo-tools lint --cmd eslint -- ./ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","prettier":"repo-tools exec -- prettier --write *.js test/*.js","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"npm@fenster.name"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.6.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.9.4","dependencies":{"globby":"^7.1.1","protobufjs":"^6.8.0","power-assert":"^1.4.4"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","nyc":"^11.4.1","async":"^2.6.0","mocha":"^5.0.0","sinon":"^4.2.1","eslint":"^4.16.0","extend":"^3.0.1","codecov":"^3.0.0","prettier":"^1.10.2","standard":"^10.0.3","proxyquire":"^1.7.10","decompress-zip":"^0.3.0","eslint-plugin-node":"^6.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.5.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.15.1_1518719754368_0.6148086983432763","host":"s3://npm-registry-packages"}},"0.16.0":{"name":"google-proto-files","version":"0.16.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.16.0","maintainers":[{"name":"anonymous","email":"borenet@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"matthewjhamrick@gmail.com"},{"name":"anonymous","email":"dogben@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jcgregorio@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"kjlubick@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"rmistry@google.com"},{"name":"anonymous","email":"stephan@klaravision.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"e99c9f44c5c6db90fee310f40d7860073a89dd7e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.16.0.tgz","fileCount":278,"integrity":"sha512-ZVW1m38l6dJGTqOXuEQnr5VfWxkOsdkDetWGUchq8zXbo3PSVlZU7VQM/YS1pbc/6+mZy3R+xirctVaoLzIhXw==","signatures":[{"sig":"MEUCIEughUwg7Zn6xUvfddcQa9TcNNOByA1oLKZ42uQ/27X7AiEAimYQYQks3xT6y0+FjK0MOvDQYvkX3Ux6comnYVy5IRc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2878339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGoaXCRA9TVsSAnZWagAAs+8P/0MYu7N/c3i9Hubf2l4Z\n+A/d9J+xF8RcHFPAP5ShcJBDqAh8KXtV9oABs0dINbT0YR18yVz5A10YvS33\nUlmwY51sYJspq1vLcvZjFFaknMYLHssqqPUfDC4j2tP5pueuzItzLqSGyB5q\nkAvyeNBvchxWqZxl8iZLTqBZo7qscSTBDheNtXBdnfzhWzXR1T8pcdO/6Lqr\nZZtc8SV2voqXlxcPYfAi4Zrv5v0ogAgsuXVOQqwmXOzq+LS0kq/212XbZSdA\nIIwgQnGc0GavOX8epSwEkpDoqLf44FlZp/hv2DJjuDbDgnffIgPo++2hG0+I\n7MWPoP2AbJV6aZd2z5D9gh+6cfEX7vOzN1L7ERkzGmlL1Vokn4wSWseSe1CE\nFqPVQGUnxSb1G7XOHQNY4swLCr/hZYfkpiwD97TybAusKII2BE5jpEjF4wDq\nPuLRY1KszrF14EemD3gyUaSvxiI7tkY+0vibf1DRWNgHX17gnnMhXd0rL+ZI\n83rjLz3qiMWKnj02K2E99rgE204tFoyU3xIG8R2+UOrzZm4+s6JFsnFs0oKN\nTe0ZdOeMV79/VPy9uty1j5AePqBNapxKREdxKAorpILkaIyyOCGzKQofV5Sl\nXkWtyZUBWd3zrC5hvZO5WMpvP+nVJhjHPOOeW7rw4PxUsZ2IFSyNHcuhLV5v\n0Au7\r\n=lsLj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["google/","index.js","load.js"],"engines":{"node":">=4.0.0"},"gitHead":"b4d00bd0b7e6c2d4e0be1395739ded62bd9083e3","scripts":{"lint":"repo-tools lint --cmd eslint -- ./ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","prettier":"repo-tools exec -- prettier --write *.js test/*.js","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"npm@fenster.name"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.6.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.11.2","dependencies":{"globby":"^8.0.0","protobufjs":"^6.8.0","power-assert":"^1.4.4"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","nyc":"^12.0.2","async":"^2.6.0","mocha":"^5.0.0","sinon":"^5.0.0","eslint":"^4.16.0","extend":"^3.0.1","codecov":"^3.0.0","prettier":"^1.10.2","standard":"^11.0.0","proxyquire":"^2.0.0","decompress-zip":"^0.3.0","eslint-plugin-node":"^6.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.5.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.16.0_1528465047112_0.20387047774001665","host":"s3://npm-registry-packages"}},"0.16.1":{"name":"google-proto-files","version":"0.16.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.16.1","maintainers":[{"name":"anonymous","email":"borenet@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"matthewjhamrick@gmail.com"},{"name":"anonymous","email":"dogben@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jcgregorio@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"kjlubick@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"rmistry@google.com"},{"name":"anonymous","email":"stephan@klaravision.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"e422e4c0cfd65c481b63f3c0e0cca03ba9cd97ce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.16.1.tgz","fileCount":291,"integrity":"sha512-ykdhaYDiU/jlyrkzZDPemraKwVIgLT31XMHVNSJW//R9VED56hqSDRMx1Jlxbf0O4iDZnBWQ0JQLHbM2r5+wuA==","signatures":[{"sig":"MEYCIQCXPvMQRjifrrqJfu7868MVFYFsIENXkcmTLTL3kP7kPgIhAMF3nycTHuT96Cb5VZO5kutBWfEocjDHyRsLHcx93CRK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2957098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKFLgCRA9TVsSAnZWagAAtYEP/1F/0o/yOSg5Q+fKtMka\nSMpUbQWZwtiQWe/BiusScRfEQdEhcnCUTH/G6G/Uk+WmvrhuvAymwjLIprbW\nkIEufD40YNEYqIOPku1tWLmhs3tyrSFpD7NBH7scvHxg/V9tYQy3Cumau2aU\nRhJEKiBlGsy28jC2qDlg2MbfARUx6OzjgU/KD/vMFGJMUAu8otT66txIFBqr\n1y5Mzl+T3hNbO3X24AKnqWvhfTAvVGsk/23E7myG7PjnhURz7PMZt5MD8s/j\nNvRCmKmp6OSNCAzKbuROUjKtu3CbQ8dJzEd4G3syXd0Ncs2nTwTOhaj5fHBT\n07JRm7uBg9xIRs9SXg3R/j8dcLUCmLPZR2cskl1yTxwg6SDmgBoe2R4PxMZL\nKZOI4gCph3MCphX8VG549fejnl3SSW1XH6x/pzzebVHyHpH7sIfEwmDLZxlD\nxEPeYsVkQwEqcWiXfXI+KrThaCojSkvUbreN7icpi9Hex9cP8V5BL/libIE/\nh57/JBFH4XmyIIBfp1uLtob8dZcttj+mq7RchZfVyZihJz/Ppnr1KWxYfyX8\nTqnS2OqlTczWRM6euiXGiSQE83xn26UC66G0GPqCnpB0ldDsR9FEACIlOVn1\n0L+f6q2IC6R5fXNJ7HOps4E20aupnd+PIIS4UKrMBNwt0uPvCdrO/PqS2jMh\n+GFz\r\n=Y6Dp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","files":["google/","index.js","load.js"],"engines":{"node":">=4.0.0"},"gitHead":"49a57a062e1d2aa48786e5eb05e011ab781761b2","scripts":{"lint":"repo-tools lint --cmd eslint -- ./ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","prettier":"repo-tools exec -- prettier --write *.js test/*.js","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"npm@fenster.name"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"5.6.0","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.11.3","dependencies":{"globby":"^8.0.0","protobufjs":"^6.8.0","power-assert":"^1.4.4"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","nyc":"^12.0.2","async":"^2.6.0","mocha":"^5.0.0","sinon":"^6.0.0","eslint":"^4.16.0","extend":"^3.0.1","codecov":"^3.0.0","prettier":"^1.10.2","standard":"^11.0.0","proxyquire":"^2.0.0","decompress-zip":"^0.3.0","eslint-plugin-node":"^6.0.0","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.5.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.16.1_1529369311323_0.7796283473849637","host":"s3://npm-registry-packages"}},"0.17.0":{"name":"google-proto-files","version":"0.17.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.17.0","maintainers":[{"name":"anonymous","email":"borenet@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"matthewjhamrick@gmail.com"},{"name":"anonymous","email":"dogben@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jcgregorio@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"kjlubick@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"rmistry@google.com"},{"name":"anonymous","email":"stephan@klaravision.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Alexander Fenster","email":"fenster@google.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Evawere Ogbe","email":"eoogbe@gmail.com"},{"name":"Jason Dobry","email":"jdobry@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplusplus@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"fcd2ac26b8d772a8154cb8554739425b9a9af822","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.17.0.tgz","fileCount":477,"integrity":"sha512-59ZolxRM3XPNp+10dnrzAHv2PKgZUEV9p57Mi1fJED3wZN4Gk+4j1BH/YnSQeLLsWBuVGCWQW4Z2qBxSujmTag==","signatures":[{"sig":"MEQCICUT51c/rMUckN8RwPXpWxum+pwSn5HTyfHBc5n6SLgzAiBoScAlnbgwgjg7mLwUs2tuaLbAt9XcXrNjMPD/zosM4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3857245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbv8FJCRA9TVsSAnZWagAAMtsP/3PMdQWG7LHmL0dECE7P\nHPA6Br8JQpTm07se79a+WNnYnW3jxioLWGiYbCMds7oyjKGqB4vI/Jam/JnN\n9gkvzdBT3XRmbowoGz/jT9EwWbLkzmN9Xc7bVB5rZnxZT9dQKNlOr5bbiy//\nZMwLg//pswRphW//gvsIiywBdSaiVDo5JqywV7MoXge+ANJmIx9j46y5zcho\nLw0ltl74yL45fj4+RleJN94upzYR5EqZoAkNpfRD0hJ/ju/hLfAJwsw+sSjg\n/Sm7jf8auiz/KpygNb3g8PXbqbumKpbkBHMMJ05hLo35FV4vwCR2URn0ntEO\n9pInuXk3ekogStMSOPAxDCqrbvkvbYJutLCoPFkYivjCUnyngl2lzUh/3Da3\n8RelRefsElhtubQf0ZHjqzsPKTcNHZu7CF1lG48TdWaK7yqKOfiY/+UAw8XG\nNEN2FR16Iuo52i7qoQrHZ4S7hCurGfMgS7Q9ijhj2JnGokD66c7AJifCPPpy\nMrPyozq+h4FJhsmdEtP7bXtmDKwiTuE+ARePRtf0pcZsPzMdW3ZmeP2fZp+z\ncfVK2XVYoq9SCT695SpDOyeXeeYlHtK2zCM2Wb0erNUVBveY0tFsxHDrqSJ4\n3xCzt8xIg9XvnJkW2/u1RYfhuvE8TDq8TfAt6+Zr3PtB8066j7CqIEPf1Qlq\nuVMl\r\n=eX2N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=6.0.0"},"gitHead":"bd9b89711de3abd108ad52206ae0f2aff3c6a6a3","scripts":{"docs":"echo no docs 🤷‍♂️","lint":"eslint ./ test/","test":"npm run cover","cover":"nyc --reporter=lcov mocha test/*.js && nyc report","mocha":"mocha -R spec test/*.test.js","pretest":"node ./prepublish.js","prettier":"prettier --write *.js test/*.js","system-test":"echo no system tests 😱","samples-test":"echo no sample tests 😱","test-no-cover":"mocha test/*.js","prepublishOnly":"node ./prepublish.js","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"standard":{"global":["before","describe","it"],"ignore":["google/","overrides/"]},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.12.0","dependencies":{"globby":"^8.0.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","nyc":"^13.0.0","async":"^2.6.0","mocha":"^5.0.0","sinon":"^6.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","proxyquire":"^2.0.0","power-assert":"^1.4.4","decompress-zip":"^0.3.0","eslint-plugin-node":"^7.0.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.17.0_1539293512490_0.8385292365382175","host":"s3://npm-registry-packages"}},"0.18.0":{"name":"google-proto-files","version":"0.18.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.18.0","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"chris@scriptolo.gy"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"jordan@jsantell.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"small@splendous.net"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"5be91bac15b38dbeae00393b0e47b9acb6c51cf2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.18.0.tgz","fileCount":493,"integrity":"sha512-blJ5rA3TWEiZIw7Qm0GHNERDdZeezDj46wE4O5uGnOWpZI/STQjeI6rPbqiwjmxzG+b592Hrp2+GKYfbmKR+Lg==","signatures":[{"sig":"MEYCIQC5P5gskF9O6CAA4x8K1S7z0PQDxxdn3MjlRsep1AnlXgIhAKIdpI1DtPp8hcUrma3GUuxYQGiXSDPiMd5VxH2klE/a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4008783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5h6qCRA9TVsSAnZWagAAcXwP/2gAUeHCbxF3lyFUIfa8\nk5RVkUtuBu1wpmL/IcKYeDMhRpWV8YWhlNR773jv61+CSWSvnb+x51ny1cTI\n3xR1miKpGIFLQGCypnNQuR5u3Imi58wMr9rXeHKYSEUkWSEnkMnYnahYer2i\nTkAABC+2EW+6H2J9VtbLXpr5QXkmzmqG9AtJ/vpRlOBbVR+yHa2jJbhl9sKG\nOI7VIwJObPs5rfwphJ3Sc63gbHLJ8TegA0xeo5doS6Q8aJuuplZFjZS2CiXz\nxbz3T9Q24Zy+D0wtsHulbGx+7AC5cK+dL7AlYXa2cpDK7YkWLKGRX5xrxCH9\n794Bu+TjP5hd2uLOmDKjIihwdYKt5wfX5qNGf7JppEMVr6Ze6C3AHyb4fS5I\nbvpoxVJXoiO4plSC3Kb5z8A2Yqcrqfr/PRafZyf2YVIG/W5rUTIbYzQML2LI\nzJZPV4G/i20Nq9z6djfKOWovdZ+zx3zn2Re059afx8HV60mkIr28H2jjf8Lv\nSnxraWvYr+ZUVtRtlvXsv8pxnoIkV+SgAUTsytmAn14fiUXGfPiiuqTCSQQj\neM6vdyF7c6mCofrOVOaemlwKqPRHJBRbmeZMvi6WVRFHrm07ZmUOqqlbVe1E\neGFdqtfRIN4NSqwA2owdXh1wyn2U9Fs7x7G4unYE0irVN8RWhF+UTiik2UiB\nps4y\r\n=bQj2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"0b0ebb29d8aa3f93507cda248fa8f05e1f92481c","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"echo no docs 🤷‍♂️","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","system-test":"echo no system tests 😱","samples-test":"echo no sample tests 😱","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.12.0","dependencies":{"walkdir":"0.0.12","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^0.8.0","nyc":"^13.0.0","async":"^2.6.0","mocha":"^5.0.0","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","proxyquire":"^2.0.0","typescript":"~3.1.5","@types/async":"^2.0.50","@types/mocha":"^5.2.5","@types/sinon":"^5.0.5","power-assert":"^1.4.4","decompress-zip":"^0.3.0","@types/proxyquire":"^1.3.28","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.4"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.18.0_1541807785685_0.8663200569800931","host":"s3://npm-registry-packages"}},"0.19.0":{"name":"google-proto-files","version":"0.19.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.19.0","maintainers":[{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"soldair@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"8562cbd0a9efcee0b70594f1740f45de5acbcd25","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.19.0.tgz","fileCount":1280,"integrity":"sha512-Wlt/ZEL2Pw3QySDpOxRvcKZeZC/1CRIRPDeTOYj1sGlMTJ7gbPjH7pCeLw3TDRc0I8A6bS9Jngm99hOlzrcXvQ==","signatures":[{"sig":"MEQCIDsRnSN+HTkiMsHUHVHh75z5l+NBVjYgVR5rrdB/1gTfAiBNXE1Ru/WGvSfAAciUDl4WH5GhWkMhVVURwY8SItMpmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6918047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciXuuCRA9TVsSAnZWagAAp8sP/3RH1zSySdc9F0NE/z4+\nWV7wo5i9vQHTZbNQW+GMRy7RklLfhlUSJU6HX5ra0I54sJyqMvteEvVIszwV\nqp9vM+NiDnfewzZLehQjLzAv0asp35iPu8GNcAIfPqjkyMnRRqRISsKKXASK\nGKOx2eLHsx7hpfayVwevNxIEZluzsmHPygi7rcBA5YsbCgqZhHvIAO9D7C4O\npNsckKqqF50VNOQCR19oRmsLe73x1p71vqASMFFbgQfzeGVnEWiBnHICJl2w\npkQ3i1kxeo1K9aBuc7E1oAiDUCPU5zFmEVWMhww6x4nCY/6yYDnL96Z9MhBJ\n6/RoE/jRDOxfVZ+Z+VX0vWGf1a3AzuWKJfF9Q4FTUWGfm/p1eUbOx8bW1FrD\n51ERJN9a07fcqYxyyDC3N4t8UiRRYUhMKZwXzW3ltYKgivSHSV04z2ZXOtN8\nwMVddktoxe1vdWPhA0Ozn92EWu+FuiOmYPAyQYuhHfmZ9KcATWS4pUl2JnNI\n9GAkmYb5fQj3bi5lLkzPHVQjdmNRfWAurTw6BEa9FwnAxGjMMM7ziVJRz+CT\nG2tsaPsalXpgxCyeVWUB3tRPsqlxJ7CpZi9LCMm08W/N2tYLzMjgcEyM7rsQ\n4zPFiEc9PXZwE31oHOHdb7VCD3rBhCdkfOAMwDpn76JrDa+rMbY6xjQMQWYd\nWAKx\r\n=JrXl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"8596f9f52d9c632d17ed159370c418deee69a988","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.15.0","dependencies":{"walkdir":"^0.3.0","protobufjs":"^6.8.0","@google-cloud/promisify":"^0.4.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^0.9.0","nyc":"^13.0.0","mocha":"^6.0.0","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.3.0","@types/async":"^2.0.50","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.0","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.7","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.19.0_1552513965439_0.5065351652884942","host":"s3://npm-registry-packages"}},"0.20.0":{"name":"google-proto-files","version":"0.20.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@0.20.0","maintainers":[{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"soldair@gmail.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"dfcd1635a0c3f00f49ca057462cf369108ff4b5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-0.20.0.tgz","fileCount":1282,"integrity":"sha512-ORU+XhOeDv/UPtnCYLkO1ItmfhRCRPR3ZoeVQ7GfVzEs7PVitPIhsYlY5ZzG8XXnsdmtK27ENurfQ1jhAWpZHg==","signatures":[{"sig":"MEUCIE/19NPEwOuDrUkUPAtjdD5t21HPwwm56vKCPTuPRYW9AiEA97Fb85yLFL+su1JfjDiR99HgpcwcRRfREKM1y9nDE1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6921761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjBAWCRA9TVsSAnZWagAArpIP/jUzNM0q9/Ur/5WBGCW7\nkMHEGNmG296HKz1Wqe7GBba0r/jQwH2rKA7H77iRi9DWlR8VseCSUd5uS4bH\nrsiXi3wNep1qgJMfKPFhHZJcwnWiAKRjP4VlpjFkXczbQoAAfnQ6O+0lRjmP\nfppUSjs4MNBaLCYDzyTro2dYi+Eo5cXE8sYiV5Y2BTErp3mgjhAsx2r4Luf0\nquQUrKhiIKYbK3aURyNGdpf5SXiFZs7VmQ2WJYo+GJ+6NmNRuPE07e7rJFW6\nBWduYc6Ef9xWPTiUijPAD4FlK78BJb56oVjmFoAZEF7ScLkwNRy11J1Vch4s\nYpTGMpIojeVe/XK9U9QBq+KFeJTIOtctLvQqaVs/uGrXFaO6tgKnzXqbMKJQ\noi/ku2mBEFaJeWlznVBzw5tw2GVYfpFU/jLPnVzQNTvZvvs+I8msukqeKqlz\nbPV27kp2wuYI4M5lQfS0hg5xOvnbYZZpmSpu3LjkO1NDuJzJvYzeKTfy0VZx\nLe8I83v9QMAYyXieW08V2EADuf8wRWfVQU2lq0RFLxDQTBE1fvpj5d9gS5Q5\nxqmEI5abjVM39rNcNPPjxHJlLxuZ6o0Gz67g0i6NkjnDJMYb9nMldKf2klp2\nsZ9Zlk1jPKSN9ZU90QC6Ryu/nw0UvaUzjmgBwsqFM2qHC+7LP+NHH8OtwiPd\nE6pS\r\n=NLxx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"721f4132f85fecb4cdfc89b787c794c5c3312b79","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱","generate-scaffolding":"repo-tools generate all"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.15.0","dependencies":{"walkdir":"^0.3.0","protobufjs":"^6.8.0","@google-cloud/promisify":"^0.4.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^0.9.0","nyc":"^13.0.0","mocha":"^6.0.0","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.3.0","@types/async":"^2.0.50","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.0","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.7","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_0.20.0_1552683029562_0.24857841381622836","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"google-proto-files","version":"1.0.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"d6d6dd4edc99557075fc66c20071274d87846be3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.0.0.tgz","fileCount":993,"integrity":"sha512-ghX8l+nSED61UcWJl+FMX5VUwJO2laifYq2BBpgs6lRrDSmLkXdrC/CHbaT7YXzNGsC5aiicf/rcRASTF6OmrA==","signatures":[{"sig":"MEQCIEqw6r/soaDRAhnq+6/u9IBJIZRrpFiBzgTxPeadNqTHAiBP9pID6Oky+HN7RuxedMw7+X6AAEMqmIP1PXENuWKwOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6339198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczL50CRA9TVsSAnZWagAAANMP/Rljw4fHDygEptMYzP6R\nZO7GANXz7wAB2S3QEcgYlgUBE7JgZN4IhOo+xEdJ5w6MnPD0Fz0eA6RpaEIs\nJL0Qy39LwhZq7UrgMFciVOItDuRgB+gmbDueia+XcYDvMN9wPYrbrGMkmluE\nMCKxPCHOwUpyoC1qdaQQt/5GBc1t7WiUN53BgA+JfqjNvXWdvztSFp+cxzLV\nqNI1QVw/43F7foNR+7GiEjPq7/IxdVj5XvI1k1MiFwyKTbYhmTviOY+f9vlu\nDYjZxW/KL6bQl2rJucQXks7DiQ47TpJaGewFQGRERRW+K9XUZqZOFGbOsu/Y\nY8idEXto8Il1Vj26s6cYOZEak6wcuCdibGa/sbWliymlemmES8+zRQD6v2N8\nmyWUBvDDsGR2On2SuyvyelCRr5GFGL9PdXTFg1frZb4UD8+nH80Z8y6FWAlN\ns2VFh0PJTUwbSlpzw+nW22bmRPLiY6Mt34CjQrNIS3fO3TcQQlRQE4gq2hiD\nI7PY6T4PVuZVoajjA9DEdjL0gt7R0KDyA9Tsdprhi90J7b4E2NKLmkgotqDn\nVMCJh2omps/FPpasyRmUoPFh7RJPRO/XIXDm3wNDCsez/9pzbChqHZAjaSiD\n1tTY5auCTXTmJGDxQaixbR0GEbUXhtS9T2Cx8O+Yvy9/JjvSyBU3O9da1t6I\nKZNF\r\n=8JxD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"1c004536709d97e0a9570456154e88adb6a6f64e","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.15.0","dependencies":{"walkdir":"^0.3.0","protobufjs":"^6.8.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.0.0","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.4.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.0","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.7","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.0.0_1556921972202_0.9180136039159639","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"google-proto-files","version":"1.0.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"029d9ad5ac9b65925a018dfe5ff0561113e02356","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.0.1.tgz","fileCount":1003,"integrity":"sha512-s5/pNQjweaPvCbH7uiTbKjrBye8jyM5pP+ZNj7P4j/t/VkV+DZua+SkZPrVGYy+cIwRBxTXrAptYBzpNn4DQAA==","signatures":[{"sig":"MEUCIQD4IGo04jg9848CDvUR5WLU52cnA0j0ftE2ttSia+F3vgIgZNbGJjVwvfU8vACy3kilCp5NTGKiTuzlarjdZsWxjL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6392363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4sLpCRA9TVsSAnZWagAAkwkP/jCRdnjYWQA+QXGuq1PD\nZ3D8PlqtighpFbVp0IKCvXR1V9BWEosYcmgznPhXsfVzppkpu+Nr2OJgxr6J\nfv1hAo+C5nS2COgwGAjNTSOSqJv7mPOWdAF9ZEwfgaItWM8z+RtrE+tPhFZd\nkQAJJv49kULKXDfGkFUkM4hINc2Pe80xViGDVIbYnqf7PIm0SqIu6+cVsiSj\nSvLJ7DOCxsSumCXhL6uRcZ8UVfNA0vdUS5Xour28tsL6I4Hqu/fE2kbK0t4b\nbM2PxpddClqw5ZUdx0VTzBcmi6luP2owtSQxjqaoZaFNaAKrm3IC8nkQRcge\nqsCGpqWA7PGzlCGEUI/KjeYV7EV79DVikMe+cpRZ8a+yrYOo8TetZKTIlWb+\nhn+wSE0XZkYojs84XdeC2xDGIiQgUL++bVYgyk2FFLRuHGATJiAK61f4Vrob\nF0lQSPe5SPBHlH0SaBHx4+ZrDsdlfPki51QSVkFBe7MlFA220BF1qo+trjSP\nSfeF9h8UNEhdjHnc7ibX3eWHHa/X6o0+yGAM3srDhKWgB6i8ZUBxMoJ58k/l\nZE9Go2UYtxItBH8n8Qw5kqrJXq0965L4fFNCySll0v9TnmPhTkB79Nk/6QLc\nu0Kwv6boNgp6xU7+h2rPwD7+zxR6mlyX/phj2OocIaNXUfKLVUXx0+R0LQHC\ngAJ8\r\n=OVPP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"86fcff291e5b8ce52095bfd6c6ed4e970f69179a","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.1.4","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.4.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.0.1_1558364904565_0.33740035304494587","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"google-proto-files","version":"1.0.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.0.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"f29101777ae46425dbe96237f296fa25a6eec829","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.0.2.tgz","fileCount":1022,"integrity":"sha512-Fgy4KaMPwkfLrD/IPbZulfJPg7Ly2rbQ1+uYWI9qgeSOP24AR9nS0HQP/N4NhRGuOQY8fi4fAJixWM8HtYl6JQ==","signatures":[{"sig":"MEUCIHZMosHNbA+LtwVgpiQODDKFNivkooBdgc3EFEJuohkEAiEAm8DGGGY3GK/XL4CPWt9r3EzqDTrfYon7coeAClaR5O8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6590916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA7t+CRA9TVsSAnZWagAAWiwP/0M3UtnSeP36z2VMKZWw\njHlRJCxhR/X6qDAKER1gFqKnxYZYecqkbr5d4e6+OAlfwXzTm9+1geWHm5Ds\nlJRlS/z/pilSOy3FKQnuk02zjVXdD9M3Bcu2K6iwmXYWU2azJryvtPZnTvjs\ngM+yRDbtchQId11VuMX6Rl4hoteRDxhEjEHn30gTJ1nMWGjPhmM63mh9jXfT\nfntUJS0JtO5LPYUpKcI4wJrIi14PmKJOZ1fHaqluG/CWiUxeU3ZiT/lKVf9p\nMZmXEwqHMaGU/WjnUofBbRXK6O4zPB64LhlM0Cu5eMObHfqwBAZhL5v6Fimq\nXqggkErvdGxZ1a9Jrx/WiVk8W5UPGLoyfHXCvr+shO8KK78+znn7jHHOV/3B\nAWuBByv2GgshSZODrIqaLt9FcSfAo96++DIRDjchmuRgxqNeph7uzt0OWvAC\n5c+UUOE2QGxsHlptaVYKKlIwM6PO3PqB9q2eg/s5+LvniAUKKYcnsuvb9y/X\nBYEVCIqmauln/mk7vtfY2A+Uo2V716Nt7e5dQVo/vvfy9xLZ9rmhniDxxDba\nwe/9Rt15alJLuhXfnK01tYWClzQQxTroFBtI7NNBcEXIxZo9WCWB0bpb18j9\nVD95Z3Pc4y2QQm4E54G5t7MzPltvkuFHS1sFUuS/rY7xmemmbaka74gnu2e9\niMvl\r\n=v4VC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"100b62e0c7fd1531292ff69d1e4900d93ec2adc1","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.1.4","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.0.2_1560525693507_0.1392707921648908","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"google-proto-files","version":"1.0.3","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.0.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"2f4970759d15c394e2a3702d815e90c7ae5aede9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.0.3.tgz","fileCount":1569,"integrity":"sha512-BsJnd9CZmKZyWFhobltQJt+zAgZCUrAeexwyPwkqHZOncfG4+lp5xmu+Ue4YNyqG39v/+DJiZ1wZRw3DUTD/NA==","signatures":[{"sig":"MEQCIHaY/c+nJJGd1NgXHtlKOtLwC+Avinpru0+09ZgqMclYAiA14rgQLuwidTuRHk7fOOQY5g12KayDM7oq/exCJa53fg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8318771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdE/ULCRA9TVsSAnZWagAAbyMP/A3SgavU1yZSVDGgZ+3Y\nV0d7dj8uiWF/9VbzwPeHVX0pH2Ik7ZgGg59IFyQ7o7X2Dy7GMSZIGM0j3CTL\nV0sWTIUYnWyMRIsUzWKkxZBJBzVrjXb72/7wJNXOKZWzOvCYjlwyGQi18IWj\nL4a9W1rCzpxrJSrj2qTK9hbb+h6DcXcftLr+mnSFArhIzUFEB6jbSSPxpEhT\nxfJ/6DnV4Z5jHxzpF1BMVzPYPPvyLkiFSXlZqCdCN0EUnDvDee+6NhqDK3Jw\nk16Hl60wl+8soZ0QsoO9buqD3Fm1Lx2Z2PA1lQJw9xEGJQQ4BmXzKNEJ/Bvl\nCnA+CZ2gpbwPN1oRWzjEyxieITZ+BhcYyZIf5YUF810RJTZIxzsshFtWHV4/\nBmaMi1uYlZJTwfS2NHnk68SNYDiTrxNaKOgHEodLgU8PCAqC7PNkboIDDQp3\nE5ORPTIc7zJDhqtVNXUj8jK8ZRuY9Tshet8LZyrPkFuboRQaOt3U9H8HI98k\nSw41yuopt4NCR8nG64+GveZXeyxLLupAMW/S8Nm2Gb8oZDdXZ6/QPtp9hR2t\nuq7PXj6MzcVrgRVUPOoHmOM1rUdSDDhjimQkbsFMrGB3TVSmlYlQ5/gxSysh\nPzjcCZ6FTbBceZ62e8QpP57rhAx45hnwFc4D9iWtubJ9DZPiZboxNOuGZZOW\nVjQl\r\n=z+rn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"3568c065e27f2d843e1efa712977038ec0ae10e2","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.1.4","sinon":"^7.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.1.2","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.0.3_1561589002293_0.8235701189331395","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"google-proto-files","version":"1.1.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"3d96148ddd07dd3facd016e5191966776c3f5897","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.1.0.tgz","fileCount":1591,"integrity":"sha512-qTDf5LYu112GFMrqBzMp1SDN3wvie42Qg2PugH9tWqnO0F1kRAX4BSAzFJbSpeHDI1tqr8ec7x7xQIGoiHHjEw==","signatures":[{"sig":"MEQCIDs/Og/RfrJA/4a+BUd03KKcMhrkhldmENBBBIniAcGDAiA1uqMiLd8ejvHJzwGL3RRQ7PEpz3EfYQDELoo5L0OGEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8551064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYE42CRA9TVsSAnZWagAAeDIQAJACY3Ry5odbJkb+fbiL\nzknVCw/R5mRUSB/1d6QAnhPjDgS/UQK/htjOyL7AK77aPWb9I/uK3FENp9zq\ncc6rbv6c1b6wJO8OR2kJ1zHzWyhdIX2FFBlN+D8He2vE96vdEDUxnwZGZyN3\n+IPOx3OX9HRRzIkVJ1XqEochOHG3dBvw6/IC8hQfBmvTrKuB5q6tnUhtPEJ/\nCPSigRDQSl9qg+adIAL5ll+g1C9m1kpJVWlEBVFlKa1S9Xpgi0tchK4RD0Ko\ndd7L6UmtjaxsTWcxAPnLwauV/FeNBd2pKSUsrDcO0PA+H9hjgc6gTzT9mzzg\nmSzX+M4ZjPbK0e4d0PY33olUNpJFm896dgP9bOEGNAE37k51C8e8yzTjYMuE\n+cfw9Quca+8WVLqmkgZdY94IlpmTKsnBcevcRjA+iUvgOMi60qNF4/gYiDFG\n0XHBGbZds/STMxKVn7FcpMN0msJSHb/aejpdGOl+3/nKZTlfCbxnP9aWRIDj\n0VatY2BpbzuGRzzC1bTcwxrrQP/20pZcOfhTpNfHFwS3qvsCOXvVEmz+IZ6b\nPoCYCiIrgM/edadC8rwk7AsblvDe+U4LKfaNRLMyKPstvew9ft6hI6IxmlJ6\nva3NASsgyJKaYW8wmEqPgJPs316rfwT5+L86OqGvVriU1VYkD2tjZVib8i2d\nwQ8r\r\n=DU7e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"84a2bb2b6bd3e31b4035bcab930c8570c5364255","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"echo no sample tests 😱"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.1.4","sinon":"^7.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.5.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.1.0_1566592565377_0.874851320089846","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"google-proto-files","version":"1.1.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.1.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"ec9c2190f9f68c1fe6772512f48be96c0150256c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.1.1.tgz","fileCount":1631,"integrity":"sha512-nYezzDp3RS2wVHhQD9B8y9/Vk9oAzBS7x/3U42G/99GDznbybrponXHqoAsgEm+UdBx/8qcgsU7IOriz1JqQfg==","signatures":[{"sig":"MEUCIA+qoa79eLAeR0EAagICrZ5R4exVF3zKqCd7q67sTO0xAiEA8k8uHgL6XyXGDiFsk6/6LyJc0VjcztT8joVPGibECAo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9086407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzf4nCRA9TVsSAnZWagAARcgP/08CuVRIFK4b/UgJBojR\nNrn/UB61ewh26o2BCb99/AKAw8+vkdV7tB0FoihYvQEkLdTarg5oYOmuC+ai\nlK7KxEqDztM4WUtT42IRgd0DHumw93bGTetx81BpOX8qpxxjl/ZA1DJw/Xwx\nvnEE1UKl8Nn/0sq1juXjIQtYD04Fpa/UdA9aF9ojyz05oBphemS8GJcGXK0v\n4vI268jPUkxYN07ZnfMhOhYFBcH/XrxAorhB3Sc4wdVJnsaMd4Zg3X23zyQY\nrRHMwg5ATKSQRpnwv5YUmvYc3L13gdvDSJ2Z+OVRlk78z4Uys5JsRZDkFA7Y\nKdBDxMlpxD6Dlgp7XUZAZ3w8Qdo0VFTiWu6gxtMBbQqTbMMFld1LRUCmkEgK\nY6OUb9QXAopB1R1xfTVZwepU9FabRuN0ZGBM7dTR/12NWwR5ne02IIWYHxhl\nMje750aHT0wBJJAs1lMQV1FTsVoSmlmvB8jKmVNzEZdhYeNPmYxhpcF+EbMe\neaASfkkDydCNapJd9Hddk2MN3ycG4M1jUMddGMAMWx+9XzTGnytglZL/HLgS\nHc2aMOMB0Kk19jRxWD9iPq/3hA/n5cgzLJFN+gEjRWm2cPs2InQNrbM0aTMH\nMlr755b8+7vYf839NJ/OaA+U8+piDCHbT6OVGDu+1Lo17ixfU7l7+joJW4Lt\nMOVs\r\n=Oyw+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"ec27e385299a74f5bcd6fa6092e2e7b2e6f7a5e2","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"npm run cover","clean":"gts clean","cover":"nyc --reporter=lcov mocha build/test && nyc report","mocha":"nyc mocha build/test","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.1","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"got":"^8.0.3","gts":"^1.0.0","nyc":"^14.0.0","mocha":"^6.1.4","sinon":"^7.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.5.0","proxyquire":"^2.0.0","typescript":"~3.7.0","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.1.1_1573781030495_0.3486766620732329","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"google-proto-files","version":"1.1.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@1.1.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"d24c589aea5435db8d4cf3cefdbbf5542664d58a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-1.1.2.tgz","fileCount":1662,"integrity":"sha512-j5z6RH5Ke50T0vAgSQsSvsIhJzgXp5Q3v1hWnqf+8TFFixpgjZFQMQhRheglYE23BTfxL3LL1UIXdx/obhixiQ==","signatures":[{"sig":"MEQCIAnbDyB8BZeTn6KbMXm1hme53adPUmWtXaiAkW9CXEXUAiBLSVtBC3d1+VRB+tdf6zGG0RSAFRwgQNRpj8L2FjLqnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9399407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeE4awCRA9TVsSAnZWagAAnscQAIn5GGQeq/0tgbO2t27m\ngtMcIGGKcxzh3gmaZ3yknQb2wlh+dPzZvJCQuU7qCaP9Zjq6XgWWAgRls2W7\nRfkyFgPzBQdndSOA8bc0C3VHEncExYlnoEaNxyh1MMYx5NXvFj3kSI8nkNGN\nXBmo/ApS2ixxd0W9FHuYEAorKmwImVdqEpSxQdeuQxa6zdoDsqQeesuN+Ajf\nr5AdzaWOH3MhqtUFf6AzKF0DKlBA9y66Vckg7SuFoJn24CS2PwSDyKq4lwTV\nEGkXxWDB/VH23o00nq+TZhW0tV7pLj/xfCFtzPgFNY3+tR1L887V5uzFbdIr\nkySWibUwi4TqKuRsx9okBv3KgS0sSri3jaFfrlZh5sigssh11rEe/FjNzYyY\nI4seTs4G/Ti5D+3E1dMW//6yfG/K1o3AQOSJivcWZERzaCFuueNghqJK0bHI\n2TZ7l/bVrEswUYRFIlVU1unRW5DU0yoptpmdpapbT+fJcv8LaLpq9c7nhaYy\nQhvTKwDTthBoefzRouay5gBQdXfxd5SjiRRtpyOo8/rAVo+K+sRm9yiwa+mD\nmeySDSu8QE9xcS9//WVXfgEy7XO8z6oroqV2hwKR1zZi+dK8ZIiiPJdMLjuM\nlKBZ3OyQkIHzvZc2lsH+WIFFxCIO0G3MYiCXZ0Yfv3y1nIJ1hwBZ0tUrbGhI\nNwWp\r\n=c+o3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"ed279badaeeeb74168ff8222d6ee7cb7a15a3cb3","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"compodoc src/","lint":"gts check && eslint '**/*.js'","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.4.1","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"8.16.2","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^8.0.3","gts":"^1.0.0","mocha":"^6.1.4","sinon":"^8.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^1.5.0","proxyquire":"^2.0.0","typescript":"3.6.4","@types/mocha":"^5.2.5","@types/sinon":"^5.0.7","power-assert":"^1.4.4","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","eslint-plugin-node":"^11.0.0","source-map-support":"^0.5.9","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_1.1.2_1578337968259_0.16384348268543825","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"google-proto-files","version":"2.0.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"a2c8295c4a4b86b3d747cd11c775426d03707640","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.0.0.tgz","fileCount":2330,"integrity":"sha512-8bANWKJP1TVp0483CTiBg++IwpkoaTmcMUIouw0OvPzf/Pm+CnbGIs8PDaYQHLnETL44VUHGMBoQcGGnypxaAA==","signatures":[{"sig":"MEUCIAS1DDqd+U8qchA6WRxOn4EwVoncfNdoicms81dW++E6AiEApbYf/G9MnTeCPl6mW6n8wcF9pcof+bG56XufVo9YXKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12762717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefmauCRA9TVsSAnZWagAA2KUP/j6Yn+CMswVsS5zvN94O\nf/1Is9sXjYeFxq0ueSOxIzmje2exeeB6TOXuWvrPHyamwuMuzubRyuSR9BY8\n6AFnQ0+8oWsjuZ+7Q/lMnSP6NyrhH6YgZao+W6kjs1IxNnltGmO2cMoLK9lb\nt+rF4p+8ZM/eLv+nWcMNsqOQXavINQE5yX7Su9UzCODqfHxp8bAdrrzU3dmV\n4Hlr/4U7Rn+LoUPAEmbXzykDvA2s95g292dYvLa4Up+Z9M/xh1Hrni9wHCOZ\nzRwhnM49h5yStX+sLwsBFs7A6SZ/MetHVYb6cGum0dOO+kmr8aUMzd+CcNgc\nfrbGv54PMBcHkl9+ZFOZaFdWkPSEbcURwD21AIaDsIwGBg5ZZFqL5G/DpBtG\nQIcsXX0P6M56bK2MvlHuCc6BIxKbv0RcfR1w3JDpFxmxrlrY/pEvX9GBrnEM\nf3G+9Q2hzGv+1kwvAX9Urz0I9LaBJUI2NhWXaJohU5gjNGYWm17k6edLu6PL\nrJMuO1b4Ghyy1RMxaUG1OJUbpuZvyZnm2LETDsyq344O5vmfTp5kidbZniLo\nDI6MiU1K0qdvj1P5WWzkoeUiiFvBqQQxgt9dNdp8g3aNXKWESm5gW1As38fv\nEJg9Cab7BMfRBl7iugUELGMoHWlMiQUmmgmP1Yx8E90JwKoJp2VA16/kNY3w\nSBsy\r\n=s123\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.13.4","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.1.0","got":"^8.0.3","gts":"next","mocha":"^7.1.1","sinon":"^9.0.0","codecov":"^3.0.0","prettier":"^1.10.2","@types/got":"^9.2.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/mocha":"^7.0.0","@types/sinon":"^5.0.7","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.0.0_1585342126198_0.6078079213265513","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"google-proto-files","version":"2.1.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"c3b0118db1c613801e607ca82d561df0693ba172","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.1.0.tgz","fileCount":2366,"integrity":"sha512-pIzj6wsw82FU5n8Kv6Dcmx4EpATn8DEdDHD5GpVQ1kzSmU2X8Gt0gQNsYyKBwQQaeTIws9bcIQ+Kv8YQBQK2Gw==","signatures":[{"sig":"MEUCIANgWTbKbOn6JJDzwRIUFdBfz4TzrWhYu3t4Ltyn/2J9AiEAsTgl1gDqLZ7Rend0VPMZ6cr3XbuM8abLzx1sqIU9oXo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13083280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1pxbCRA9TVsSAnZWagAAtckP/idUY+1sfXUnwovH4opo\nPnNZiQsk+zQYpXqD43jDZnPPW+CSzeu919Ad5Mr6rcffpZPjO5Zo17vJhUSt\no4/GuGazGzGEg+6RPknD+pFU7LFyCas7odvvEMarK7YHmJ8Lhz/w0dd9y6Wc\n8XPIsNpFyE31zuxiB0bpqKdGpZCEwZA31XjP6LIVMCGi+ki324o7zezwgFSU\nfpPkMNZvt67ovDDD+Gzd6/rhDjXCPHb5pPrYvgspuMv8A1SlZEGeoZed8sjw\n8fQHOGRWtY0M1ShIaQYchgw0x5ocG9eu1D5xTAprUN7z+D+7fntBtvNVdfog\n+KkQcn+D0B0RzpSNJEwTpLThuzdPQsGgMvhUDuecDGz9VptD2sOf1nGC2TfU\nSP/usGoIhlRRgOjVMjoQ13+E28hOYPQEeCG3EpXH5CM+cQ9hUMDPiO9Hy3QT\nJAHrGoIntwjhrVU7icVdgLi+Og5kofhSRhVINKhb/9X3+DKsscSkqBup+Mfo\ndyAc5DJmanbcg+WTnBIx1CCa3FRDcCH6b5nUOT4KnSh206RLBvN++CWovLmy\npE891JXBu8pzSX78Wt1Bl+15WxBc4AQhsuWsBOgS44TgN8PbZVyUz6CEW8yx\nhGE6RUNNFsYV8u/CT+TMFfyCdcAcMCGdh5uZWrJm1uNWcCtbMbqG0OdNYatS\nuldQ\r\n=mRgL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.13.4","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^7.1.1","sinon":"^9.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.1.0_1591123034157_0.10063003630594913","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"google-proto-files","version":"2.2.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"cd49fc13fc55066222e6f0b14a818a0543de7e26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.2.0.tgz","fileCount":2959,"integrity":"sha512-sSzjssqNqLRl3+vF+IdXGcYsOjZAf1veOEQFc5f3cR8WReoNsdg3laxu9sq7vgQ/OL/sjCp7I+917e79iJNcIQ==","signatures":[{"sig":"MEQCIGl2F8TjEl9x3nzgAbWn8iO9UopI4U85lG4mndXW/qapAiBBnguv4P3Z7xmyNcngXyDE/V0HZ8iRZ8m7hTkcI0xtDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15236680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB8X5CRA9TVsSAnZWagAAPEcP/3Hu38tgNqMX1J26dfAJ\n3vUPcTrOTlTOyFxgH7rdwDkEk6ie6g4hSxiF/w8Z4KclbBDJj62D+oDmV2fr\nQEiuPPQy2oTN4k5SybZp2aqH6CJN6q7W/02fB2Y0th7d6YQpcRvfLv2ys3vM\nC9r0uRKOsQWCLNgQTzvN6KqoCqC3OoIS9H6Hyh2M781KUyFeDy/Xcb9Segbj\neb2fumKY5qnIj4fT3M1R0QjzVHllOltpZnAWqB2CXimW/yfOD0aQsw7owVqs\nZ9oFTvIlYzIytTmCKSHB0hns27cmo4Mwqm1sZkxQciTJ3rftDuGwv258JBAL\nUw+ToNRPTLIxWKOE4mhGBs3HIQ7dHbw4MsGNuJYF/wElLmz0QwQm4vrUQbSp\nPpvWsPszHP721WRibye2ioaoHSJx01YE+iehAAO3/z3Qg8DEvv6FWzFJT3VJ\nWjmEuGzzhB9PFj0/9otlGW5Y3KQgvoKYDl+NQWI4IRW2J9Ef3HUDpVIscgkQ\nCWth+n1051aRryW0GwXmFdeWRTCJiyilKX+rd+EuiYPLOh3Tu5FniV1s1KNR\nIvKSE1k9ZcRGFV58TccH8+IkyE1CuRmz/Xv0xpKdQC1IXkiGm4oul3uCebv8\nxDH7ecBCLMmQANxr5CW70XHB8XvkgCBiLaKCP+DzZTtX47/XQ6G6lesmmTCx\nODTX\r\n=loGH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.13.4","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^9.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^14.0.20","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.2.0_1594344952992_0.07051945620614464","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"google-proto-files","version":"2.3.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"1873c24945ff6da7abfa72a55ad98d4a28c5fe18","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.3.0.tgz","fileCount":3395,"integrity":"sha512-A2UMuWes/9dgEWV8jr+KBM95LyyJQpHMlGbBV0wFIuJs1VRlgpPWR1m39fat1J2nKLYPyfhi42TTnEOnGWopWg==","signatures":[{"sig":"MEUCIQC/n8J7AVAVDYOhtzKGesgodPSRTm2cWltXypVg0rG4pQIgCH7/FlsAAaqnqkmQTDHPQkwgT7FqZP0eRQEIaQPCjtE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18105252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftK9SCRA9TVsSAnZWagAAAGYQAIgCTT2gpxXbYK8FoysE\nysBSR/KKGzBDZtXRh5I11WZ6+rD+izQ1TuYUPxL0/sD1V9mZmPa8bfrrX4CJ\nBnxFMO3dqIXT9tzdHd8/TnaYtal1ka3EIbsgd0f4z1uZlU0avEYEEuN1kuKx\nOTF5hr/zk6tuf0/5qAl4Vmb88TqaEPrFIlmzvqbGy6Pjs0aQ5sENn7N2dqWZ\nnyQLGD7goi4loXLfD3fWTck1ntnvpiHmtLbvFY6KLDDW+4Rn1hMcmk+R5bh5\nUa/hADWXepOMulpPhb6y7cxlHn9M/LNMQcAyTujpNU6+DwVbq6JlRui4uhu3\nGdfgJEZ6XU3L5R4MWus4CBJU1jR2/A49Mx7KdQGCpiE7C8Ev+du2EyA3iB2u\nc7HnLXIPUnPONHb4+8QQ6i9XS1UoDq4fObZelmSNunnaFZ3sSDe2NO0QaDWP\ntXPBPh0kKc8xOi32ATzdxojkLpyhnbJw/boMC8+5dODYgs3gQqT+MvOJAB7l\n7QgKsbGz3EZVy+GxsMNAiMOl4acC02Z4ypnFOoPQCn9IcmovMkeHp1l1wAyr\nOwedETwN+firNAhK9HwDG4KjPi4+QT0MdQ8bv0bm3QnRVIoN6obOCcBSJngd\nxHq1f7ChdZP3D6Rl6hgTVn8qfLA2lHNafc4SV9FRzpToEm+n4sRy3hmTfiRT\nDqr/\r\n=rSH/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"1dd1a907bb59b19a1f9ff76546041e732cb9cd15","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.6","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.18.4","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^9.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^14.0.20","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.3.0_1605676882013_0.9372237434751172","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"google-proto-files","version":"2.4.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"c9760aa3f41a61b43be759d411535fc97c6c6c22","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.4.0.tgz","fileCount":3399,"integrity":"sha512-M5u56EsADOnplBUHTBzqBcCtPNPoGtBBXefjtA7mt3KDsOnlRM75fwrW2rsPS3Am2vrf9I0/NlI0E3nKWo/Ipg==","signatures":[{"sig":"MEUCIQDYXf1oG5w//Q4rHX/1C+DHwrPPgZdVCaNo7EDwF9ch2wIgR4CCa6ibhZzXhyMAKNBGsliXNeitBCeBfCdVPcAxvMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18361250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAJLfCRA9TVsSAnZWagAAdkkP/2RBpNbCtJHTiK5bDZUv\nFNg4AnEnRDJYxAB+cBCxt1RnsSiYc4NDobUHJdOUZSFL9qNz6jvCFkSfmU/h\nhfI6kRt+7n6shdbjcc8PVQUibdQ0XGiOy8e7L8gfgscZjc2smlh3tOQf6MMT\nS1ixiw1Tr0LZG/MDUNonthpbyBfow+/S13fr0BMD4B/AhNMVftvvT4SNrH8b\nzEMrGkWFT94vHILP3LJKrm2qMErT8GAY1a388UjXbqlAusqzh67jH2pjiGat\nv8hVWTUSxWSncBbLYMzdyB8F5bnQqCpcoS59QDIMs0Ofdj5iicVtRjgzC7m2\n2WScwn8B7Ak51EtQC1zU38VeD6jgtcEkYYCbPilVjOGFC6pEqEm8H1OaF1RU\nQOf24cMeI4x/eXwMR/X0RFpmu4F5IDYc4THFVzBJFmRsUtG/GS0iix4rLWip\neCd+Ui705bYuhd1qMKhFpI3fsSNVTPMLp+zfwJSxO27kQ3L0yeCHzedAKkSK\nTnMV2p3SO4JMLm8BQH9S5B0I2yVNaeuQlXvCtYz4zvGrumCn+/4l6hQi5EYg\nm2UAWF/jaF3BJlI4SYqXocaEZDgXT3PQSHeO547a2M47iYDE92Gzpz81UUJY\nIJeTJ5otUtnq2Gnl7qPt6fruXxs+cFQPj+5wjV/B55gobn0wWh2kVUxKEqUw\nWdvL\r\n=zpF9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"a656a88d81a7f06aa56c679156587af772c19dc5","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.6","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.18.4","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^9.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^14.0.20","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.4.0_1610650334995_0.9671971752077937","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"google-proto-files","version":"2.4.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.4.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"dfa7f8d339535004e305bfbe3a58de2d66678929","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.4.1.tgz","fileCount":3328,"integrity":"sha512-ELL8Do4KehOpX7bRnHrxNKOw1oUn7ZG/4BD4Ur6KWaMRr/NDQEGwhT58WUNGaB6Hal0udQ7Hfmt10DHikosNAQ==","signatures":[{"sig":"MEYCIQDX3WkT2Obfj0aiOsDthzSyLOep3h4+bCu0QCgCMxk0DgIhAMmDOF4TrxEntsLZvLyFgtL5taQa8lPxwzWznEL1BYJO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21591955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOW7+CRA9TVsSAnZWagAA5aQQAKEO1MzGSCvjn9oNhXCl\n+6C3UFSvsod9MOTbsLUTNnfFu/ZJxZRbGEWES9gMflGBO42zAXGgfFOXUAPC\npeidrbsm6KDgPfzbPHKWOmRI6kiIYUwVyn+LJjNQBa9pUY1NOFPCE0P8KyZQ\nObfdoP8uD24GC3hFlzuRAqy5xaowpm5FvodLE8b3doMZoDbpLar0XP6WbX7L\n+hRn2edVpJiTV1IyjULCj6/5eKIc3LKQZNigSLEp2ZBxkNX+XYZnH7+lDU4x\nqpDZQtAhFrxTRtX1qWfv27Uc11vbNjMlo+m/8PGGl1xMLWnHEOKFXI3iqsU2\nSMPWBVLUiw14nJbtwWLBgqHnotOB+eSvGo9ejJm+PjyDuMT8FqG7iZmIxzdI\nCvCErt/aHfdGkCJbpJJqWBAJmez35Z8PC+pMk/6OhrNTCgUue5XBjQMKnfV+\ntrN0vtvPxpvp5ndonBY64Z5eCZ3qy4T0BNCqAwKV4EG89nmzDxctZI/qWOgj\niJc7/DTZmkGhKs1Z6/h81BBLpKbFjl1IMzg+3ous5Yz3B1I2E7sAtrwqPSqh\nT6WHAHTF/AuTpSE5K9DT4w12suQKW+6t6y3fudeGGbK/QfmlPRPnPm8+ZS4r\nGUEuCbNIjNOEUQoui8IkWZPMWYnHBh7xz7ucds0KAt82uL9d16Z7AEvIXlv/\n8Ao+\r\n=LOh4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"07e96174dfa394bfd4ac9ce223caff92c5ee5f09","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.14","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.4","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^11.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^14.0.20","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.4.1_1631153917857_0.31730651719841685","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"google-proto-files","version":"2.5.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"3c1b1e6baa73e2ec53308e679320a74e70afd8bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.5.0.tgz","fileCount":2782,"integrity":"sha512-40DCcTy+cEckGkJPxlJcqd+5KaZrPaKKPSUnD7AAG7qQgPJUrA19+mYhONAvq0u2ubINZpTHXCSPaVKA6TEOJw==","signatures":[{"sig":"MEUCIQCWJHV0MENvpwrkpxDcI5YdDAXWJDD23OuYaNliCsj5iwIge7vPXMpnphJPKSiL5Z/2d+qc/d4HRA24YWQm41VQoeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20231481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2shTCRA9TVsSAnZWagAAHPcP/1ja8wgUx0G0062xsEGo\n4rYA0X3sfwMxQVzcj0gGM0h8bZIyTPEsFgt11c8YIPy2GZOQbYBiHvzaEKCn\nSo8GIw+PhTsXNi2yRTBlDaPxuxxPz8t/jpTDAEKZE3S0oRIspdJxwQHhdOmZ\nW/ztUn4eu1WvVbymxA+cb8hdssQGefrYGtJ5s/KwBvCiCAHtnBqVWRY8F9sg\nCL0drccNDP0No5oysFjWgBUvlsyr21twikOQcMDVnKkxE8b/dKC3FwZP2Ml9\nB1a6pY3wsekLBX4qtCym8SO+gpwjvtsVRkTlEogDeBxc8Cu3KXZsR9MSHTA/\njCj3DTHiPK1odSye+w+RDgF9geTFUFZecfOhTwH18S92W2x2dNCQZBsOwl6M\n45GEAtJ4ijucSA9+LipMmsKBiYd6+RLdtRFQvIjlMA7FVVCQWLOKWNbVv2rf\nPUDgl/k6DuJVAd9tcEUQVzZ7f4JxSM5RmiOTwB+b1Uc3O9bHB8rfoS/oHwcj\nBsaLfYhdSPqTjxkwa5o60QSfRjvxTdkGVzTsUIqM/6RBXi8lVAACIgKoeg03\nVU+D6vCefOxGBI9XaTOt0pZIc1QS+m5QyttOts9xhfjtBVNsW8ZKw+csP2X/\nFoaW7vcXoqfjlRZbzxlzlayaVOE105JM8ZKIJiOs93SBn53yZDcRLLFUAI5R\nTDiK\r\n=3vfy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"55d7cf406e47ac60386d225287cc7e8272fd9939","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.14","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.4","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^11.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^14.0.20","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.5.0_1634678418604_0.34374537471115363","host":"s3://npm-registry-packages"}},"2.5.2":{"name":"google-proto-files","version":"2.5.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"MIT","_id":"google-proto-files@2.5.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"ae538810b59f58b27280f4fd2d35545b8a59a9e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-2.5.2.tgz","fileCount":4394,"integrity":"sha512-++IfDghgAWRk2Hz3KJ8qMtLkXxrY8QlhyBjMYoNieGlYKcGyWZ5J26S9Zk8dCnVRt9NBcYSYg6GfQCrpmfNeJg==","signatures":[{"sig":"MEQCIAI015Mp1ERBYb7zrKgl+udoKGVHfWxPGQJ2W2UByZkUAiB+Sli4zp/mC072+30f+XIUO5c6NuZEY1BeUyjqgpVKRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29773424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicbeFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpevQ/+ILpbhwV0gc+szvIbkbmiVjA/bOWLkiPbaDlFfuVBrfYJBPTF\r\n2PkK4EbnLxxeATK4p5g91d8baeJysL57oSUa5WAGMG6TeyoadgtGbeXxINlk\r\nA5KHBPLhYWLPPfGkqjvd05mljxz61Uc6I+jxrKCIm/HkhTalzFfcsWED9wtp\r\nJa7xnE0GMtCMHgjljwMWDeBv2J7yF4Fy0Oc39EuOAW+6QUYNALerEp5dFzDN\r\nelzuaZr0EakOZIeg1W6kG84w9JKgx7HLYDnlIxOt6XVjzMH2NgQGeeIM/OTL\r\npeIKYK6tjE0NRNoYkuuqvxgQE/oqKYJuQIeeqW3tRr+vPfUsLwfwq3uBrCUU\r\n6DIXPGwjPTJmVp0Hc+VIzClvBRrxpK263lO+iFGDQOUMJIhWR6TMZxH67mt0\r\nTgq2iag8k1edGit23RDldt/V7cHQpTk7eSwRQCnmDRG801UxRr9ACuF5d5LV\r\nUweb/Y52xm5BMBJ3bewy++GgJz5YfWH8j+rvTdwahpE5G2KYMnwATyZZRHuQ\r\nP2K2U+iNM56CHnW4fKddUsTiDZGAalkd/HpDhVhglYHiZEv+WfidtpovbN2T\r\nNJwy/286YX54d81IoBnMD0Gt9Yk9rLFCP40JYwtvC6jp2pO6skwTwQOkJWdh\r\nP1R9jbYa+Tjy7IXe5qa24uh7WkK7lZfgDhU=\r\n=cdxU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"29b4e3f6e70628274a7fe89b998a5f637542b4d0","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.15","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.7","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^2.0.0","mocha":"^8.0.0","sinon":"^13.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^3.8.3","@types/node":"^16.0.0","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_2.5.2_1651619717516_0.0433154219549563","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"google-proto-files","version":"3.0.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@3.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"2a9ba19cb58e7ced05cd19144b2d804d5c6fe886","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-3.0.0.tgz","fileCount":4411,"integrity":"sha512-YN2mHdmxnrMrQbC5jXmXZda0aQ90as7uMsUIxoqL6tydwz+7GjoQ0OsZ8kJmDXxXMZRgY5PFjqIvWKjEYyNGjQ==","signatures":[{"sig":"MEUCIQCUI0lRh97fmbbr5O3CgD6Wf/WKU2yE1szMNwlYciehtgIgd1lAV+SOwX/j+4BOjQrw0Y9iq4JUQt8AcepEH0tXX04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30147725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioMUDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrslw//bmpKt82M9gy6AkBgpax5hAzFH3e+qKRLc4MMKonoX4z1Vb3S\r\n6iXCCV2TiDU6TTuMWVt9ahxj5VOCl5jzZp/u9cHbeRSMIHYGWEo+Ci66kMWs\r\nrDF4A/bCsF3FbtcTUUjrjlSUfDyULk4AJA8/NdXtMIGfB8fsdtEhZKYZEcbk\r\nv2Y9Oa3ZUGluFByclYqOeB24dW4/4FcIMr1prwBm9kcyaa/XD8CBglEqCbHx\r\n6mEPM6ScNf3msojl+at1zBi5j/W2bjZMLgFAzHw8V+kO+NGsfmBUQxpkXHV+\r\nkcB6uW8TiwRweqZuYdQBEUn5IAi39fdmoZCfgBJeFS+Vjv5Bet7rudLAOU8R\r\nFxeLjrbAVcANYQ5D5noahM4aU0MdGcbGC8YqvlPMJ4RsNGtIOn5mCIcBXPqX\r\nF8x/5nsGDLe7dLkrUxn8kSLVIQcfOa4nNw6Ktu4ffHzKFianXLFuGhvGVQl2\r\nh6jg33eu1OYqs/gX6cjN1aVlC9mgx36nv0zAz+E4x49KspIxUyoLfmi546IL\r\ngVF1NEMmKsPaz1pP/UHPz5Z6MgCSPe3VDBp5X05UomkLS13pM1PucUTYQY7L\r\n2cvtw0B4m5qNxqgw68uPlqKl+ftxF9Et041OXUK0SFWI++X+UlcYkpcKQ4sz\r\nD6jcWMoSVcGnmdNh1OGJkAqYbWN+I6mY7iI=\r\n=ODjP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"911a2cdd47941a2ccb45c8dd49b41a0529c4958e","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.15","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.7","dependencies":{"walkdir":"^0.4.0","protobufjs":"^6.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^3.1.0","mocha":"^9.2.2","sinon":"^14.0.0","codecov":"^3.0.0","linkinator":"^2.0.0","proxyquire":"^2.0.0","typescript":"^4.6.4","@types/node":"^16.0.0","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_3.0.0_1654703363158_0.34296409618091483","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"google-proto-files","version":"3.0.1","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@3.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"add0a1f9cc5c608a74d897b4d1061dfc999aa4df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-3.0.1.tgz","fileCount":3880,"integrity":"sha512-YRDk4sihC20A2Rb9jpuSPV+Agfsr4TTNV50ISTBNiQZQHUxff7I4awg+dMIEfR8ZmYMqYC2nS++Z3HH42WUzwg==","signatures":[{"sig":"MEQCIFIQOErWCysMOWpfVHwdQH62bD1VQBIJkXy+LraQENTFAiAMBCB6VCnqDY/zgK7g2NhJ/XSAKbShK/Oin6wLpZXxvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28799228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2cXFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/GA//WebiIeD9Px1wBIxV3MiEPKnK68y9nC3U0ozUw5x12IEAuG+P\r\n56GW4Py9O5Q7Ad/u/BzwARKFh3UQuGs4pOlOs+IaWbJ91R0Bn87nZt1jh/sw\r\nVBnR/D8PlrzQmY+CsaHCYSsVKpsmug4I0oy6msA7mtvh0M2xult9/OURzqBa\r\n7qzqJAPiVMURqIyqL1FgIPI/uAEPjTub/Us1+KVW+pLLTnh5m8MGXIp6Oj2D\r\nFqH+iBY2aVHT25o3C/43GxB5qKYuKJBovb5R90iz/KYhsSKrVKw+CofHu3Ch\r\nuVLA1ylv6I9vvlTxh8A44jdCMTXZx92ggr1MJL8iShAeBGK7SBfIHY+krsjX\r\nj6H4MUFxFjEbwSGY8TSia/zT1mX0u494ohdEzuHn4kzL6BHhiCxdd2B92F8/\r\nFstK5czxOO3xTPiYAW7ee3iVlpKedbHGxmHQiTxve3jU3HuV9v6UspfkU8/0\r\nAH5y7OpQgOxBAAlmvvwubSGrHnjIsuysuJc+n35eQXUbwNeZXEd5z9Q7HdTO\r\nXUFnmrejywdYE/Q5lsmzYV7bp8gP26kaMgrol68A3jr0oU6/yPGLFVL+VVpG\r\nkYv2Hr1cSHaFfMZ9lbnfTi/HXOuiE9fGJcUdnACAMYuEBoxr4vHs7mhKDwqm\r\n/rOxu2xno5J3/bikNqF3M5UYTN2Dur4ISUk=\r\n=P/NY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"d8654be779deb386ae616688388d067831761e29","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.16","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.12","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^3.1.0","mocha":"^9.2.2","sinon":"^14.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^4.6.4","@types/node":"^16.0.0","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_3.0.1_1658439109357_0.9571356211423034","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"google-proto-files","version":"3.0.2","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@3.0.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"4f49bf1b8e846b3763ccbc96685ea89fa0545d19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-3.0.2.tgz","fileCount":3925,"integrity":"sha512-NJOCeNrhH4cScdi+XdCGaqNclqOrt+Qsc8xzOjgwYfcksg1HXBnTCxBhiFvqbavv2vIYmHpm3Ri1QL9xW+UgoQ==","signatures":[{"sig":"MEUCIF1PUEYJmB+hB3jXWV0CiWJatOOPIGOWeUB+xLn9UfpGAiEA3z/CkZDsrmd8c46pbvMJv788BocxwMAu8FI9gFv6E2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29389327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGljbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrztA/9FvqbIVQMVvmyXX2alGTVgAgDNLkMY8NhbBS2rcZcxXyazhe7\r\nQEDAmFuveJ2FXbymXUb2cPIiNeGrntX8sHEKwD5/7SF7GyxaRSrA8u7cWv3V\r\na4GAFiwsgcGpmkmpUNKQ60POXI9j4WI4NaLbKukG7IfXCD4FnKS+LNDOSr4D\r\nIwgmmpp35IbNP+iL6SLapHOmSqmndiCE0m76i1zknIxBrbEBzyU4RPvQk/ky\r\nbtU6F9Kv0NMDcK3TpMZoROWdU6W3xc6TmvyYPq6AliVSYTYm1CJ5KpyOvf0p\r\nK+V2zx2RUVptq1HfBMA5Y19GIG6GPPqIzyMz8XQHXzbjcZbBlA8g7b4Q6hc6\r\nmfWO5j1mjBUCMbuX6S15mwUKnuMz5LfGUO8jiBnL21ldY5fSTYAzVIQtRb9f\r\nxkb8JTkDhqpe3Ajr5vzrtFiOrU04ZkSEn7ymrM+oHA0ydZS1Gwhy+Fcsixsx\r\n4fqDeoW/D/4u+HkL7uYP74jiz/V/vIEr9l+s5XTU9FX9a2+Yb5DbcmPo8I20\r\nzDRxIyzEz3d+lq1LxYZR3DucjU2Cj/btGpnoY5dxWL3YnjYmWWRhV3V8gQno\r\nT8Qj7dmmVJGGZIvSfqFyg1Mb6ATwzui1+oNy/YWLXLy54TIhQJejfxR0WAHY\r\nYUMPG20ZFWCfnMcDKEsq+1Fqa03IEotKWuY=\r\n=CLQu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"786c301c76610a682a1dd0cff4abcf828c7dea6c","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.16","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.12","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^3.1.0","mocha":"^9.2.2","sinon":"^14.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^4.6.4","@types/node":"^16.0.0","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_3.0.2_1662671067054_0.40572119827589836","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"google-proto-files","version":"3.0.3","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@3.0.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"73e116854df2167c1dcb02eb878c10b882bf7f26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-3.0.3.tgz","fileCount":3402,"integrity":"sha512-7JaU/smPA/FpNsCaXyVjitwiQyn5zYC/ETA+xag3ziovBojIWvzevyrbVqhxgnQdgMJ0p1RVSvpzQL6hkg6yGw==","signatures":[{"sig":"MEUCIAuWuUP8+EmPUvB4wtzDRKWpRdSmiWM8pz6zPB39HrvRAiEAp7f88eTK/C5/B25GfOKfI6ZmWaZ8aGMB0nX7AyxFTT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29248292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5Dw9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFow//XHtBEREcoiOHdPPTN+KQsk4NQlaFeL6vz4TRhd2u/nwFTyEN\r\nJKWrCXUYJGZXNrZcWwfQI/sr45ZD6SMRS2+ps2Or3840qRKFQRGRe/YdBiUA\r\nRJjvB5HvaMll6lrC8UxEz3dh+npf260LmoR3KMT9paoT4VKu58/DZfZ32DI2\r\nvmS64bRmfQmLGHwj7YS2mH257T/qEimoqnzX+H+CMO9FX/gsCzx7rGAwNQn+\r\nSIhtlRgnFPUSQBwTgMR+GQu3IZ6fMfsS8OCtCePAW9ealEfrXD0LhqKklYHH\r\n/F22ada2q5rNnN87toq4z/ZLPzIvDn+eHW1jIBeZAiuwMC/tkTm91Q7OfmXH\r\nRjqGv7lMEHdDJ9Ax/Nf64tpBEtLYTrVSq7UbYHv4sBffQ2eKfE84+JRC5n+8\r\nsvt1Pth1rYhyeZkNpVG39prrFLkA+5l6UjfmmTrinNbxEUi9Pzn6mV4Wo6bo\r\noH0MSORl+OCDqnADYaU93Yr6oBqcGaFprkaweZucfyx5WwXN6Re4GWZpgHKl\r\n8obPfH864p7c08f0uXcVJe8pvutjMzJoJgP8iGSqCtM/0Hs9ty3eUFA8gxDI\r\nZZ9F4TR/+J3QdCltaR88V9IcQAATRwlsQvz8i/uFyp1WneSAZpgc8FWsA36v\r\nO4ogCD4AdR04u58DPyZ2GVOonsrHpubGBGI=\r\n=ZnXj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12.0.0"},"gitHead":"7c2f663ac0137f5db24dc50af5fb1e45ce3f4341","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.16","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"12.22.12","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","got":"^11.0.0","gts":"^3.1.0","mocha":"^9.2.2","sinon":"^15.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^4.6.4","@types/node":"^18.0.0","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_3.0.3_1675902012480_0.7573315023315204","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"google-proto-files","version":"4.0.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@4.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"46de40ce994a4adf98094c9261cb36a851306aaf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-4.0.0.tgz","fileCount":4390,"integrity":"sha512-SMzJqJkuwJ50ON15+UBF6KQWHNqnJZzlDGPq5Z6xgAFiQTlfXFVBiyFjz5jd4RHWWAsyEE6KGUMy3txul5dUsA==","signatures":[{"sig":"MEYCIQDCfSp/ke4GBHklvWsvHqHGxIp3skIxNwal+x9e652fzAIhAIkmi+aT+bxem5YvzgwVh2cs5LQyvccNNdGaz9JpJ90V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34973189},"main":"./build/src/index.js","_from":"file:google-proto-files-4.0.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.18","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"14.21.3","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","got":"^11.0.0","gts":"^5.0.0","mocha":"^9.2.2","sinon":"^15.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^5.1.6","@types/node":"^20.4.9","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_4.0.0_1691736771957_0.8302524424597084","host":"s3://npm-registry-packages"}},"4.0.0-experimental":{"name":"google-proto-files","version":"4.0.0-experimental","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@4.0.0-experimental","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"contributors":[{"name":"Google Inc."},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"b5afa612d83bac2a887c9293cff47dd7fdf03514","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-4.0.0-experimental.tgz","fileCount":4647,"integrity":"sha512-4HiM6rxf/H5JB9+BEcew8E/rKQ5nSa8FHZXNMzg4Qyh8+STKBVYcBzkKLNv1b29JS3U5V8zllkxlk+4wsEt0lQ==","signatures":[{"sig":"MEUCIQD0BaqoJXPuSh9g/r8ODAKR4T1ut6BURHTmuTtbcZiTlQIgG1NIm9VJW0IGBTjtOvATHNqDCbzXlQ8SaqMv0l/J0sg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37831142},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"gitHead":"c313a339be05c36e657f8d6309bd5236f05f5b1b","scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.15","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"14.18.0","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.1","got":"^11.0.0","gts":"^5.0.0","mocha":"^9.2.2","sinon":"^16.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^5.1.6","@types/node":"^20.4.9","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_4.0.0-experimental_1703207424182_0.8787107915542602","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"google-proto-files","version":"4.1.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@4.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"4a63079a9011a8c49eda211454fc970f9086ba0d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-4.1.0.tgz","fileCount":4652,"integrity":"sha512-tqygU9QaPknc+YqnSFYvpGZQ4dy72ovUgUjUTXborBKdMJvg9uq+oJg+qp1jTvyXQii5foHdNpNr5ELU5tTfew==","signatures":[{"sig":"MEQCIFn+UT89Hv9GtYqjA+dQsYFPykDr9jY+rGqc4sO8xlMIAiB8C3j/vzLvs1tg11LGWNuk/L7MO5VOpCAv75lXHGZXfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37891693},"main":"./build/src/index.js","_from":"file:google-proto-files-4.1.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.18","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"14.21.3","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.1","got":"^11.0.0","gts":"^5.0.0","mocha":"^9.2.2","sinon":"^16.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^5.1.6","@types/node":"^20.4.9","@types/mocha":"^9.0.0","@types/sinon":"^10.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_4.1.0_1705000132806_0.1309168727811647","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"google-proto-files","version":"4.2.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@4.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"130a6caa307b02541cbc6005234e3fe156768027","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-4.2.0.tgz","fileCount":4923,"integrity":"sha512-Yl3ZtTSpkOLjHTqHn91NhDp2jMPzpHWowSGz3S30N6gkqOXrJwUu44alR9dX+NyHK3n165uR+jezOH365b1pPA==","signatures":[{"sig":"MEQCICbnoOTOyTQ/LVo2e3douzv/WCKogJUJkVxSTrN8LqUiAiBawZXZ8ccVzpUZbi6BjFB1UtsUJ/bzPSDCDRTROSqwfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40266313},"main":"./build/src/index.js","_from":"file:google-proto-files-4.2.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14.0.0"},"scripts":{"fix":"gts fix","docs":"compodoc src/","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.18","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"14.21.3","dependencies":{"walkdir":"^0.4.0","protobufjs":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","got":"^11.0.0","gts":"^5.0.0","mocha":"^9.2.2","sinon":"^17.0.0","codecov":"^3.0.0","linkinator":"^4.0.0","proxyquire":"^2.0.0","typescript":"^5.1.6","@types/node":"^20.4.9","@types/mocha":"^9.0.0","@types/sinon":"^17.0.0","decompress-zip":"^0.3.2","@types/proxyquire":"^1.3.28","@compodoc/compodoc":"^1.1.9"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_4.2.0_1711403818814_0.6837554535156616","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"google-proto-files","version":"5.0.0","keywords":["google","proto","protobuf","protocol buffer","grpc"],"author":{"name":"google-proto-files project authors"},"license":"Apache-2.0","_id":"google-proto-files@5.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"dist":{"shasum":"cbfde1586e654b039cd384c0fd882f7e92bee9cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-5.0.0.tgz","fileCount":5485,"integrity":"sha512-Z9+CpU1bD6ISOQiovQEtojnQcEUvsBZLl6/Cr0jk9ywKy0pfJ83jmkyMzibeWVHn+P9eZxgP6mLuBLSaiLPcUQ==","signatures":[{"sig":"MEQCID2aD4h4luGB6I7j/50GzfW3lfJS4uVBIjMosi6k6Ae6AiA508VRQAJtvQ/SXteLqbE7YagIs5wPdgg3SsLl/9qzUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":51424100},"main":"./build/src/index.js","_from":"file:google-proto-files-5.0.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=18"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","clean":"gts clean","compile":"tsc -p .","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile && node ./build/tools/prepublish.js","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","precompile":"gts clean","system-test":"echo no system tests 😱","predocs-test":"npm run docs","samples-test":"cd samples && npm link ../ && npm test && cd ../"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-proto-files.git","type":"git"},"_npmVersion":"6.14.18","description":"All of the Google API's protocol buffer files","directories":{},"_nodeVersion":"14.21.3","dependencies":{"walkdir":"^0.4.1","protobufjs":"7.5.3"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10.1.3","got":"^11.0.0","gts":"^6.0.2","jsdoc":"^4.0.4","mocha":"^11.1.0","sinon":"^20.0.0","codecov":"^3.8.3","linkinator":"^6.1.2","proxyquire":"^2.1.3","typescript":"^5.8.3","@types/node":"^22.14.1","jsdoc-fresh":"^3.0.0","@types/mocha":"^10.0.10","@types/sinon":"^17.0.4","decompress-zip":"^0.3.3","jsdoc-region-tag":"^3.0.0","@types/proxyquire":"^1.3.31"},"_npmOperationalInternal":{"tmp":"tmp/google-proto-files_5.0.0_1748474145858_0.24988253266650995","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"google-proto-files","description":"All of the Google API's protocol buffer files","version":"5.0.1","license":"Apache-2.0","author":{"name":"google-proto-files project authors"},"engines":{"node":">=18"},"repository":{"type":"git","url":"git+https://github.com/googleapis/nodejs-proto-files.git"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","keywords":["google","proto","protobuf","protocol buffer","grpc"],"scripts":{"prepare":"npm run compile && node ./build/tools/prepublish.js","lint":"gts check","test":"c8 mocha build/test","fix":"gts fix","system-test":"echo no system tests 😱","samples-test":"cd samples && npm link ../ && npm test && cd ../","docs":"jsdoc -c .jsdoc.js","clean":"gts clean","compile":"tsc -p .","pretest":"npm run prepare && npm run compile","docs-test":"linkinator docs","predocs-test":"npm run docs","prelint":"cd samples; npm link ../; npm install","precompile":"gts clean"},"dependencies":{"protobufjs":"7.5.4","walkdir":"^0.4.1"},"devDependencies":{"@types/mocha":"^10.0.10","@types/node":"^22.14.1","@types/proxyquire":"^1.3.31","@types/sinon":"^17.0.4","c8":"^10.1.3","codecov":"^3.8.3","decompress-zip":"^0.3.3","got":"^11.0.0","gts":"^6.0.2","jsdoc":"^4.0.4","jsdoc-fresh":"^4.0.0","jsdoc-region-tag":"^3.0.0","linkinator":"^6.1.2","mocha":"^11.1.0","proxyquire":"^2.1.3","sinon":"^21.0.0","typescript":"^5.8.3"},"_resolved":"","_integrity":"","_from":"file:google-proto-files-5.0.1.tgz","bugs":{"url":"https://github.com/googleapis/nodejs-proto-files/issues"},"homepage":"https://github.com/googleapis/nodejs-proto-files#readme","_id":"google-proto-files@5.0.1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-DM5x0D1QM/kTQ12p57lG14+aL3PMPtbzYf+oekPMkUweUjrrT4crzV7O9LakZF5/rdl+SVBeSiA/sfTu/dAWvw==","shasum":"bdfc30a40fe2970ee387310f3bc57c527533ff64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/google-proto-files/-/google-proto-files-5.0.1.tgz","fileCount":5582,"unpackedSize":53495951,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFkQq/EAd8fn16XGU8VPLLzsWhcaZ+M5Pl8B9SCBntgLAiEA+jI1hC0V39CZLw1atc4cT+OyiKkSi5QVQwhBfQw6PC8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/google-proto-files_5.0.1_1755809760406_0.8058494146311665"},"_hasShrinkwrap":false}},"name":"google-proto-files","time":{"created":"2016-01-18T21:45:27.233Z","modified":"2025-08-21T20:56:01.011Z","0.1.0":"2016-01-18T21:45:27.233Z","0.1.1":"2016-01-18T21:47:03.376Z","0.2.0":"2016-04-15T01:37:49.137Z","0.2.1":"2016-06-08T20:47:20.372Z","0.2.2":"2016-06-09T23:04:27.590Z","0.2.3":"2016-06-09T23:05:25.102Z","0.2.4":"2016-06-09T23:08:22.256Z","0.3.0":"2016-07-08T20:07:42.143Z","0.4.0":"2016-08-02T12:28:37.621Z","0.5.0":"2016-08-12T22:19:31.558Z","0.6.0":"2016-08-18T19:22:15.060Z","0.7.0":"2016-08-18T21:10:21.257Z","0.8.0":"2016-09-24T02:27:50.338Z","0.8.1":"2016-09-29T22:53:11.362Z","0.8.2":"2016-09-29T23:22:23.609Z","0.8.3":"2016-10-13T21:49:43.753Z","0.8.4":"2016-10-27T22:02:19.184Z","0.9.0":"2016-11-15T00:28:20.524Z","0.8.5":"2016-11-15T00:29:34.848Z","0.8.6":"2016-12-16T13:19:43.327Z","0.9.1":"2017-02-14T17:02:41.836Z","0.10.0":"2017-03-02T17:11:53.082Z","0.11.0":"2017-04-01T19:45:37.351Z","0.11.1":"2017-05-08T13:27:35.466Z","0.12.0":"2017-05-18T00:15:59.376Z","0.12.1":"2017-07-31T15:08:07.449Z","0.13.0":"2017-08-25T16:30:04.860Z","0.13.1":"2017-09-05T23:30:23.255Z","0.14.0":"2017-11-10T20:53:55.589Z","0.14.1":"2017-11-10T21:45:56.711Z","0.14.2":"2018-01-26T20:31:13.844Z","0.15.0":"2018-02-02T02:09:03.991Z","0.15.1":"2018-02-15T18:35:55.981Z","0.16.0":"2018-06-08T13:37:27.191Z","0.16.1":"2018-06-19T00:48:31.393Z","0.17.0":"2018-10-11T21:31:52.682Z","0.18.0":"2018-11-09T23:56:25.973Z","0.19.0":"2019-03-13T21:52:45.654Z","0.20.0":"2019-03-15T20:50:29.760Z","1.0.0":"2019-05-03T22:19:32.432Z","1.0.1":"2019-05-20T15:08:24.720Z","1.0.2":"2019-06-14T15:21:33.721Z","1.0.3":"2019-06-26T22:43:22.692Z","1.1.0":"2019-08-23T20:36:05.663Z","1.1.1":"2019-11-15T01:23:51.157Z","1.1.2":"2020-01-06T19:12:48.610Z","2.0.0":"2020-03-27T20:48:46.402Z","2.1.0":"2020-06-02T18:37:14.480Z","2.2.0":"2020-07-10T01:35:53.287Z","2.3.0":"2020-11-18T05:21:22.422Z","2.4.0":"2021-01-14T18:52:15.334Z","2.4.1":"2021-09-09T02:18:38.616Z","2.5.0":"2021-10-19T21:20:18.957Z","2.5.2":"2022-05-03T23:15:17.819Z","3.0.0":"2022-06-08T15:49:23.571Z","3.0.1":"2022-07-21T21:31:49.664Z","3.0.2":"2022-09-08T21:04:27.418Z","3.0.3":"2023-02-09T00:20:12.970Z","4.0.0":"2023-08-11T06:52:52.417Z","4.0.0-experimental":"2023-12-22T01:10:24.513Z","4.1.0":"2024-01-11T19:08:53.197Z","4.2.0":"2024-03-25T21:56:59.141Z","5.0.0":"2025-05-28T23:15:46.239Z","5.0.1":"2025-08-21T20:56:00.798Z"},"readmeFilename":"README.md","homepage":"https://github.com/googleapis/nodejs-proto-files#readme"}