{"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"dist-tags":{"latest":"1.24.11","next":"1.25.0-pre1","bugfix":"1.23.4"},"author":{"name":"Google Inc."},"description":"gRPC Library for Node","readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n**As of April 2021 this library is deprecated and will no longer receive any updates. We recommend using [`@grpc/grpc-js`](https://www.npmjs.com/package/@grpc/grpc-js) instead.**\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## LATEST VERSIONS SUPPORTED\n\n - Node: 14\n - Electron: 11.2\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best way to get gRPC to work with electron is to do this, possibly in the `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"users":{"kenticny":true,"21xhipster":true,"miskiw":true,"bsnote":true,"softwind":true,"phgyorgygulyas":true,"skymap":true,"knksmith57":true,"knoja4":true,"sharper":true,"icerainnuaa":true,"thomas.miele":true,"heartnett":true,"nisimjoseph":true,"hehaiyang":true,"leelee.echo":true,"heineiuo":true,"xiaoyiyu":true,"meeh":true,"xtx1130":true,"kron4eg":true,"jk0":true,"ohom":true,"rmp":true,"adrian.arroyocalle":true,"flumpus-dev":true},"license":"Apache-2.0","bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"versions":{"0.5.0":{"name":"grpc","version":"0.5.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.1","jshint":"^2.5.5","nan":"~1.3.0","protobufjs":"git+https://github.com/murgatroid99/ProtoBuf.js","underscore":"^1.7.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.0","_shasum":"42c4f15c52bae19bc60f5e01def8b547995be967","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"}],"dist":{"shasum":"42c4f15c52bae19bc60f5e01def8b547995be967","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.0.tgz","integrity":"sha512-Sy5S7EqMgLO7RfJnjr9XiTEEx+5h6MBny9pu2mFjipdEdNt3U7eC37IYC5Pw/D0VAC+NSRDOwY8TVrEXKXolsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6zcgEaOeCPDZUpIGzW4hcS7b1H5GInLy0CTKwSgbtDQIhAMSrtYfU7PqiEvdFTziHyghVW3gq9RrIGvGrw11J5UdL"}]},"directories":{},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.5.1":{"name":"grpc","version":"0.5.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.1","jshint":"^2.5.5","nan":"~1.3.0","protobufjs":"git+https://github.com/murgatroid99/ProtoBuf.js","underscore":"^1.7.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.1","_shasum":"245272b73d4677f2cf9f3d263f31e3a1837b9b11","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"245272b73d4677f2cf9f3d263f31e3a1837b9b11","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.1.tgz","integrity":"sha512-Rt9W36C8EADbgVMYlhxr0RfgBkvV+4cCoPtpN6a3kUp5xnod6Ce5QOsuAxf1HwwcUUHjlZXY2XrImKZFCmTNiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC+aAjVl/l+i4EK85/wJ7Gz9L7KWhfmiATuRBvtBilotAiEAxKDaacpK7tSQbiwTAMcCOgQtvvc3sh3CjJudK3DibfE="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.5.2":{"name":"grpc","version":"0.5.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"git+https://github.com/murgatroid99/ProtoBuf.js","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.2","_shasum":"421e7fc432e921f726f6b85c1b7fdbe1a8260564","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"421e7fc432e921f726f6b85c1b7fdbe1a8260564","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.2.tgz","integrity":"sha512-KRotIkqmN3q7tIiQGEc7hBT0JCiVdbUlAqZmXN6FflZAd+PlTYeQrTjqLkWYwk84jQz3PmLP/cl6TkJnQ0gj6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbsSAc/srbZPH0KwavGGIHHtu5aeSDw+mizC575ocxnQIhAL5IK6VXszJnDFTlon5ZKR+5JMpilL0qxQZDZiUthI9M"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.5.3":{"name":"grpc","version":"0.5.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"git+https://github.com/murgatroid99/ProtoBuf.js","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.3","_shasum":"e9faebd3950ac81615cbbd09662d6cf7d1966783","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"e9faebd3950ac81615cbbd09662d6cf7d1966783","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.3.tgz","integrity":"sha512-3Oix9n1pKDNju3Ipy4qpOAfyR/lLb3nFcy1oeeky8YkBdjupxTEXTezUncw2Kqo41C6Ia06Ns9+RFq9Sooqw/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAil/qbcqtziK7VMEv6g4w69WaNjXFSk0rxJdbKERnTQIgItYJSJiRsTbPAmkvgFDStuogvnTGIjyPHi75QohRhr8="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.5.4":{"name":"grpc","version":"0.5.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"git+https://github.com/murgatroid99/ProtoBuf.js","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.4","_shasum":"b1a49e7a4074c95df6d7aaefc270e23baea5efc8","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"b1a49e7a4074c95df6d7aaefc270e23baea5efc8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.4.tgz","integrity":"sha512-fAKoGHgDJ5URbkEKqaYInorH6Ir3/Uu8PRvL3c/C4sCUrHTR1FJdjVGIqwsz88phbFEzH2cGLYFdX/9PPDRroQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFxGM9v4Lad0/rLXQ+38z9R7adDv7D3PS8mWNS562WBUAiEArxSSCeN/KJ9BfLvZyLYwcN4g/6qKjZBeGDk9OElCmHA="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.5.5":{"name":"grpc","version":"0.5.5","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"^4.0.0-b2","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.5.5","_shasum":"457c598a09011e11dc736d8418c5c74668397d6f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"457c598a09011e11dc736d8418c5c74668397d6f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.5.5.tgz","integrity":"sha512-+lFGjxrBWq2fqtbcd/Ijt1QRMpY0svMt+rz9mwWKE1XRlSHJDSwVMES/5MM4VFCI/OLcwSF0MPrCU5qx0c/xuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLUwrnEJ/06qZ1VwqY4Dfl5bgXmxgE9atWwVOgzgVMHQIgCpq4Q8HLQECnCKIWTbxjFKA5ok90PNxwYk0RtwHzkIY="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.6.0":{"name":"grpc","version":"0.6.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"^4.0.0-b2","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.6.0","_shasum":"00c05fbb5246a1a14dc8b130245a4dabb408617d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"00c05fbb5246a1a14dc8b130245a4dabb408617d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.6.0.tgz","integrity":"sha512-D82V+jdtSrryjaNbQPVqtVXgrox4QBjBxJYI6/DW6wdRRh1WIS3FTSNYlzSffWTOtIeV/4eSDGDvwYuUDM/KBQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbeYC1RlcH0QBSt00zQ1iFiOvRxoVjuBqKvbjZvdNNOgIgC1Mdjq5pabE/Bwf6u+lvk8uQItosFghsCKRLjUYE2ao="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.6.1":{"name":"grpc","version":"0.6.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"^4.0.0-b2","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.6.1","_shasum":"8b9033969ae7b46858dd94a93f8c8416236a7c27","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"8b9033969ae7b46858dd94a93f8c8416236a7c27","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.6.1.tgz","integrity":"sha512-9n1E0eri+MMHjliUjk4Sto13u0KJzjgAWSslzYCSosr74A6+BLsDtqZvSQIxXBaqRgsSCpBGurLvdHQLFXqWmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdwxjga+CSFvq2r/boZ30edFq7yyzY4aI250K+iZH9ZAiBPb0Mgqsh0EaGTVHWXaNFj1ke/7YcYKIq4F9cdYZ3IPA=="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.6.2":{"name":"grpc","version":"0.6.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"^4.0.0-b2","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.6.2","_shasum":"419dfa2892011644d5657950892c0d3a2232587f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"419dfa2892011644d5657950892c0d3a2232587f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.6.2.tgz","integrity":"sha512-5Z57r3LyeVyVNd0+rYDZHdBnGOKJYH0Nf7QIZJbVFK2/SuBPYb2dSTOxdcLIfmvxZMxt2pJuQJQr2dBVQ0AZYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDWdwFRnKM4ht6U6SkdrYNXShpFnwf/oQhCyrMxj/PbHAiEAlmZqWqJuvbAyhCJOBxA8d6KIkwUDYpUbHWxrX3253go="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.7.0":{"name":"grpc","version":"0.7.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"^4.0.0-b2","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.7.0","_shasum":"cc4ab06f5e31d455c7a577fcd9a9bd200c540b4c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"cc4ab06f5e31d455c7a577fcd9a9bd200c540b4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.7.0.tgz","integrity":"sha512-tD+urSp61AReL4toJ8mbMdGs1LsP/dLC+Ps6M8Kqb0LbeHFCgHlC51YrGqAeO00wwtY9+tudBwXGrbRRk9sVKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2kOyDxBrL4CSWJJTCzNXA/kImsJgTMWWasRAUx2p/pAIgH494GeUzStEqmDWHG8V6Wrl0DESQ6krFYxXG9a6VvAQ="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.8.0":{"name":"grpc","version":"0.8.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"git+https://github.com/dcodeIO/ProtoBuf.js","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.8.0","_shasum":"f7a677c8ca5f647eb1ac86a2692950c159500e28","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.lumish@gmail.com"},{"name":"anonymous","email":"temiola@google.com"}],"dist":{"shasum":"f7a677c8ca5f647eb1ac86a2692950c159500e28","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.8.0.tgz","integrity":"sha512-jSs7jtlo0VygAxlva/kKUFOhMvlEQ8Ff+Tlt/JVcv2hZP2CjXaPCiUlRFf2JsTvBd2rZ3DFJFRbE9RdpfLM+IA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbyzxFxMem/8oaXVStDWypFebOY/0P2ik+dwFtk2qxjAIgNs6aApfJtEDkjHOupdWdcFuCdtq/+k2MtWjs/t84xuw="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.9.0":{"name":"grpc","version":"0.9.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","nan":"^1.5.0","protobufjs":"git+https://github.com/dcodeIO/ProtoBuf.js","underscore":"^1.6.0","underscore.string":"^3.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.9.0","_shasum":"247c838adbb702f41e63e8dabd86294d17377eef","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"247c838adbb702f41e63e8dabd86294d17377eef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.9.0.tgz","integrity":"sha512-a26xd2Ll97eiuCNgVthndFC7BuuIyWsE0w53rmstMQvPISWczz9ZIhI3aEeftfybcE+q3eqQ/7n8qb9rD8CjdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDu2Ar7dI9vHJ22fP/m7zq7li1um9abiQPmWZBleDm7bAiEA2POnpBUO6lkn3Ya7ZBZUuNpq5aYdYkPC4RGC8Q9KAvI="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.9.1":{"name":"grpc","version":"0.9.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^1.5.0","protobufjs":"github:dcodeio/ProtoBuf.js"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.9.1","_shasum":"ca76e73ac153372bdd42f35fba4b5fe8715f204d","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"ca76e73ac153372bdd42f35fba4b5fe8715f204d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.9.1.tgz","integrity":"sha512-aNvWdAaPFy6KuyFtVw01e2TWsdT8C6XC5HrNRr8fPHSiTNWHX0a4zOYCU/yAGBxwQjFlmrharI2EJxSZvtmfag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7sOMvFB0WpVXoUoCWB5zdXSKAlrMwG9mmqG9uYFR9QAIhALFGlv19YHuyyL2SEkKHimwyPEK9hGPnZJzO9+knwyae"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.9.2":{"name":"grpc","version":"0.9.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^1.5.0","protobufjs":"github:dcodeio/ProtoBuf.js"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.9.2","_shasum":"ced567d55907b6f7f1a1dc6099c6743d6cd6f769","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.2","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"ced567d55907b6f7f1a1dc6099c6743d6cd6f769","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.9.2.tgz","integrity":"sha512-r4A4yjXLF2FzU7zX8KKc4JJf5GzP7OCFzuKmbqr6RLOPAkIHwEbSWt/pk9kcLmreLUkGEDJWq0ppA7f1emahEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8D+sLzTTL2oS2anQ3cLb1BYI+ZCo2NdeEYMPMOEFPJQIgQtE4DqVKXWQToqwsJi4j3qgy1rDu1L18KDiR63C5nzk="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.10.0":{"name":"grpc","version":"0.10.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^1.5.0","protobufjs":"^4.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.10.0","_shasum":"c649fddd0ab18acfbedb51841d667f6002f9d490","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"c649fddd0ab18acfbedb51841d667f6002f9d490","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.10.0.tgz","integrity":"sha512-sVOsJuwDnEePQoATsVgRacbZxU8+I8cEpWpEK9vE6fqCPWjJ/MOYYBO/EzbSlUL45xNe1omdRnlPDsnIgjYRKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQConuNltTq2p1wlF+Z22nbUs2PIbVhnftmLqVACx+DTFwIhAM4xubkRQy990utv1WhC8iND87nkUCTJLKjb7tEn1y1G"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.10.1":{"name":"grpc","version":"0.10.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^1.5.0","protobufjs":"^4.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.10.1","_shasum":"2310f168c7548268064b4cbee8c38ae0182ecb10","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"2310f168c7548268064b4cbee8c38ae0182ecb10","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.10.1.tgz","integrity":"sha512-cZjuwnEoIRSW1TksaCjFyN+0H0J55busCpCAtzyQwFE9Qr5j3zbeRVvKgnU5JJGtsZh0Nv2Dsg68FCUq0n/kNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCasIoVFP5MUg1jOv3ISK/oZUXi9kHdhIBeP7o/VNyODwIhAJ23jmYufI0mk2+4JpcUXFKsnbValZNa0fvPapDazMcm"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.11.0":{"name":"grpc","version":"0.11.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","gen_docs":"jsdoc -c jsdoc_conf.json","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^1.5.0","protobufjs":"^4.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.11.0","_shasum":"6997a1135462e8f9e5cbb0d88bb256e336a32bae","_from":".","_npmVersion":"2.14.2","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"6997a1135462e8f9e5cbb0d88bb256e336a32bae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.11.0.tgz","integrity":"sha512-EnzRu2AuZ9eh8lgd1TLtYgzRv0LWA4S7jC+onk1Ymk/lKruPBaa1hxN6PEQMMNyeLIVIhmWrqcS6mAOChIwevg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsTES2toAfBXZ8lMcrKedUIQ7kKxznJ/pEyJP3qz6OsQIhAPIQUS7/fDPyVKQk7J74yubcRHOizqjIY/8/UZKbHDmq"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.11.1":{"name":"grpc","version":"0.11.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src","example":"examples"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src test examples interop index.js","test":"node ./node_modules/mocha/bin/mocha && npm run-script lint","gen_docs":"jsdoc -c jsdoc_conf.json","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0"},"devDependencies":{"async":"^0.9.0","google-auth-library":"^0.9.2","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"~1.21.0","mustache":"^2.0.0","strftime":"^0.8.2"},"engines":{"node":">=0.10.13"},"files":["LICENSE","README.md","index.js","binding.gyp","bin","cli","examples","ext","interop","src","test"],"main":"index.js","license":"BSD-3-Clause","gypfile":true,"_id":"grpc@0.11.1","_shasum":"d92c3a32001f710aef59b205b46d82810a62f55f","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"d92c3a32001f710aef59b205b46d82810a62f55f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.11.1.tgz","integrity":"sha512-YJGDs70Yy+3JY1hLhriKJHojFY48Z7N+hW00a1Q7g+We0/EOZNCp7dBxVIsrf5L7URDm5NRnWha1Wk9CBXQ12Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChzM/KaVRsCgd1BF+F2a0XbqCMrDUvIL6MYnnM5FC9TAiBKveXpkXSglRbN3uslPeVCPycDDciLG8gTtvfsYZK9+w=="}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.12.0":{"name":"grpc","version":"0.12.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-gyp rebuild"},"dependencies":{"bindings":"^1.2.0","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.10.13"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/census.h","src/core/security/auth_filters.h","src/core/security/base64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/timer_internal.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/census/aggregation.h","src/core/census/context.h","src/core/census/rpc_metric_id.h","src/core/httpcli/httpcli_security_connector.c","src/core/security/base64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/uri_parser.c","src/core/compression/algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/operation.c","src/core/census/tracing.c","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/file.c","src/core/support/file_posix.c","src/core/support/file_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","gypfile":true,"gitHead":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","_id":"grpc@0.12.0","_shasum":"313fa9d84cbfea4d48726967dcca3249f21661e6","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"313fa9d84cbfea4d48726967dcca3249f21661e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.12.0.tgz","integrity":"sha512-48E8AXhjnta/5LoPvSHMRZOjp4dx0bkHOeJYEWsJKSitp8M34iWpzDGxohkAHvIfnUlo+HpX890hlgUARMtHdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVQK/XTIg0u6JgKtyj1zZVCDiFZpDjPyN7FAmiQuWiJAIhAPHLNEDxM3Oo80YKvja7FKmB4eAoRzCrvHzLzipPCBTC"}]},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.13.0-pre1":{"name":"grpc","version":"0.13.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","preinstall":"npm install node-pre-gyp","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"lodash":"^3.9.3","nan":"^2.0.0","node-pre-gyp":"^0.6.19","protobufjs":"^4.0.0"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.10.13"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/grpc_extension.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","include/grpc/impl/codegen/alloc.h","include/grpc/impl/codegen/atm.h","include/grpc/impl/codegen/atm_gcc_atomic.h","include/grpc/impl/codegen/atm_gcc_sync.h","include/grpc/impl/codegen/atm_win32.h","include/grpc/impl/codegen/byte_buffer.h","include/grpc/impl/codegen/compression_types.h","include/grpc/impl/codegen/connectivity_state.h","include/grpc/impl/codegen/grpc_types.h","include/grpc/impl/codegen/log.h","include/grpc/impl/codegen/port_platform.h","include/grpc/impl/codegen/propagation_bits.h","include/grpc/impl/codegen/slice.h","include/grpc/impl/codegen/slice_buffer.h","include/grpc/impl/codegen/status.h","include/grpc/impl/codegen/sync.h","include/grpc/impl/codegen/sync_generic.h","include/grpc/impl/codegen/sync_posix.h","include/grpc/impl/codegen/sync_win32.h","include/grpc/impl/codegen/time.h","include/grpc/census.h","src/core/security/auth_filters.h","src/core/security/base64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/ssl_types.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/timer_internal.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/census/aggregation.h","src/core/census/rpc_metric_id.h","src/core/httpcli/httpcli_security_connector.c","src/core/security/base64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/uri_parser.c","src/core/compression/algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/surface/alarm.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/file.c","src/core/support/file_posix.c","src/core/support/file_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/subprocess_windows.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","src/core/support/wrap_memcpy.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/operation.c","src/core/census/placeholders.c","src/core/census/tracing.c","third_party/zlib/crc32.h","third_party/zlib/deflate.h","third_party/zlib/gzguts.h","third_party/zlib/inffast.h","third_party/zlib/inffixed.h","third_party/zlib/inflate.h","third_party/zlib/inftrees.h","third_party/zlib/trees.h","third_party/zlib/zconf.h","third_party/zlib/zlib.h","third_party/zlib/zutil.h","third_party/zlib/adler32.c","third_party/zlib/compress.c","third_party/zlib/crc32.c","third_party/zlib/deflate.c","third_party/zlib/gzclose.c","third_party/zlib/gzlib.c","third_party/zlib/gzread.c","third_party/zlib/gzwrite.c","third_party/zlib/infback.c","third_party/zlib/inffast.c","third_party/zlib/inflate.c","third_party/zlib/inftrees.c","third_party/zlib/trees.c","third_party/zlib/uncompr.c","third_party/zlib/zutil.c","third_party/boringssl/crypto/aes/internal.h","third_party/boringssl/crypto/asn1/asn1_locl.h","third_party/boringssl/crypto/bio/internal.h","third_party/boringssl/crypto/bn/internal.h","third_party/boringssl/crypto/bn/rsaz_exp.h","third_party/boringssl/crypto/bytestring/internal.h","third_party/boringssl/crypto/cipher/internal.h","third_party/boringssl/crypto/conf/conf_def.h","third_party/boringssl/crypto/conf/internal.h","third_party/boringssl/crypto/des/internal.h","third_party/boringssl/crypto/dh/internal.h","third_party/boringssl/crypto/digest/internal.h","third_party/boringssl/crypto/digest/md32_common.h","third_party/boringssl/crypto/directory.h","third_party/boringssl/crypto/dsa/internal.h","third_party/boringssl/crypto/ec/internal.h","third_party/boringssl/crypto/ec/p256-x86_64-table.h","third_party/boringssl/crypto/evp/internal.h","third_party/boringssl/crypto/internal.h","third_party/boringssl/crypto/modes/internal.h","third_party/boringssl/crypto/obj/obj_dat.h","third_party/boringssl/crypto/obj/obj_xref.h","third_party/boringssl/crypto/pkcs8/internal.h","third_party/boringssl/crypto/rand/internal.h","third_party/boringssl/crypto/rsa/internal.h","third_party/boringssl/crypto/test/scoped_types.h","third_party/boringssl/crypto/test/test_util.h","third_party/boringssl/crypto/x509/charmap.h","third_party/boringssl/crypto/x509/vpm_int.h","third_party/boringssl/crypto/x509v3/ext_dat.h","third_party/boringssl/crypto/x509v3/pcy_int.h","third_party/boringssl/include/openssl/aead.h","third_party/boringssl/include/openssl/aes.h","third_party/boringssl/include/openssl/arm_arch.h","third_party/boringssl/include/openssl/asn1.h","third_party/boringssl/include/openssl/asn1_mac.h","third_party/boringssl/include/openssl/asn1t.h","third_party/boringssl/include/openssl/base.h","third_party/boringssl/include/openssl/base64.h","third_party/boringssl/include/openssl/bio.h","third_party/boringssl/include/openssl/blowfish.h","third_party/boringssl/include/openssl/bn.h","third_party/boringssl/include/openssl/buf.h","third_party/boringssl/include/openssl/buffer.h","third_party/boringssl/include/openssl/bytestring.h","third_party/boringssl/include/openssl/cast.h","third_party/boringssl/include/openssl/chacha.h","third_party/boringssl/include/openssl/cipher.h","third_party/boringssl/include/openssl/cmac.h","third_party/boringssl/include/openssl/conf.h","third_party/boringssl/include/openssl/cpu.h","third_party/boringssl/include/openssl/crypto.h","third_party/boringssl/include/openssl/curve25519.h","third_party/boringssl/include/openssl/des.h","third_party/boringssl/include/openssl/dh.h","third_party/boringssl/include/openssl/digest.h","third_party/boringssl/include/openssl/dsa.h","third_party/boringssl/include/openssl/dtls1.h","third_party/boringssl/include/openssl/ec.h","third_party/boringssl/include/openssl/ec_key.h","third_party/boringssl/include/openssl/ecdh.h","third_party/boringssl/include/openssl/ecdsa.h","third_party/boringssl/include/openssl/engine.h","third_party/boringssl/include/openssl/err.h","third_party/boringssl/include/openssl/evp.h","third_party/boringssl/include/openssl/ex_data.h","third_party/boringssl/include/openssl/hkdf.h","third_party/boringssl/include/openssl/hmac.h","third_party/boringssl/include/openssl/lhash.h","third_party/boringssl/include/openssl/lhash_macros.h","third_party/boringssl/include/openssl/md4.h","third_party/boringssl/include/openssl/md5.h","third_party/boringssl/include/openssl/mem.h","third_party/boringssl/include/openssl/obj.h","third_party/boringssl/include/openssl/obj_mac.h","third_party/boringssl/include/openssl/objects.h","third_party/boringssl/include/openssl/opensslfeatures.h","third_party/boringssl/include/openssl/opensslv.h","third_party/boringssl/include/openssl/ossl_typ.h","third_party/boringssl/include/openssl/pem.h","third_party/boringssl/include/openssl/pkcs12.h","third_party/boringssl/include/openssl/pkcs7.h","third_party/boringssl/include/openssl/pkcs8.h","third_party/boringssl/include/openssl/poly1305.h","third_party/boringssl/include/openssl/pqueue.h","third_party/boringssl/include/openssl/rand.h","third_party/boringssl/include/openssl/rc4.h","third_party/boringssl/include/openssl/rsa.h","third_party/boringssl/include/openssl/safestack.h","third_party/boringssl/include/openssl/sha.h","third_party/boringssl/include/openssl/srtp.h","third_party/boringssl/include/openssl/ssl.h","third_party/boringssl/include/openssl/ssl3.h","third_party/boringssl/include/openssl/stack.h","third_party/boringssl/include/openssl/stack_macros.h","third_party/boringssl/include/openssl/thread.h","third_party/boringssl/include/openssl/time_support.h","third_party/boringssl/include/openssl/tls1.h","third_party/boringssl/include/openssl/type_check.h","third_party/boringssl/include/openssl/x509.h","third_party/boringssl/include/openssl/x509_vfy.h","third_party/boringssl/include/openssl/x509v3.h","third_party/boringssl/ssl/internal.h","third_party/boringssl/ssl/test/async_bio.h","third_party/boringssl/ssl/test/packeted_bio.h","third_party/boringssl/ssl/test/scoped_types.h","third_party/boringssl/ssl/test/test_config.h","src/boringssl/err_data.c","third_party/boringssl/crypto/aes/aes.c","third_party/boringssl/crypto/aes/mode_wrappers.c","third_party/boringssl/crypto/asn1/a_bitstr.c","third_party/boringssl/crypto/asn1/a_bool.c","third_party/boringssl/crypto/asn1/a_bytes.c","third_party/boringssl/crypto/asn1/a_d2i_fp.c","third_party/boringssl/crypto/asn1/a_dup.c","third_party/boringssl/crypto/asn1/a_enum.c","third_party/boringssl/crypto/asn1/a_gentm.c","third_party/boringssl/crypto/asn1/a_i2d_fp.c","third_party/boringssl/crypto/asn1/a_int.c","third_party/boringssl/crypto/asn1/a_mbstr.c","third_party/boringssl/crypto/asn1/a_object.c","third_party/boringssl/crypto/asn1/a_octet.c","third_party/boringssl/crypto/asn1/a_print.c","third_party/boringssl/crypto/asn1/a_strnid.c","third_party/boringssl/crypto/asn1/a_time.c","third_party/boringssl/crypto/asn1/a_type.c","third_party/boringssl/crypto/asn1/a_utctm.c","third_party/boringssl/crypto/asn1/a_utf8.c","third_party/boringssl/crypto/asn1/asn1_lib.c","third_party/boringssl/crypto/asn1/asn1_par.c","third_party/boringssl/crypto/asn1/asn_pack.c","third_party/boringssl/crypto/asn1/bio_asn1.c","third_party/boringssl/crypto/asn1/bio_ndef.c","third_party/boringssl/crypto/asn1/f_enum.c","third_party/boringssl/crypto/asn1/f_int.c","third_party/boringssl/crypto/asn1/f_string.c","third_party/boringssl/crypto/asn1/t_bitst.c","third_party/boringssl/crypto/asn1/t_pkey.c","third_party/boringssl/crypto/asn1/tasn_dec.c","third_party/boringssl/crypto/asn1/tasn_enc.c","third_party/boringssl/crypto/asn1/tasn_fre.c","third_party/boringssl/crypto/asn1/tasn_new.c","third_party/boringssl/crypto/asn1/tasn_prn.c","third_party/boringssl/crypto/asn1/tasn_typ.c","third_party/boringssl/crypto/asn1/tasn_utl.c","third_party/boringssl/crypto/asn1/x_bignum.c","third_party/boringssl/crypto/asn1/x_long.c","third_party/boringssl/crypto/base64/base64.c","third_party/boringssl/crypto/bio/bio.c","third_party/boringssl/crypto/bio/bio_mem.c","third_party/boringssl/crypto/bio/buffer.c","third_party/boringssl/crypto/bio/connect.c","third_party/boringssl/crypto/bio/fd.c","third_party/boringssl/crypto/bio/file.c","third_party/boringssl/crypto/bio/hexdump.c","third_party/boringssl/crypto/bio/pair.c","third_party/boringssl/crypto/bio/printf.c","third_party/boringssl/crypto/bio/socket.c","third_party/boringssl/crypto/bio/socket_helper.c","third_party/boringssl/crypto/bn/add.c","third_party/boringssl/crypto/bn/asm/x86_64-gcc.c","third_party/boringssl/crypto/bn/bn.c","third_party/boringssl/crypto/bn/bn_asn1.c","third_party/boringssl/crypto/bn/cmp.c","third_party/boringssl/crypto/bn/convert.c","third_party/boringssl/crypto/bn/ctx.c","third_party/boringssl/crypto/bn/div.c","third_party/boringssl/crypto/bn/exponentiation.c","third_party/boringssl/crypto/bn/gcd.c","third_party/boringssl/crypto/bn/generic.c","third_party/boringssl/crypto/bn/kronecker.c","third_party/boringssl/crypto/bn/montgomery.c","third_party/boringssl/crypto/bn/mul.c","third_party/boringssl/crypto/bn/prime.c","third_party/boringssl/crypto/bn/random.c","third_party/boringssl/crypto/bn/rsaz_exp.c","third_party/boringssl/crypto/bn/shift.c","third_party/boringssl/crypto/bn/sqrt.c","third_party/boringssl/crypto/buf/buf.c","third_party/boringssl/crypto/bytestring/ber.c","third_party/boringssl/crypto/bytestring/cbb.c","third_party/boringssl/crypto/bytestring/cbs.c","third_party/boringssl/crypto/chacha/chacha_generic.c","third_party/boringssl/crypto/chacha/chacha_vec.c","third_party/boringssl/crypto/cipher/aead.c","third_party/boringssl/crypto/cipher/cipher.c","third_party/boringssl/crypto/cipher/derive_key.c","third_party/boringssl/crypto/cipher/e_aes.c","third_party/boringssl/crypto/cipher/e_chacha20poly1305.c","third_party/boringssl/crypto/cipher/e_des.c","third_party/boringssl/crypto/cipher/e_null.c","third_party/boringssl/crypto/cipher/e_rc2.c","third_party/boringssl/crypto/cipher/e_rc4.c","third_party/boringssl/crypto/cipher/e_ssl3.c","third_party/boringssl/crypto/cipher/e_tls.c","third_party/boringssl/crypto/cipher/tls_cbc.c","third_party/boringssl/crypto/cmac/cmac.c","third_party/boringssl/crypto/conf/conf.c","third_party/boringssl/crypto/cpu-arm.c","third_party/boringssl/crypto/cpu-intel.c","third_party/boringssl/crypto/crypto.c","third_party/boringssl/crypto/curve25519/curve25519.c","third_party/boringssl/crypto/des/des.c","third_party/boringssl/crypto/dh/check.c","third_party/boringssl/crypto/dh/dh.c","third_party/boringssl/crypto/dh/dh_asn1.c","third_party/boringssl/crypto/dh/params.c","third_party/boringssl/crypto/digest/digest.c","third_party/boringssl/crypto/digest/digests.c","third_party/boringssl/crypto/directory_posix.c","third_party/boringssl/crypto/directory_win.c","third_party/boringssl/crypto/dsa/dsa.c","third_party/boringssl/crypto/dsa/dsa_asn1.c","third_party/boringssl/crypto/ec/ec.c","third_party/boringssl/crypto/ec/ec_asn1.c","third_party/boringssl/crypto/ec/ec_key.c","third_party/boringssl/crypto/ec/ec_montgomery.c","third_party/boringssl/crypto/ec/oct.c","third_party/boringssl/crypto/ec/p224-64.c","third_party/boringssl/crypto/ec/p256-64.c","third_party/boringssl/crypto/ec/p256-x86_64.c","third_party/boringssl/crypto/ec/simple.c","third_party/boringssl/crypto/ec/util-64.c","third_party/boringssl/crypto/ec/wnaf.c","third_party/boringssl/crypto/ecdh/ecdh.c","third_party/boringssl/crypto/ecdsa/ecdsa.c","third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c","third_party/boringssl/crypto/engine/engine.c","third_party/boringssl/crypto/err/err.c","third_party/boringssl/crypto/evp/algorithm.c","third_party/boringssl/crypto/evp/digestsign.c","third_party/boringssl/crypto/evp/evp.c","third_party/boringssl/crypto/evp/evp_asn1.c","third_party/boringssl/crypto/evp/evp_ctx.c","third_party/boringssl/crypto/evp/p_dsa_asn1.c","third_party/boringssl/crypto/evp/p_ec.c","third_party/boringssl/crypto/evp/p_ec_asn1.c","third_party/boringssl/crypto/evp/p_rsa.c","third_party/boringssl/crypto/evp/p_rsa_asn1.c","third_party/boringssl/crypto/evp/pbkdf.c","third_party/boringssl/crypto/evp/sign.c","third_party/boringssl/crypto/ex_data.c","third_party/boringssl/crypto/hkdf/hkdf.c","third_party/boringssl/crypto/hmac/hmac.c","third_party/boringssl/crypto/lhash/lhash.c","third_party/boringssl/crypto/md4/md4.c","third_party/boringssl/crypto/md5/md5.c","third_party/boringssl/crypto/mem.c","third_party/boringssl/crypto/modes/cbc.c","third_party/boringssl/crypto/modes/cfb.c","third_party/boringssl/crypto/modes/ctr.c","third_party/boringssl/crypto/modes/gcm.c","third_party/boringssl/crypto/modes/ofb.c","third_party/boringssl/crypto/obj/obj.c","third_party/boringssl/crypto/obj/obj_xref.c","third_party/boringssl/crypto/pem/pem_all.c","third_party/boringssl/crypto/pem/pem_info.c","third_party/boringssl/crypto/pem/pem_lib.c","third_party/boringssl/crypto/pem/pem_oth.c","third_party/boringssl/crypto/pem/pem_pk8.c","third_party/boringssl/crypto/pem/pem_pkey.c","third_party/boringssl/crypto/pem/pem_x509.c","third_party/boringssl/crypto/pem/pem_xaux.c","third_party/boringssl/crypto/pkcs8/p5_pbe.c","third_party/boringssl/crypto/pkcs8/p5_pbev2.c","third_party/boringssl/crypto/pkcs8/p8_pkey.c","third_party/boringssl/crypto/pkcs8/pkcs8.c","third_party/boringssl/crypto/poly1305/poly1305.c","third_party/boringssl/crypto/poly1305/poly1305_arm.c","third_party/boringssl/crypto/poly1305/poly1305_vec.c","third_party/boringssl/crypto/rand/rand.c","third_party/boringssl/crypto/rand/urandom.c","third_party/boringssl/crypto/rand/windows.c","third_party/boringssl/crypto/rc4/rc4.c","third_party/boringssl/crypto/refcount_c11.c","third_party/boringssl/crypto/refcount_lock.c","third_party/boringssl/crypto/rsa/blinding.c","third_party/boringssl/crypto/rsa/padding.c","third_party/boringssl/crypto/rsa/rsa.c","third_party/boringssl/crypto/rsa/rsa_asn1.c","third_party/boringssl/crypto/rsa/rsa_impl.c","third_party/boringssl/crypto/sha/sha1.c","third_party/boringssl/crypto/sha/sha256.c","third_party/boringssl/crypto/sha/sha512.c","third_party/boringssl/crypto/stack/stack.c","third_party/boringssl/crypto/thread.c","third_party/boringssl/crypto/thread_none.c","third_party/boringssl/crypto/thread_pthread.c","third_party/boringssl/crypto/thread_win.c","third_party/boringssl/crypto/time_support.c","third_party/boringssl/crypto/x509/a_digest.c","third_party/boringssl/crypto/x509/a_sign.c","third_party/boringssl/crypto/x509/a_strex.c","third_party/boringssl/crypto/x509/a_verify.c","third_party/boringssl/crypto/x509/asn1_gen.c","third_party/boringssl/crypto/x509/by_dir.c","third_party/boringssl/crypto/x509/by_file.c","third_party/boringssl/crypto/x509/i2d_pr.c","third_party/boringssl/crypto/x509/pkcs7.c","third_party/boringssl/crypto/x509/t_crl.c","third_party/boringssl/crypto/x509/t_req.c","third_party/boringssl/crypto/x509/t_x509.c","third_party/boringssl/crypto/x509/t_x509a.c","third_party/boringssl/crypto/x509/x509.c","third_party/boringssl/crypto/x509/x509_att.c","third_party/boringssl/crypto/x509/x509_cmp.c","third_party/boringssl/crypto/x509/x509_d2.c","third_party/boringssl/crypto/x509/x509_def.c","third_party/boringssl/crypto/x509/x509_ext.c","third_party/boringssl/crypto/x509/x509_lu.c","third_party/boringssl/crypto/x509/x509_obj.c","third_party/boringssl/crypto/x509/x509_r2x.c","third_party/boringssl/crypto/x509/x509_req.c","third_party/boringssl/crypto/x509/x509_set.c","third_party/boringssl/crypto/x509/x509_trs.c","third_party/boringssl/crypto/x509/x509_txt.c","third_party/boringssl/crypto/x509/x509_v3.c","third_party/boringssl/crypto/x509/x509_vfy.c","third_party/boringssl/crypto/x509/x509_vpm.c","third_party/boringssl/crypto/x509/x509cset.c","third_party/boringssl/crypto/x509/x509name.c","third_party/boringssl/crypto/x509/x509rset.c","third_party/boringssl/crypto/x509/x509spki.c","third_party/boringssl/crypto/x509/x509type.c","third_party/boringssl/crypto/x509/x_algor.c","third_party/boringssl/crypto/x509/x_all.c","third_party/boringssl/crypto/x509/x_attrib.c","third_party/boringssl/crypto/x509/x_crl.c","third_party/boringssl/crypto/x509/x_exten.c","third_party/boringssl/crypto/x509/x_info.c","third_party/boringssl/crypto/x509/x_name.c","third_party/boringssl/crypto/x509/x_pkey.c","third_party/boringssl/crypto/x509/x_pubkey.c","third_party/boringssl/crypto/x509/x_req.c","third_party/boringssl/crypto/x509/x_sig.c","third_party/boringssl/crypto/x509/x_spki.c","third_party/boringssl/crypto/x509/x_val.c","third_party/boringssl/crypto/x509/x_x509.c","third_party/boringssl/crypto/x509/x_x509a.c","third_party/boringssl/crypto/x509v3/pcy_cache.c","third_party/boringssl/crypto/x509v3/pcy_data.c","third_party/boringssl/crypto/x509v3/pcy_lib.c","third_party/boringssl/crypto/x509v3/pcy_map.c","third_party/boringssl/crypto/x509v3/pcy_node.c","third_party/boringssl/crypto/x509v3/pcy_tree.c","third_party/boringssl/crypto/x509v3/v3_akey.c","third_party/boringssl/crypto/x509v3/v3_akeya.c","third_party/boringssl/crypto/x509v3/v3_alt.c","third_party/boringssl/crypto/x509v3/v3_bcons.c","third_party/boringssl/crypto/x509v3/v3_bitst.c","third_party/boringssl/crypto/x509v3/v3_conf.c","third_party/boringssl/crypto/x509v3/v3_cpols.c","third_party/boringssl/crypto/x509v3/v3_crld.c","third_party/boringssl/crypto/x509v3/v3_enum.c","third_party/boringssl/crypto/x509v3/v3_extku.c","third_party/boringssl/crypto/x509v3/v3_genn.c","third_party/boringssl/crypto/x509v3/v3_ia5.c","third_party/boringssl/crypto/x509v3/v3_info.c","third_party/boringssl/crypto/x509v3/v3_int.c","third_party/boringssl/crypto/x509v3/v3_lib.c","third_party/boringssl/crypto/x509v3/v3_ncons.c","third_party/boringssl/crypto/x509v3/v3_pci.c","third_party/boringssl/crypto/x509v3/v3_pcia.c","third_party/boringssl/crypto/x509v3/v3_pcons.c","third_party/boringssl/crypto/x509v3/v3_pku.c","third_party/boringssl/crypto/x509v3/v3_pmaps.c","third_party/boringssl/crypto/x509v3/v3_prn.c","third_party/boringssl/crypto/x509v3/v3_purp.c","third_party/boringssl/crypto/x509v3/v3_skey.c","third_party/boringssl/crypto/x509v3/v3_sxnet.c","third_party/boringssl/crypto/x509v3/v3_utl.c","third_party/boringssl/ssl/custom_extensions.c","third_party/boringssl/ssl/d1_both.c","third_party/boringssl/ssl/d1_clnt.c","third_party/boringssl/ssl/d1_lib.c","third_party/boringssl/ssl/d1_meth.c","third_party/boringssl/ssl/d1_pkt.c","third_party/boringssl/ssl/d1_srtp.c","third_party/boringssl/ssl/d1_srvr.c","third_party/boringssl/ssl/dtls_record.c","third_party/boringssl/ssl/pqueue/pqueue.c","third_party/boringssl/ssl/s3_both.c","third_party/boringssl/ssl/s3_clnt.c","third_party/boringssl/ssl/s3_enc.c","third_party/boringssl/ssl/s3_lib.c","third_party/boringssl/ssl/s3_meth.c","third_party/boringssl/ssl/s3_pkt.c","third_party/boringssl/ssl/s3_srvr.c","third_party/boringssl/ssl/ssl_aead_ctx.c","third_party/boringssl/ssl/ssl_asn1.c","third_party/boringssl/ssl/ssl_buffer.c","third_party/boringssl/ssl/ssl_cert.c","third_party/boringssl/ssl/ssl_cipher.c","third_party/boringssl/ssl/ssl_file.c","third_party/boringssl/ssl/ssl_lib.c","third_party/boringssl/ssl/ssl_rsa.c","third_party/boringssl/ssl/ssl_session.c","third_party/boringssl/ssl/ssl_stat.c","third_party/boringssl/ssl/t1_enc.c","third_party/boringssl/ssl/t1_lib.c","third_party/boringssl/ssl/tls_record.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","_id":"grpc@0.13.0-pre1","_shasum":"4cc4c09140c512c1a32218bf796933e27d3a5f86","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"4cc4c09140c512c1a32218bf796933e27d3a5f86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.13.0-pre1.tgz","integrity":"sha512-D3AvkkARG/3UksrdIHsE9fcSznPJg5yqHV45eIGlCGRftr6II4UVDjFdiNIp4H8tVsv6S8PyrONYmiR7BINB3w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBL+O8CWwq2zQoCLoQkf43yx5Os/OlXADL1Fgfy3xvouAiBvjQk8Tvjf6zzjAwbEGuo17n0yKa/CUez9wK2NCmvO/Q=="}]},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/grpc-0.13.0-pre1.tgz_1455062134936_0.5991116976365447"}},"0.13.0":{"name":"grpc","version":"0.13.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/grpc_extension.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","include/grpc/impl/codegen/alloc.h","include/grpc/impl/codegen/atm.h","include/grpc/impl/codegen/atm_gcc_atomic.h","include/grpc/impl/codegen/atm_gcc_sync.h","include/grpc/impl/codegen/atm_win32.h","include/grpc/impl/codegen/byte_buffer.h","include/grpc/impl/codegen/compression_types.h","include/grpc/impl/codegen/connectivity_state.h","include/grpc/impl/codegen/grpc_types.h","include/grpc/impl/codegen/log.h","include/grpc/impl/codegen/port_platform.h","include/grpc/impl/codegen/propagation_bits.h","include/grpc/impl/codegen/slice.h","include/grpc/impl/codegen/slice_buffer.h","include/grpc/impl/codegen/status.h","include/grpc/impl/codegen/sync.h","include/grpc/impl/codegen/sync_generic.h","include/grpc/impl/codegen/sync_posix.h","include/grpc/impl/codegen/sync_win32.h","include/grpc/impl/codegen/time.h","include/grpc/census.h","src/core/security/auth_filters.h","src/core/security/base64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/ssl_types.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/timer_internal.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/census/aggregation.h","src/core/census/rpc_metric_id.h","src/core/httpcli/httpcli_security_connector.c","src/core/security/base64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/uri_parser.c","src/core/compression/algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/surface/alarm.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/file.c","src/core/support/file_posix.c","src/core/support/file_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/subprocess_windows.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","src/core/support/wrap_memcpy.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/operation.c","src/core/census/placeholders.c","src/core/census/tracing.c","third_party/zlib/crc32.h","third_party/zlib/deflate.h","third_party/zlib/gzguts.h","third_party/zlib/inffast.h","third_party/zlib/inffixed.h","third_party/zlib/inflate.h","third_party/zlib/inftrees.h","third_party/zlib/trees.h","third_party/zlib/zconf.h","third_party/zlib/zlib.h","third_party/zlib/zutil.h","third_party/zlib/adler32.c","third_party/zlib/compress.c","third_party/zlib/crc32.c","third_party/zlib/deflate.c","third_party/zlib/gzclose.c","third_party/zlib/gzlib.c","third_party/zlib/gzread.c","third_party/zlib/gzwrite.c","third_party/zlib/infback.c","third_party/zlib/inffast.c","third_party/zlib/inflate.c","third_party/zlib/inftrees.c","third_party/zlib/trees.c","third_party/zlib/uncompr.c","third_party/zlib/zutil.c","third_party/boringssl/crypto/aes/internal.h","third_party/boringssl/crypto/asn1/asn1_locl.h","third_party/boringssl/crypto/bio/internal.h","third_party/boringssl/crypto/bn/internal.h","third_party/boringssl/crypto/bn/rsaz_exp.h","third_party/boringssl/crypto/bytestring/internal.h","third_party/boringssl/crypto/cipher/internal.h","third_party/boringssl/crypto/conf/conf_def.h","third_party/boringssl/crypto/conf/internal.h","third_party/boringssl/crypto/des/internal.h","third_party/boringssl/crypto/dh/internal.h","third_party/boringssl/crypto/digest/internal.h","third_party/boringssl/crypto/digest/md32_common.h","third_party/boringssl/crypto/directory.h","third_party/boringssl/crypto/dsa/internal.h","third_party/boringssl/crypto/ec/internal.h","third_party/boringssl/crypto/ec/p256-x86_64-table.h","third_party/boringssl/crypto/evp/internal.h","third_party/boringssl/crypto/internal.h","third_party/boringssl/crypto/modes/internal.h","third_party/boringssl/crypto/obj/obj_dat.h","third_party/boringssl/crypto/obj/obj_xref.h","third_party/boringssl/crypto/pkcs8/internal.h","third_party/boringssl/crypto/rand/internal.h","third_party/boringssl/crypto/rsa/internal.h","third_party/boringssl/crypto/test/scoped_types.h","third_party/boringssl/crypto/test/test_util.h","third_party/boringssl/crypto/x509/charmap.h","third_party/boringssl/crypto/x509/vpm_int.h","third_party/boringssl/crypto/x509v3/ext_dat.h","third_party/boringssl/crypto/x509v3/pcy_int.h","third_party/boringssl/include/openssl/aead.h","third_party/boringssl/include/openssl/aes.h","third_party/boringssl/include/openssl/arm_arch.h","third_party/boringssl/include/openssl/asn1.h","third_party/boringssl/include/openssl/asn1_mac.h","third_party/boringssl/include/openssl/asn1t.h","third_party/boringssl/include/openssl/base.h","third_party/boringssl/include/openssl/base64.h","third_party/boringssl/include/openssl/bio.h","third_party/boringssl/include/openssl/blowfish.h","third_party/boringssl/include/openssl/bn.h","third_party/boringssl/include/openssl/buf.h","third_party/boringssl/include/openssl/buffer.h","third_party/boringssl/include/openssl/bytestring.h","third_party/boringssl/include/openssl/cast.h","third_party/boringssl/include/openssl/chacha.h","third_party/boringssl/include/openssl/cipher.h","third_party/boringssl/include/openssl/cmac.h","third_party/boringssl/include/openssl/conf.h","third_party/boringssl/include/openssl/cpu.h","third_party/boringssl/include/openssl/crypto.h","third_party/boringssl/include/openssl/curve25519.h","third_party/boringssl/include/openssl/des.h","third_party/boringssl/include/openssl/dh.h","third_party/boringssl/include/openssl/digest.h","third_party/boringssl/include/openssl/dsa.h","third_party/boringssl/include/openssl/dtls1.h","third_party/boringssl/include/openssl/ec.h","third_party/boringssl/include/openssl/ec_key.h","third_party/boringssl/include/openssl/ecdh.h","third_party/boringssl/include/openssl/ecdsa.h","third_party/boringssl/include/openssl/engine.h","third_party/boringssl/include/openssl/err.h","third_party/boringssl/include/openssl/evp.h","third_party/boringssl/include/openssl/ex_data.h","third_party/boringssl/include/openssl/hkdf.h","third_party/boringssl/include/openssl/hmac.h","third_party/boringssl/include/openssl/lhash.h","third_party/boringssl/include/openssl/lhash_macros.h","third_party/boringssl/include/openssl/md4.h","third_party/boringssl/include/openssl/md5.h","third_party/boringssl/include/openssl/mem.h","third_party/boringssl/include/openssl/obj.h","third_party/boringssl/include/openssl/obj_mac.h","third_party/boringssl/include/openssl/objects.h","third_party/boringssl/include/openssl/opensslfeatures.h","third_party/boringssl/include/openssl/opensslv.h","third_party/boringssl/include/openssl/ossl_typ.h","third_party/boringssl/include/openssl/pem.h","third_party/boringssl/include/openssl/pkcs12.h","third_party/boringssl/include/openssl/pkcs7.h","third_party/boringssl/include/openssl/pkcs8.h","third_party/boringssl/include/openssl/poly1305.h","third_party/boringssl/include/openssl/pqueue.h","third_party/boringssl/include/openssl/rand.h","third_party/boringssl/include/openssl/rc4.h","third_party/boringssl/include/openssl/rsa.h","third_party/boringssl/include/openssl/safestack.h","third_party/boringssl/include/openssl/sha.h","third_party/boringssl/include/openssl/srtp.h","third_party/boringssl/include/openssl/ssl.h","third_party/boringssl/include/openssl/ssl3.h","third_party/boringssl/include/openssl/stack.h","third_party/boringssl/include/openssl/stack_macros.h","third_party/boringssl/include/openssl/thread.h","third_party/boringssl/include/openssl/time_support.h","third_party/boringssl/include/openssl/tls1.h","third_party/boringssl/include/openssl/type_check.h","third_party/boringssl/include/openssl/x509.h","third_party/boringssl/include/openssl/x509_vfy.h","third_party/boringssl/include/openssl/x509v3.h","third_party/boringssl/ssl/internal.h","third_party/boringssl/ssl/test/async_bio.h","third_party/boringssl/ssl/test/packeted_bio.h","third_party/boringssl/ssl/test/scoped_types.h","third_party/boringssl/ssl/test/test_config.h","src/boringssl/err_data.c","third_party/boringssl/crypto/aes/aes.c","third_party/boringssl/crypto/aes/mode_wrappers.c","third_party/boringssl/crypto/asn1/a_bitstr.c","third_party/boringssl/crypto/asn1/a_bool.c","third_party/boringssl/crypto/asn1/a_bytes.c","third_party/boringssl/crypto/asn1/a_d2i_fp.c","third_party/boringssl/crypto/asn1/a_dup.c","third_party/boringssl/crypto/asn1/a_enum.c","third_party/boringssl/crypto/asn1/a_gentm.c","third_party/boringssl/crypto/asn1/a_i2d_fp.c","third_party/boringssl/crypto/asn1/a_int.c","third_party/boringssl/crypto/asn1/a_mbstr.c","third_party/boringssl/crypto/asn1/a_object.c","third_party/boringssl/crypto/asn1/a_octet.c","third_party/boringssl/crypto/asn1/a_print.c","third_party/boringssl/crypto/asn1/a_strnid.c","third_party/boringssl/crypto/asn1/a_time.c","third_party/boringssl/crypto/asn1/a_type.c","third_party/boringssl/crypto/asn1/a_utctm.c","third_party/boringssl/crypto/asn1/a_utf8.c","third_party/boringssl/crypto/asn1/asn1_lib.c","third_party/boringssl/crypto/asn1/asn1_par.c","third_party/boringssl/crypto/asn1/asn_pack.c","third_party/boringssl/crypto/asn1/bio_asn1.c","third_party/boringssl/crypto/asn1/bio_ndef.c","third_party/boringssl/crypto/asn1/f_enum.c","third_party/boringssl/crypto/asn1/f_int.c","third_party/boringssl/crypto/asn1/f_string.c","third_party/boringssl/crypto/asn1/t_bitst.c","third_party/boringssl/crypto/asn1/t_pkey.c","third_party/boringssl/crypto/asn1/tasn_dec.c","third_party/boringssl/crypto/asn1/tasn_enc.c","third_party/boringssl/crypto/asn1/tasn_fre.c","third_party/boringssl/crypto/asn1/tasn_new.c","third_party/boringssl/crypto/asn1/tasn_prn.c","third_party/boringssl/crypto/asn1/tasn_typ.c","third_party/boringssl/crypto/asn1/tasn_utl.c","third_party/boringssl/crypto/asn1/x_bignum.c","third_party/boringssl/crypto/asn1/x_long.c","third_party/boringssl/crypto/base64/base64.c","third_party/boringssl/crypto/bio/bio.c","third_party/boringssl/crypto/bio/bio_mem.c","third_party/boringssl/crypto/bio/buffer.c","third_party/boringssl/crypto/bio/connect.c","third_party/boringssl/crypto/bio/fd.c","third_party/boringssl/crypto/bio/file.c","third_party/boringssl/crypto/bio/hexdump.c","third_party/boringssl/crypto/bio/pair.c","third_party/boringssl/crypto/bio/printf.c","third_party/boringssl/crypto/bio/socket.c","third_party/boringssl/crypto/bio/socket_helper.c","third_party/boringssl/crypto/bn/add.c","third_party/boringssl/crypto/bn/asm/x86_64-gcc.c","third_party/boringssl/crypto/bn/bn.c","third_party/boringssl/crypto/bn/bn_asn1.c","third_party/boringssl/crypto/bn/cmp.c","third_party/boringssl/crypto/bn/convert.c","third_party/boringssl/crypto/bn/ctx.c","third_party/boringssl/crypto/bn/div.c","third_party/boringssl/crypto/bn/exponentiation.c","third_party/boringssl/crypto/bn/gcd.c","third_party/boringssl/crypto/bn/generic.c","third_party/boringssl/crypto/bn/kronecker.c","third_party/boringssl/crypto/bn/montgomery.c","third_party/boringssl/crypto/bn/mul.c","third_party/boringssl/crypto/bn/prime.c","third_party/boringssl/crypto/bn/random.c","third_party/boringssl/crypto/bn/rsaz_exp.c","third_party/boringssl/crypto/bn/shift.c","third_party/boringssl/crypto/bn/sqrt.c","third_party/boringssl/crypto/buf/buf.c","third_party/boringssl/crypto/bytestring/ber.c","third_party/boringssl/crypto/bytestring/cbb.c","third_party/boringssl/crypto/bytestring/cbs.c","third_party/boringssl/crypto/chacha/chacha_generic.c","third_party/boringssl/crypto/chacha/chacha_vec.c","third_party/boringssl/crypto/cipher/aead.c","third_party/boringssl/crypto/cipher/cipher.c","third_party/boringssl/crypto/cipher/derive_key.c","third_party/boringssl/crypto/cipher/e_aes.c","third_party/boringssl/crypto/cipher/e_chacha20poly1305.c","third_party/boringssl/crypto/cipher/e_des.c","third_party/boringssl/crypto/cipher/e_null.c","third_party/boringssl/crypto/cipher/e_rc2.c","third_party/boringssl/crypto/cipher/e_rc4.c","third_party/boringssl/crypto/cipher/e_ssl3.c","third_party/boringssl/crypto/cipher/e_tls.c","third_party/boringssl/crypto/cipher/tls_cbc.c","third_party/boringssl/crypto/cmac/cmac.c","third_party/boringssl/crypto/conf/conf.c","third_party/boringssl/crypto/cpu-arm.c","third_party/boringssl/crypto/cpu-intel.c","third_party/boringssl/crypto/crypto.c","third_party/boringssl/crypto/curve25519/curve25519.c","third_party/boringssl/crypto/des/des.c","third_party/boringssl/crypto/dh/check.c","third_party/boringssl/crypto/dh/dh.c","third_party/boringssl/crypto/dh/dh_asn1.c","third_party/boringssl/crypto/dh/params.c","third_party/boringssl/crypto/digest/digest.c","third_party/boringssl/crypto/digest/digests.c","third_party/boringssl/crypto/directory_posix.c","third_party/boringssl/crypto/directory_win.c","third_party/boringssl/crypto/dsa/dsa.c","third_party/boringssl/crypto/dsa/dsa_asn1.c","third_party/boringssl/crypto/ec/ec.c","third_party/boringssl/crypto/ec/ec_asn1.c","third_party/boringssl/crypto/ec/ec_key.c","third_party/boringssl/crypto/ec/ec_montgomery.c","third_party/boringssl/crypto/ec/oct.c","third_party/boringssl/crypto/ec/p224-64.c","third_party/boringssl/crypto/ec/p256-64.c","third_party/boringssl/crypto/ec/p256-x86_64.c","third_party/boringssl/crypto/ec/simple.c","third_party/boringssl/crypto/ec/util-64.c","third_party/boringssl/crypto/ec/wnaf.c","third_party/boringssl/crypto/ecdh/ecdh.c","third_party/boringssl/crypto/ecdsa/ecdsa.c","third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c","third_party/boringssl/crypto/engine/engine.c","third_party/boringssl/crypto/err/err.c","third_party/boringssl/crypto/evp/algorithm.c","third_party/boringssl/crypto/evp/digestsign.c","third_party/boringssl/crypto/evp/evp.c","third_party/boringssl/crypto/evp/evp_asn1.c","third_party/boringssl/crypto/evp/evp_ctx.c","third_party/boringssl/crypto/evp/p_dsa_asn1.c","third_party/boringssl/crypto/evp/p_ec.c","third_party/boringssl/crypto/evp/p_ec_asn1.c","third_party/boringssl/crypto/evp/p_rsa.c","third_party/boringssl/crypto/evp/p_rsa_asn1.c","third_party/boringssl/crypto/evp/pbkdf.c","third_party/boringssl/crypto/evp/sign.c","third_party/boringssl/crypto/ex_data.c","third_party/boringssl/crypto/hkdf/hkdf.c","third_party/boringssl/crypto/hmac/hmac.c","third_party/boringssl/crypto/lhash/lhash.c","third_party/boringssl/crypto/md4/md4.c","third_party/boringssl/crypto/md5/md5.c","third_party/boringssl/crypto/mem.c","third_party/boringssl/crypto/modes/cbc.c","third_party/boringssl/crypto/modes/cfb.c","third_party/boringssl/crypto/modes/ctr.c","third_party/boringssl/crypto/modes/gcm.c","third_party/boringssl/crypto/modes/ofb.c","third_party/boringssl/crypto/obj/obj.c","third_party/boringssl/crypto/obj/obj_xref.c","third_party/boringssl/crypto/pem/pem_all.c","third_party/boringssl/crypto/pem/pem_info.c","third_party/boringssl/crypto/pem/pem_lib.c","third_party/boringssl/crypto/pem/pem_oth.c","third_party/boringssl/crypto/pem/pem_pk8.c","third_party/boringssl/crypto/pem/pem_pkey.c","third_party/boringssl/crypto/pem/pem_x509.c","third_party/boringssl/crypto/pem/pem_xaux.c","third_party/boringssl/crypto/pkcs8/p5_pbe.c","third_party/boringssl/crypto/pkcs8/p5_pbev2.c","third_party/boringssl/crypto/pkcs8/p8_pkey.c","third_party/boringssl/crypto/pkcs8/pkcs8.c","third_party/boringssl/crypto/poly1305/poly1305.c","third_party/boringssl/crypto/poly1305/poly1305_arm.c","third_party/boringssl/crypto/poly1305/poly1305_vec.c","third_party/boringssl/crypto/rand/rand.c","third_party/boringssl/crypto/rand/urandom.c","third_party/boringssl/crypto/rand/windows.c","third_party/boringssl/crypto/rc4/rc4.c","third_party/boringssl/crypto/refcount_c11.c","third_party/boringssl/crypto/refcount_lock.c","third_party/boringssl/crypto/rsa/blinding.c","third_party/boringssl/crypto/rsa/padding.c","third_party/boringssl/crypto/rsa/rsa.c","third_party/boringssl/crypto/rsa/rsa_asn1.c","third_party/boringssl/crypto/rsa/rsa_impl.c","third_party/boringssl/crypto/sha/sha1.c","third_party/boringssl/crypto/sha/sha256.c","third_party/boringssl/crypto/sha/sha512.c","third_party/boringssl/crypto/stack/stack.c","third_party/boringssl/crypto/thread.c","third_party/boringssl/crypto/thread_none.c","third_party/boringssl/crypto/thread_pthread.c","third_party/boringssl/crypto/thread_win.c","third_party/boringssl/crypto/time_support.c","third_party/boringssl/crypto/x509/a_digest.c","third_party/boringssl/crypto/x509/a_sign.c","third_party/boringssl/crypto/x509/a_strex.c","third_party/boringssl/crypto/x509/a_verify.c","third_party/boringssl/crypto/x509/asn1_gen.c","third_party/boringssl/crypto/x509/by_dir.c","third_party/boringssl/crypto/x509/by_file.c","third_party/boringssl/crypto/x509/i2d_pr.c","third_party/boringssl/crypto/x509/pkcs7.c","third_party/boringssl/crypto/x509/t_crl.c","third_party/boringssl/crypto/x509/t_req.c","third_party/boringssl/crypto/x509/t_x509.c","third_party/boringssl/crypto/x509/t_x509a.c","third_party/boringssl/crypto/x509/x509.c","third_party/boringssl/crypto/x509/x509_att.c","third_party/boringssl/crypto/x509/x509_cmp.c","third_party/boringssl/crypto/x509/x509_d2.c","third_party/boringssl/crypto/x509/x509_def.c","third_party/boringssl/crypto/x509/x509_ext.c","third_party/boringssl/crypto/x509/x509_lu.c","third_party/boringssl/crypto/x509/x509_obj.c","third_party/boringssl/crypto/x509/x509_r2x.c","third_party/boringssl/crypto/x509/x509_req.c","third_party/boringssl/crypto/x509/x509_set.c","third_party/boringssl/crypto/x509/x509_trs.c","third_party/boringssl/crypto/x509/x509_txt.c","third_party/boringssl/crypto/x509/x509_v3.c","third_party/boringssl/crypto/x509/x509_vfy.c","third_party/boringssl/crypto/x509/x509_vpm.c","third_party/boringssl/crypto/x509/x509cset.c","third_party/boringssl/crypto/x509/x509name.c","third_party/boringssl/crypto/x509/x509rset.c","third_party/boringssl/crypto/x509/x509spki.c","third_party/boringssl/crypto/x509/x509type.c","third_party/boringssl/crypto/x509/x_algor.c","third_party/boringssl/crypto/x509/x_all.c","third_party/boringssl/crypto/x509/x_attrib.c","third_party/boringssl/crypto/x509/x_crl.c","third_party/boringssl/crypto/x509/x_exten.c","third_party/boringssl/crypto/x509/x_info.c","third_party/boringssl/crypto/x509/x_name.c","third_party/boringssl/crypto/x509/x_pkey.c","third_party/boringssl/crypto/x509/x_pubkey.c","third_party/boringssl/crypto/x509/x_req.c","third_party/boringssl/crypto/x509/x_sig.c","third_party/boringssl/crypto/x509/x_spki.c","third_party/boringssl/crypto/x509/x_val.c","third_party/boringssl/crypto/x509/x_x509.c","third_party/boringssl/crypto/x509/x_x509a.c","third_party/boringssl/crypto/x509v3/pcy_cache.c","third_party/boringssl/crypto/x509v3/pcy_data.c","third_party/boringssl/crypto/x509v3/pcy_lib.c","third_party/boringssl/crypto/x509v3/pcy_map.c","third_party/boringssl/crypto/x509v3/pcy_node.c","third_party/boringssl/crypto/x509v3/pcy_tree.c","third_party/boringssl/crypto/x509v3/v3_akey.c","third_party/boringssl/crypto/x509v3/v3_akeya.c","third_party/boringssl/crypto/x509v3/v3_alt.c","third_party/boringssl/crypto/x509v3/v3_bcons.c","third_party/boringssl/crypto/x509v3/v3_bitst.c","third_party/boringssl/crypto/x509v3/v3_conf.c","third_party/boringssl/crypto/x509v3/v3_cpols.c","third_party/boringssl/crypto/x509v3/v3_crld.c","third_party/boringssl/crypto/x509v3/v3_enum.c","third_party/boringssl/crypto/x509v3/v3_extku.c","third_party/boringssl/crypto/x509v3/v3_genn.c","third_party/boringssl/crypto/x509v3/v3_ia5.c","third_party/boringssl/crypto/x509v3/v3_info.c","third_party/boringssl/crypto/x509v3/v3_int.c","third_party/boringssl/crypto/x509v3/v3_lib.c","third_party/boringssl/crypto/x509v3/v3_ncons.c","third_party/boringssl/crypto/x509v3/v3_pci.c","third_party/boringssl/crypto/x509v3/v3_pcia.c","third_party/boringssl/crypto/x509v3/v3_pcons.c","third_party/boringssl/crypto/x509v3/v3_pku.c","third_party/boringssl/crypto/x509v3/v3_pmaps.c","third_party/boringssl/crypto/x509v3/v3_prn.c","third_party/boringssl/crypto/x509v3/v3_purp.c","third_party/boringssl/crypto/x509v3/v3_skey.c","third_party/boringssl/crypto/x509v3/v3_sxnet.c","third_party/boringssl/crypto/x509v3/v3_utl.c","third_party/boringssl/ssl/custom_extensions.c","third_party/boringssl/ssl/d1_both.c","third_party/boringssl/ssl/d1_clnt.c","third_party/boringssl/ssl/d1_lib.c","third_party/boringssl/ssl/d1_meth.c","third_party/boringssl/ssl/d1_pkt.c","third_party/boringssl/ssl/d1_srtp.c","third_party/boringssl/ssl/d1_srvr.c","third_party/boringssl/ssl/dtls_record.c","third_party/boringssl/ssl/pqueue/pqueue.c","third_party/boringssl/ssl/s3_both.c","third_party/boringssl/ssl/s3_clnt.c","third_party/boringssl/ssl/s3_enc.c","third_party/boringssl/ssl/s3_lib.c","third_party/boringssl/ssl/s3_meth.c","third_party/boringssl/ssl/s3_pkt.c","third_party/boringssl/ssl/s3_srvr.c","third_party/boringssl/ssl/ssl_aead_ctx.c","third_party/boringssl/ssl/ssl_asn1.c","third_party/boringssl/ssl/ssl_buffer.c","third_party/boringssl/ssl/ssl_cert.c","third_party/boringssl/ssl/ssl_cipher.c","third_party/boringssl/ssl/ssl_file.c","third_party/boringssl/ssl/ssl_lib.c","third_party/boringssl/ssl/ssl_rsa.c","third_party/boringssl/ssl/ssl_session.c","third_party/boringssl/ssl/ssl_stat.c","third_party/boringssl/ssl/t1_enc.c","third_party/boringssl/ssl/t1_lib.c","third_party/boringssl/ssl/tls_record.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.13.0","_shasum":"4b467ab151b0556d666a6c1fcf2d7f4d0180b6df","_resolved":"file:Downloads/grpc.tgz.1","_from":"Downloads/grpc.tgz.1","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"4b467ab151b0556d666a6c1fcf2d7f4d0180b6df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.13.0.tgz","integrity":"sha512-68tTTDGMz7FQYvtnu0MLBECi6nv9bB1Z0EjYubSfskF3xJ5SZXvOSiPV71/wXXrcE03EKvXLMeBWfl5tM4YTuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC0R4GFYr7tRyLYTp98AQdw9sVSGBaZGf3dzja6cfQ0YAiEAjvw3g9QtZtXO1buVSnot0Bg4qZo4Y3UJ36qhkleVa3k="}]},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/grpc-0.13.0.tgz_1455334636215_0.9175825365819037"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.13.1-pre1":{"name":"grpc","version":"0.13.1-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/grpc_extension.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/impl/codegen/byte_buffer.h","include/grpc/impl/codegen/compression_types.h","include/grpc/impl/codegen/connectivity_state.h","include/grpc/impl/codegen/grpc_types.h","include/grpc/impl/codegen/propagation_bits.h","include/grpc/impl/codegen/status.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/census.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/load_balancer_api.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/subchannel_index.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/proto/grpc/lb/v0/load_balancer.pb.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/security/auth_filters.h","src/core/security/b64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/ssl_types.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/aggregation.h","src/core/census/mlog.h","src/core/census/rpc_metric_id.h","third_party/nanopb/pb.h","third_party/nanopb/pb_common.h","third_party/nanopb/pb_decode.h","third_party/nanopb/pb_encode.h","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/load_balancer_api.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/subchannel_index.c","src/core/client_config/uri_parser.c","src/core/compression/compression_algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/proto/grpc/lb/v0/load_balancer.pb.c","src/core/surface/alarm.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/httpcli/httpcli_security_connector.c","src/core/security/b64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/mlog.c","src/core/census/operation.c","src/core/census/placeholders.c","src/core/census/tracing.c","third_party/nanopb/pb_common.c","third_party/nanopb/pb_decode.c","third_party/nanopb/pb_encode.c","third_party/zlib/crc32.h","third_party/zlib/deflate.h","third_party/zlib/gzguts.h","third_party/zlib/inffast.h","third_party/zlib/inffixed.h","third_party/zlib/inflate.h","third_party/zlib/inftrees.h","third_party/zlib/trees.h","third_party/zlib/zconf.h","third_party/zlib/zlib.h","third_party/zlib/zutil.h","third_party/zlib/adler32.c","third_party/zlib/compress.c","third_party/zlib/crc32.c","third_party/zlib/deflate.c","third_party/zlib/gzclose.c","third_party/zlib/gzlib.c","third_party/zlib/gzread.c","third_party/zlib/gzwrite.c","third_party/zlib/infback.c","third_party/zlib/inffast.c","third_party/zlib/inflate.c","third_party/zlib/inftrees.c","third_party/zlib/trees.c","third_party/zlib/uncompr.c","third_party/zlib/zutil.c","third_party/boringssl/crypto/aes/internal.h","third_party/boringssl/crypto/asn1/asn1_locl.h","third_party/boringssl/crypto/bio/internal.h","third_party/boringssl/crypto/bn/internal.h","third_party/boringssl/crypto/bn/rsaz_exp.h","third_party/boringssl/crypto/bytestring/internal.h","third_party/boringssl/crypto/cipher/internal.h","third_party/boringssl/crypto/conf/conf_def.h","third_party/boringssl/crypto/conf/internal.h","third_party/boringssl/crypto/des/internal.h","third_party/boringssl/crypto/dh/internal.h","third_party/boringssl/crypto/digest/internal.h","third_party/boringssl/crypto/digest/md32_common.h","third_party/boringssl/crypto/directory.h","third_party/boringssl/crypto/dsa/internal.h","third_party/boringssl/crypto/ec/internal.h","third_party/boringssl/crypto/ec/p256-x86_64-table.h","third_party/boringssl/crypto/evp/internal.h","third_party/boringssl/crypto/internal.h","third_party/boringssl/crypto/modes/internal.h","third_party/boringssl/crypto/obj/obj_dat.h","third_party/boringssl/crypto/obj/obj_xref.h","third_party/boringssl/crypto/pkcs8/internal.h","third_party/boringssl/crypto/rand/internal.h","third_party/boringssl/crypto/rsa/internal.h","third_party/boringssl/crypto/test/scoped_types.h","third_party/boringssl/crypto/test/test_util.h","third_party/boringssl/crypto/x509/charmap.h","third_party/boringssl/crypto/x509/vpm_int.h","third_party/boringssl/crypto/x509v3/ext_dat.h","third_party/boringssl/crypto/x509v3/pcy_int.h","third_party/boringssl/include/openssl/aead.h","third_party/boringssl/include/openssl/aes.h","third_party/boringssl/include/openssl/arm_arch.h","third_party/boringssl/include/openssl/asn1.h","third_party/boringssl/include/openssl/asn1_mac.h","third_party/boringssl/include/openssl/asn1t.h","third_party/boringssl/include/openssl/base.h","third_party/boringssl/include/openssl/base64.h","third_party/boringssl/include/openssl/bio.h","third_party/boringssl/include/openssl/blowfish.h","third_party/boringssl/include/openssl/bn.h","third_party/boringssl/include/openssl/buf.h","third_party/boringssl/include/openssl/buffer.h","third_party/boringssl/include/openssl/bytestring.h","third_party/boringssl/include/openssl/cast.h","third_party/boringssl/include/openssl/chacha.h","third_party/boringssl/include/openssl/cipher.h","third_party/boringssl/include/openssl/cmac.h","third_party/boringssl/include/openssl/conf.h","third_party/boringssl/include/openssl/cpu.h","third_party/boringssl/include/openssl/crypto.h","third_party/boringssl/include/openssl/curve25519.h","third_party/boringssl/include/openssl/des.h","third_party/boringssl/include/openssl/dh.h","third_party/boringssl/include/openssl/digest.h","third_party/boringssl/include/openssl/dsa.h","third_party/boringssl/include/openssl/dtls1.h","third_party/boringssl/include/openssl/ec.h","third_party/boringssl/include/openssl/ec_key.h","third_party/boringssl/include/openssl/ecdh.h","third_party/boringssl/include/openssl/ecdsa.h","third_party/boringssl/include/openssl/engine.h","third_party/boringssl/include/openssl/err.h","third_party/boringssl/include/openssl/evp.h","third_party/boringssl/include/openssl/ex_data.h","third_party/boringssl/include/openssl/hkdf.h","third_party/boringssl/include/openssl/hmac.h","third_party/boringssl/include/openssl/lhash.h","third_party/boringssl/include/openssl/lhash_macros.h","third_party/boringssl/include/openssl/md4.h","third_party/boringssl/include/openssl/md5.h","third_party/boringssl/include/openssl/mem.h","third_party/boringssl/include/openssl/obj.h","third_party/boringssl/include/openssl/obj_mac.h","third_party/boringssl/include/openssl/objects.h","third_party/boringssl/include/openssl/opensslfeatures.h","third_party/boringssl/include/openssl/opensslv.h","third_party/boringssl/include/openssl/ossl_typ.h","third_party/boringssl/include/openssl/pem.h","third_party/boringssl/include/openssl/pkcs12.h","third_party/boringssl/include/openssl/pkcs7.h","third_party/boringssl/include/openssl/pkcs8.h","third_party/boringssl/include/openssl/poly1305.h","third_party/boringssl/include/openssl/pqueue.h","third_party/boringssl/include/openssl/rand.h","third_party/boringssl/include/openssl/rc4.h","third_party/boringssl/include/openssl/rsa.h","third_party/boringssl/include/openssl/safestack.h","third_party/boringssl/include/openssl/sha.h","third_party/boringssl/include/openssl/srtp.h","third_party/boringssl/include/openssl/ssl.h","third_party/boringssl/include/openssl/ssl3.h","third_party/boringssl/include/openssl/stack.h","third_party/boringssl/include/openssl/stack_macros.h","third_party/boringssl/include/openssl/thread.h","third_party/boringssl/include/openssl/time_support.h","third_party/boringssl/include/openssl/tls1.h","third_party/boringssl/include/openssl/type_check.h","third_party/boringssl/include/openssl/x509.h","third_party/boringssl/include/openssl/x509_vfy.h","third_party/boringssl/include/openssl/x509v3.h","third_party/boringssl/ssl/internal.h","third_party/boringssl/ssl/test/async_bio.h","third_party/boringssl/ssl/test/packeted_bio.h","third_party/boringssl/ssl/test/scoped_types.h","third_party/boringssl/ssl/test/test_config.h","src/boringssl/err_data.c","third_party/boringssl/crypto/aes/aes.c","third_party/boringssl/crypto/aes/mode_wrappers.c","third_party/boringssl/crypto/asn1/a_bitstr.c","third_party/boringssl/crypto/asn1/a_bool.c","third_party/boringssl/crypto/asn1/a_bytes.c","third_party/boringssl/crypto/asn1/a_d2i_fp.c","third_party/boringssl/crypto/asn1/a_dup.c","third_party/boringssl/crypto/asn1/a_enum.c","third_party/boringssl/crypto/asn1/a_gentm.c","third_party/boringssl/crypto/asn1/a_i2d_fp.c","third_party/boringssl/crypto/asn1/a_int.c","third_party/boringssl/crypto/asn1/a_mbstr.c","third_party/boringssl/crypto/asn1/a_object.c","third_party/boringssl/crypto/asn1/a_octet.c","third_party/boringssl/crypto/asn1/a_print.c","third_party/boringssl/crypto/asn1/a_strnid.c","third_party/boringssl/crypto/asn1/a_time.c","third_party/boringssl/crypto/asn1/a_type.c","third_party/boringssl/crypto/asn1/a_utctm.c","third_party/boringssl/crypto/asn1/a_utf8.c","third_party/boringssl/crypto/asn1/asn1_lib.c","third_party/boringssl/crypto/asn1/asn1_par.c","third_party/boringssl/crypto/asn1/asn_pack.c","third_party/boringssl/crypto/asn1/bio_asn1.c","third_party/boringssl/crypto/asn1/bio_ndef.c","third_party/boringssl/crypto/asn1/f_enum.c","third_party/boringssl/crypto/asn1/f_int.c","third_party/boringssl/crypto/asn1/f_string.c","third_party/boringssl/crypto/asn1/t_bitst.c","third_party/boringssl/crypto/asn1/t_pkey.c","third_party/boringssl/crypto/asn1/tasn_dec.c","third_party/boringssl/crypto/asn1/tasn_enc.c","third_party/boringssl/crypto/asn1/tasn_fre.c","third_party/boringssl/crypto/asn1/tasn_new.c","third_party/boringssl/crypto/asn1/tasn_prn.c","third_party/boringssl/crypto/asn1/tasn_typ.c","third_party/boringssl/crypto/asn1/tasn_utl.c","third_party/boringssl/crypto/asn1/x_bignum.c","third_party/boringssl/crypto/asn1/x_long.c","third_party/boringssl/crypto/base64/base64.c","third_party/boringssl/crypto/bio/bio.c","third_party/boringssl/crypto/bio/bio_mem.c","third_party/boringssl/crypto/bio/buffer.c","third_party/boringssl/crypto/bio/connect.c","third_party/boringssl/crypto/bio/fd.c","third_party/boringssl/crypto/bio/file.c","third_party/boringssl/crypto/bio/hexdump.c","third_party/boringssl/crypto/bio/pair.c","third_party/boringssl/crypto/bio/printf.c","third_party/boringssl/crypto/bio/socket.c","third_party/boringssl/crypto/bio/socket_helper.c","third_party/boringssl/crypto/bn/add.c","third_party/boringssl/crypto/bn/asm/x86_64-gcc.c","third_party/boringssl/crypto/bn/bn.c","third_party/boringssl/crypto/bn/bn_asn1.c","third_party/boringssl/crypto/bn/cmp.c","third_party/boringssl/crypto/bn/convert.c","third_party/boringssl/crypto/bn/ctx.c","third_party/boringssl/crypto/bn/div.c","third_party/boringssl/crypto/bn/exponentiation.c","third_party/boringssl/crypto/bn/gcd.c","third_party/boringssl/crypto/bn/generic.c","third_party/boringssl/crypto/bn/kronecker.c","third_party/boringssl/crypto/bn/montgomery.c","third_party/boringssl/crypto/bn/mul.c","third_party/boringssl/crypto/bn/prime.c","third_party/boringssl/crypto/bn/random.c","third_party/boringssl/crypto/bn/rsaz_exp.c","third_party/boringssl/crypto/bn/shift.c","third_party/boringssl/crypto/bn/sqrt.c","third_party/boringssl/crypto/buf/buf.c","third_party/boringssl/crypto/bytestring/ber.c","third_party/boringssl/crypto/bytestring/cbb.c","third_party/boringssl/crypto/bytestring/cbs.c","third_party/boringssl/crypto/chacha/chacha_generic.c","third_party/boringssl/crypto/chacha/chacha_vec.c","third_party/boringssl/crypto/cipher/aead.c","third_party/boringssl/crypto/cipher/cipher.c","third_party/boringssl/crypto/cipher/derive_key.c","third_party/boringssl/crypto/cipher/e_aes.c","third_party/boringssl/crypto/cipher/e_chacha20poly1305.c","third_party/boringssl/crypto/cipher/e_des.c","third_party/boringssl/crypto/cipher/e_null.c","third_party/boringssl/crypto/cipher/e_rc2.c","third_party/boringssl/crypto/cipher/e_rc4.c","third_party/boringssl/crypto/cipher/e_ssl3.c","third_party/boringssl/crypto/cipher/e_tls.c","third_party/boringssl/crypto/cipher/tls_cbc.c","third_party/boringssl/crypto/cmac/cmac.c","third_party/boringssl/crypto/conf/conf.c","third_party/boringssl/crypto/cpu-arm.c","third_party/boringssl/crypto/cpu-intel.c","third_party/boringssl/crypto/crypto.c","third_party/boringssl/crypto/curve25519/curve25519.c","third_party/boringssl/crypto/des/des.c","third_party/boringssl/crypto/dh/check.c","third_party/boringssl/crypto/dh/dh.c","third_party/boringssl/crypto/dh/dh_asn1.c","third_party/boringssl/crypto/dh/params.c","third_party/boringssl/crypto/digest/digest.c","third_party/boringssl/crypto/digest/digests.c","third_party/boringssl/crypto/directory_posix.c","third_party/boringssl/crypto/directory_win.c","third_party/boringssl/crypto/dsa/dsa.c","third_party/boringssl/crypto/dsa/dsa_asn1.c","third_party/boringssl/crypto/ec/ec.c","third_party/boringssl/crypto/ec/ec_asn1.c","third_party/boringssl/crypto/ec/ec_key.c","third_party/boringssl/crypto/ec/ec_montgomery.c","third_party/boringssl/crypto/ec/oct.c","third_party/boringssl/crypto/ec/p224-64.c","third_party/boringssl/crypto/ec/p256-64.c","third_party/boringssl/crypto/ec/p256-x86_64.c","third_party/boringssl/crypto/ec/simple.c","third_party/boringssl/crypto/ec/util-64.c","third_party/boringssl/crypto/ec/wnaf.c","third_party/boringssl/crypto/ecdh/ecdh.c","third_party/boringssl/crypto/ecdsa/ecdsa.c","third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c","third_party/boringssl/crypto/engine/engine.c","third_party/boringssl/crypto/err/err.c","third_party/boringssl/crypto/evp/algorithm.c","third_party/boringssl/crypto/evp/digestsign.c","third_party/boringssl/crypto/evp/evp.c","third_party/boringssl/crypto/evp/evp_asn1.c","third_party/boringssl/crypto/evp/evp_ctx.c","third_party/boringssl/crypto/evp/p_dsa_asn1.c","third_party/boringssl/crypto/evp/p_ec.c","third_party/boringssl/crypto/evp/p_ec_asn1.c","third_party/boringssl/crypto/evp/p_rsa.c","third_party/boringssl/crypto/evp/p_rsa_asn1.c","third_party/boringssl/crypto/evp/pbkdf.c","third_party/boringssl/crypto/evp/sign.c","third_party/boringssl/crypto/ex_data.c","third_party/boringssl/crypto/hkdf/hkdf.c","third_party/boringssl/crypto/hmac/hmac.c","third_party/boringssl/crypto/lhash/lhash.c","third_party/boringssl/crypto/md4/md4.c","third_party/boringssl/crypto/md5/md5.c","third_party/boringssl/crypto/mem.c","third_party/boringssl/crypto/modes/cbc.c","third_party/boringssl/crypto/modes/cfb.c","third_party/boringssl/crypto/modes/ctr.c","third_party/boringssl/crypto/modes/gcm.c","third_party/boringssl/crypto/modes/ofb.c","third_party/boringssl/crypto/obj/obj.c","third_party/boringssl/crypto/obj/obj_xref.c","third_party/boringssl/crypto/pem/pem_all.c","third_party/boringssl/crypto/pem/pem_info.c","third_party/boringssl/crypto/pem/pem_lib.c","third_party/boringssl/crypto/pem/pem_oth.c","third_party/boringssl/crypto/pem/pem_pk8.c","third_party/boringssl/crypto/pem/pem_pkey.c","third_party/boringssl/crypto/pem/pem_x509.c","third_party/boringssl/crypto/pem/pem_xaux.c","third_party/boringssl/crypto/pkcs8/p5_pbe.c","third_party/boringssl/crypto/pkcs8/p5_pbev2.c","third_party/boringssl/crypto/pkcs8/p8_pkey.c","third_party/boringssl/crypto/pkcs8/pkcs8.c","third_party/boringssl/crypto/poly1305/poly1305.c","third_party/boringssl/crypto/poly1305/poly1305_arm.c","third_party/boringssl/crypto/poly1305/poly1305_vec.c","third_party/boringssl/crypto/rand/rand.c","third_party/boringssl/crypto/rand/urandom.c","third_party/boringssl/crypto/rand/windows.c","third_party/boringssl/crypto/rc4/rc4.c","third_party/boringssl/crypto/refcount_c11.c","third_party/boringssl/crypto/refcount_lock.c","third_party/boringssl/crypto/rsa/blinding.c","third_party/boringssl/crypto/rsa/padding.c","third_party/boringssl/crypto/rsa/rsa.c","third_party/boringssl/crypto/rsa/rsa_asn1.c","third_party/boringssl/crypto/rsa/rsa_impl.c","third_party/boringssl/crypto/sha/sha1.c","third_party/boringssl/crypto/sha/sha256.c","third_party/boringssl/crypto/sha/sha512.c","third_party/boringssl/crypto/stack/stack.c","third_party/boringssl/crypto/thread.c","third_party/boringssl/crypto/thread_none.c","third_party/boringssl/crypto/thread_pthread.c","third_party/boringssl/crypto/thread_win.c","third_party/boringssl/crypto/time_support.c","third_party/boringssl/crypto/x509/a_digest.c","third_party/boringssl/crypto/x509/a_sign.c","third_party/boringssl/crypto/x509/a_strex.c","third_party/boringssl/crypto/x509/a_verify.c","third_party/boringssl/crypto/x509/asn1_gen.c","third_party/boringssl/crypto/x509/by_dir.c","third_party/boringssl/crypto/x509/by_file.c","third_party/boringssl/crypto/x509/i2d_pr.c","third_party/boringssl/crypto/x509/pkcs7.c","third_party/boringssl/crypto/x509/t_crl.c","third_party/boringssl/crypto/x509/t_req.c","third_party/boringssl/crypto/x509/t_x509.c","third_party/boringssl/crypto/x509/t_x509a.c","third_party/boringssl/crypto/x509/x509.c","third_party/boringssl/crypto/x509/x509_att.c","third_party/boringssl/crypto/x509/x509_cmp.c","third_party/boringssl/crypto/x509/x509_d2.c","third_party/boringssl/crypto/x509/x509_def.c","third_party/boringssl/crypto/x509/x509_ext.c","third_party/boringssl/crypto/x509/x509_lu.c","third_party/boringssl/crypto/x509/x509_obj.c","third_party/boringssl/crypto/x509/x509_r2x.c","third_party/boringssl/crypto/x509/x509_req.c","third_party/boringssl/crypto/x509/x509_set.c","third_party/boringssl/crypto/x509/x509_trs.c","third_party/boringssl/crypto/x509/x509_txt.c","third_party/boringssl/crypto/x509/x509_v3.c","third_party/boringssl/crypto/x509/x509_vfy.c","third_party/boringssl/crypto/x509/x509_vpm.c","third_party/boringssl/crypto/x509/x509cset.c","third_party/boringssl/crypto/x509/x509name.c","third_party/boringssl/crypto/x509/x509rset.c","third_party/boringssl/crypto/x509/x509spki.c","third_party/boringssl/crypto/x509/x509type.c","third_party/boringssl/crypto/x509/x_algor.c","third_party/boringssl/crypto/x509/x_all.c","third_party/boringssl/crypto/x509/x_attrib.c","third_party/boringssl/crypto/x509/x_crl.c","third_party/boringssl/crypto/x509/x_exten.c","third_party/boringssl/crypto/x509/x_info.c","third_party/boringssl/crypto/x509/x_name.c","third_party/boringssl/crypto/x509/x_pkey.c","third_party/boringssl/crypto/x509/x_pubkey.c","third_party/boringssl/crypto/x509/x_req.c","third_party/boringssl/crypto/x509/x_sig.c","third_party/boringssl/crypto/x509/x_spki.c","third_party/boringssl/crypto/x509/x_val.c","third_party/boringssl/crypto/x509/x_x509.c","third_party/boringssl/crypto/x509/x_x509a.c","third_party/boringssl/crypto/x509v3/pcy_cache.c","third_party/boringssl/crypto/x509v3/pcy_data.c","third_party/boringssl/crypto/x509v3/pcy_lib.c","third_party/boringssl/crypto/x509v3/pcy_map.c","third_party/boringssl/crypto/x509v3/pcy_node.c","third_party/boringssl/crypto/x509v3/pcy_tree.c","third_party/boringssl/crypto/x509v3/v3_akey.c","third_party/boringssl/crypto/x509v3/v3_akeya.c","third_party/boringssl/crypto/x509v3/v3_alt.c","third_party/boringssl/crypto/x509v3/v3_bcons.c","third_party/boringssl/crypto/x509v3/v3_bitst.c","third_party/boringssl/crypto/x509v3/v3_conf.c","third_party/boringssl/crypto/x509v3/v3_cpols.c","third_party/boringssl/crypto/x509v3/v3_crld.c","third_party/boringssl/crypto/x509v3/v3_enum.c","third_party/boringssl/crypto/x509v3/v3_extku.c","third_party/boringssl/crypto/x509v3/v3_genn.c","third_party/boringssl/crypto/x509v3/v3_ia5.c","third_party/boringssl/crypto/x509v3/v3_info.c","third_party/boringssl/crypto/x509v3/v3_int.c","third_party/boringssl/crypto/x509v3/v3_lib.c","third_party/boringssl/crypto/x509v3/v3_ncons.c","third_party/boringssl/crypto/x509v3/v3_pci.c","third_party/boringssl/crypto/x509v3/v3_pcia.c","third_party/boringssl/crypto/x509v3/v3_pcons.c","third_party/boringssl/crypto/x509v3/v3_pku.c","third_party/boringssl/crypto/x509v3/v3_pmaps.c","third_party/boringssl/crypto/x509v3/v3_prn.c","third_party/boringssl/crypto/x509v3/v3_purp.c","third_party/boringssl/crypto/x509v3/v3_skey.c","third_party/boringssl/crypto/x509v3/v3_sxnet.c","third_party/boringssl/crypto/x509v3/v3_utl.c","third_party/boringssl/ssl/custom_extensions.c","third_party/boringssl/ssl/d1_both.c","third_party/boringssl/ssl/d1_clnt.c","third_party/boringssl/ssl/d1_lib.c","third_party/boringssl/ssl/d1_meth.c","third_party/boringssl/ssl/d1_pkt.c","third_party/boringssl/ssl/d1_srtp.c","third_party/boringssl/ssl/d1_srvr.c","third_party/boringssl/ssl/dtls_record.c","third_party/boringssl/ssl/pqueue/pqueue.c","third_party/boringssl/ssl/s3_both.c","third_party/boringssl/ssl/s3_clnt.c","third_party/boringssl/ssl/s3_enc.c","third_party/boringssl/ssl/s3_lib.c","third_party/boringssl/ssl/s3_meth.c","third_party/boringssl/ssl/s3_pkt.c","third_party/boringssl/ssl/s3_srvr.c","third_party/boringssl/ssl/ssl_aead_ctx.c","third_party/boringssl/ssl/ssl_asn1.c","third_party/boringssl/ssl/ssl_buffer.c","third_party/boringssl/ssl/ssl_cert.c","third_party/boringssl/ssl/ssl_cipher.c","third_party/boringssl/ssl/ssl_file.c","third_party/boringssl/ssl/ssl_lib.c","third_party/boringssl/ssl/ssl_rsa.c","third_party/boringssl/ssl/ssl_session.c","third_party/boringssl/ssl/ssl_stat.c","third_party/boringssl/ssl/t1_enc.c","third_party/boringssl/ssl/t1_lib.c","third_party/boringssl/ssl/tls_record.c","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","include/grpc/impl/codegen/alloc.h","include/grpc/impl/codegen/atm.h","include/grpc/impl/codegen/atm_gcc_atomic.h","include/grpc/impl/codegen/atm_gcc_sync.h","include/grpc/impl/codegen/atm_win32.h","include/grpc/impl/codegen/log.h","include/grpc/impl/codegen/port_platform.h","include/grpc/impl/codegen/slice.h","include/grpc/impl/codegen/slice_buffer.h","include/grpc/impl/codegen/sync.h","include/grpc/impl/codegen/sync_generic.h","include/grpc/impl/codegen/sync_posix.h","include/grpc/impl/codegen/sync_win32.h","include/grpc/impl/codegen/time.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/load_file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/support/tmpfile.h","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/load_file.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/subprocess_windows.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","src/core/support/tmpfile_posix.c","src/core/support/tmpfile_win32.c","src/core/support/wrap_memcpy.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.13.1-pre1","_shasum":"250754218c62c4beb78d3ca9670eb041f55cec9a","_resolved":"file:grpc.tgz","_from":"grpc.tgz","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"250754218c62c4beb78d3ca9670eb041f55cec9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.13.1-pre1.tgz","integrity":"sha512-S83hrFNblv7Yr5Ut2jDK0bHC592rqPi622ZSA/NiBmJTsffghUMeHy/Zp5qMfC5LaShuBHdHRGMTBioc1oWHHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZHrLiYln0MM7638oK8+ZIs1eJdkP9q9QLA/PEiwCyDAiA0zDExA6aRmbBV3vqGm1lb4EFJlDDVYyXSyY2WLPBUaw=="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/grpc-0.13.1-pre1.tgz_1458951442989_0.9588672865647823"}},"0.13.1":{"name":"grpc","version":"0.13.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/grpc_extension.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/impl/codegen/byte_buffer.h","include/grpc/impl/codegen/compression_types.h","include/grpc/impl/codegen/connectivity_state.h","include/grpc/impl/codegen/grpc_types.h","include/grpc/impl/codegen/propagation_bits.h","include/grpc/impl/codegen/status.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/census.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/load_balancer_api.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/subchannel_index.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/proto/grpc/lb/v0/load_balancer.pb.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/security/auth_filters.h","src/core/security/b64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/ssl_types.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/aggregation.h","src/core/census/mlog.h","src/core/census/rpc_metric_id.h","third_party/nanopb/pb.h","third_party/nanopb/pb_common.h","third_party/nanopb/pb_decode.h","third_party/nanopb/pb_encode.h","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/load_balancer_api.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/subchannel_index.c","src/core/client_config/uri_parser.c","src/core/compression/compression_algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/proto/grpc/lb/v0/load_balancer.pb.c","src/core/surface/alarm.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/httpcli/httpcli_security_connector.c","src/core/security/b64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/mlog.c","src/core/census/operation.c","src/core/census/placeholders.c","src/core/census/tracing.c","third_party/nanopb/pb_common.c","third_party/nanopb/pb_decode.c","third_party/nanopb/pb_encode.c","third_party/zlib/crc32.h","third_party/zlib/deflate.h","third_party/zlib/gzguts.h","third_party/zlib/inffast.h","third_party/zlib/inffixed.h","third_party/zlib/inflate.h","third_party/zlib/inftrees.h","third_party/zlib/trees.h","third_party/zlib/zconf.h","third_party/zlib/zlib.h","third_party/zlib/zutil.h","third_party/zlib/adler32.c","third_party/zlib/compress.c","third_party/zlib/crc32.c","third_party/zlib/deflate.c","third_party/zlib/gzclose.c","third_party/zlib/gzlib.c","third_party/zlib/gzread.c","third_party/zlib/gzwrite.c","third_party/zlib/infback.c","third_party/zlib/inffast.c","third_party/zlib/inflate.c","third_party/zlib/inftrees.c","third_party/zlib/trees.c","third_party/zlib/uncompr.c","third_party/zlib/zutil.c","third_party/boringssl/crypto/aes/internal.h","third_party/boringssl/crypto/asn1/asn1_locl.h","third_party/boringssl/crypto/bio/internal.h","third_party/boringssl/crypto/bn/internal.h","third_party/boringssl/crypto/bn/rsaz_exp.h","third_party/boringssl/crypto/bytestring/internal.h","third_party/boringssl/crypto/cipher/internal.h","third_party/boringssl/crypto/conf/conf_def.h","third_party/boringssl/crypto/conf/internal.h","third_party/boringssl/crypto/des/internal.h","third_party/boringssl/crypto/dh/internal.h","third_party/boringssl/crypto/digest/internal.h","third_party/boringssl/crypto/digest/md32_common.h","third_party/boringssl/crypto/directory.h","third_party/boringssl/crypto/dsa/internal.h","third_party/boringssl/crypto/ec/internal.h","third_party/boringssl/crypto/ec/p256-x86_64-table.h","third_party/boringssl/crypto/evp/internal.h","third_party/boringssl/crypto/internal.h","third_party/boringssl/crypto/modes/internal.h","third_party/boringssl/crypto/obj/obj_dat.h","third_party/boringssl/crypto/obj/obj_xref.h","third_party/boringssl/crypto/pkcs8/internal.h","third_party/boringssl/crypto/rand/internal.h","third_party/boringssl/crypto/rsa/internal.h","third_party/boringssl/crypto/test/scoped_types.h","third_party/boringssl/crypto/test/test_util.h","third_party/boringssl/crypto/x509/charmap.h","third_party/boringssl/crypto/x509/vpm_int.h","third_party/boringssl/crypto/x509v3/ext_dat.h","third_party/boringssl/crypto/x509v3/pcy_int.h","third_party/boringssl/include/openssl/aead.h","third_party/boringssl/include/openssl/aes.h","third_party/boringssl/include/openssl/arm_arch.h","third_party/boringssl/include/openssl/asn1.h","third_party/boringssl/include/openssl/asn1_mac.h","third_party/boringssl/include/openssl/asn1t.h","third_party/boringssl/include/openssl/base.h","third_party/boringssl/include/openssl/base64.h","third_party/boringssl/include/openssl/bio.h","third_party/boringssl/include/openssl/blowfish.h","third_party/boringssl/include/openssl/bn.h","third_party/boringssl/include/openssl/buf.h","third_party/boringssl/include/openssl/buffer.h","third_party/boringssl/include/openssl/bytestring.h","third_party/boringssl/include/openssl/cast.h","third_party/boringssl/include/openssl/chacha.h","third_party/boringssl/include/openssl/cipher.h","third_party/boringssl/include/openssl/cmac.h","third_party/boringssl/include/openssl/conf.h","third_party/boringssl/include/openssl/cpu.h","third_party/boringssl/include/openssl/crypto.h","third_party/boringssl/include/openssl/curve25519.h","third_party/boringssl/include/openssl/des.h","third_party/boringssl/include/openssl/dh.h","third_party/boringssl/include/openssl/digest.h","third_party/boringssl/include/openssl/dsa.h","third_party/boringssl/include/openssl/dtls1.h","third_party/boringssl/include/openssl/ec.h","third_party/boringssl/include/openssl/ec_key.h","third_party/boringssl/include/openssl/ecdh.h","third_party/boringssl/include/openssl/ecdsa.h","third_party/boringssl/include/openssl/engine.h","third_party/boringssl/include/openssl/err.h","third_party/boringssl/include/openssl/evp.h","third_party/boringssl/include/openssl/ex_data.h","third_party/boringssl/include/openssl/hkdf.h","third_party/boringssl/include/openssl/hmac.h","third_party/boringssl/include/openssl/lhash.h","third_party/boringssl/include/openssl/lhash_macros.h","third_party/boringssl/include/openssl/md4.h","third_party/boringssl/include/openssl/md5.h","third_party/boringssl/include/openssl/mem.h","third_party/boringssl/include/openssl/obj.h","third_party/boringssl/include/openssl/obj_mac.h","third_party/boringssl/include/openssl/objects.h","third_party/boringssl/include/openssl/opensslfeatures.h","third_party/boringssl/include/openssl/opensslv.h","third_party/boringssl/include/openssl/ossl_typ.h","third_party/boringssl/include/openssl/pem.h","third_party/boringssl/include/openssl/pkcs12.h","third_party/boringssl/include/openssl/pkcs7.h","third_party/boringssl/include/openssl/pkcs8.h","third_party/boringssl/include/openssl/poly1305.h","third_party/boringssl/include/openssl/pqueue.h","third_party/boringssl/include/openssl/rand.h","third_party/boringssl/include/openssl/rc4.h","third_party/boringssl/include/openssl/rsa.h","third_party/boringssl/include/openssl/safestack.h","third_party/boringssl/include/openssl/sha.h","third_party/boringssl/include/openssl/srtp.h","third_party/boringssl/include/openssl/ssl.h","third_party/boringssl/include/openssl/ssl3.h","third_party/boringssl/include/openssl/stack.h","third_party/boringssl/include/openssl/stack_macros.h","third_party/boringssl/include/openssl/thread.h","third_party/boringssl/include/openssl/time_support.h","third_party/boringssl/include/openssl/tls1.h","third_party/boringssl/include/openssl/type_check.h","third_party/boringssl/include/openssl/x509.h","third_party/boringssl/include/openssl/x509_vfy.h","third_party/boringssl/include/openssl/x509v3.h","third_party/boringssl/ssl/internal.h","third_party/boringssl/ssl/test/async_bio.h","third_party/boringssl/ssl/test/packeted_bio.h","third_party/boringssl/ssl/test/scoped_types.h","third_party/boringssl/ssl/test/test_config.h","src/boringssl/err_data.c","third_party/boringssl/crypto/aes/aes.c","third_party/boringssl/crypto/aes/mode_wrappers.c","third_party/boringssl/crypto/asn1/a_bitstr.c","third_party/boringssl/crypto/asn1/a_bool.c","third_party/boringssl/crypto/asn1/a_bytes.c","third_party/boringssl/crypto/asn1/a_d2i_fp.c","third_party/boringssl/crypto/asn1/a_dup.c","third_party/boringssl/crypto/asn1/a_enum.c","third_party/boringssl/crypto/asn1/a_gentm.c","third_party/boringssl/crypto/asn1/a_i2d_fp.c","third_party/boringssl/crypto/asn1/a_int.c","third_party/boringssl/crypto/asn1/a_mbstr.c","third_party/boringssl/crypto/asn1/a_object.c","third_party/boringssl/crypto/asn1/a_octet.c","third_party/boringssl/crypto/asn1/a_print.c","third_party/boringssl/crypto/asn1/a_strnid.c","third_party/boringssl/crypto/asn1/a_time.c","third_party/boringssl/crypto/asn1/a_type.c","third_party/boringssl/crypto/asn1/a_utctm.c","third_party/boringssl/crypto/asn1/a_utf8.c","third_party/boringssl/crypto/asn1/asn1_lib.c","third_party/boringssl/crypto/asn1/asn1_par.c","third_party/boringssl/crypto/asn1/asn_pack.c","third_party/boringssl/crypto/asn1/bio_asn1.c","third_party/boringssl/crypto/asn1/bio_ndef.c","third_party/boringssl/crypto/asn1/f_enum.c","third_party/boringssl/crypto/asn1/f_int.c","third_party/boringssl/crypto/asn1/f_string.c","third_party/boringssl/crypto/asn1/t_bitst.c","third_party/boringssl/crypto/asn1/t_pkey.c","third_party/boringssl/crypto/asn1/tasn_dec.c","third_party/boringssl/crypto/asn1/tasn_enc.c","third_party/boringssl/crypto/asn1/tasn_fre.c","third_party/boringssl/crypto/asn1/tasn_new.c","third_party/boringssl/crypto/asn1/tasn_prn.c","third_party/boringssl/crypto/asn1/tasn_typ.c","third_party/boringssl/crypto/asn1/tasn_utl.c","third_party/boringssl/crypto/asn1/x_bignum.c","third_party/boringssl/crypto/asn1/x_long.c","third_party/boringssl/crypto/base64/base64.c","third_party/boringssl/crypto/bio/bio.c","third_party/boringssl/crypto/bio/bio_mem.c","third_party/boringssl/crypto/bio/buffer.c","third_party/boringssl/crypto/bio/connect.c","third_party/boringssl/crypto/bio/fd.c","third_party/boringssl/crypto/bio/file.c","third_party/boringssl/crypto/bio/hexdump.c","third_party/boringssl/crypto/bio/pair.c","third_party/boringssl/crypto/bio/printf.c","third_party/boringssl/crypto/bio/socket.c","third_party/boringssl/crypto/bio/socket_helper.c","third_party/boringssl/crypto/bn/add.c","third_party/boringssl/crypto/bn/asm/x86_64-gcc.c","third_party/boringssl/crypto/bn/bn.c","third_party/boringssl/crypto/bn/bn_asn1.c","third_party/boringssl/crypto/bn/cmp.c","third_party/boringssl/crypto/bn/convert.c","third_party/boringssl/crypto/bn/ctx.c","third_party/boringssl/crypto/bn/div.c","third_party/boringssl/crypto/bn/exponentiation.c","third_party/boringssl/crypto/bn/gcd.c","third_party/boringssl/crypto/bn/generic.c","third_party/boringssl/crypto/bn/kronecker.c","third_party/boringssl/crypto/bn/montgomery.c","third_party/boringssl/crypto/bn/mul.c","third_party/boringssl/crypto/bn/prime.c","third_party/boringssl/crypto/bn/random.c","third_party/boringssl/crypto/bn/rsaz_exp.c","third_party/boringssl/crypto/bn/shift.c","third_party/boringssl/crypto/bn/sqrt.c","third_party/boringssl/crypto/buf/buf.c","third_party/boringssl/crypto/bytestring/ber.c","third_party/boringssl/crypto/bytestring/cbb.c","third_party/boringssl/crypto/bytestring/cbs.c","third_party/boringssl/crypto/chacha/chacha_generic.c","third_party/boringssl/crypto/chacha/chacha_vec.c","third_party/boringssl/crypto/cipher/aead.c","third_party/boringssl/crypto/cipher/cipher.c","third_party/boringssl/crypto/cipher/derive_key.c","third_party/boringssl/crypto/cipher/e_aes.c","third_party/boringssl/crypto/cipher/e_chacha20poly1305.c","third_party/boringssl/crypto/cipher/e_des.c","third_party/boringssl/crypto/cipher/e_null.c","third_party/boringssl/crypto/cipher/e_rc2.c","third_party/boringssl/crypto/cipher/e_rc4.c","third_party/boringssl/crypto/cipher/e_ssl3.c","third_party/boringssl/crypto/cipher/e_tls.c","third_party/boringssl/crypto/cipher/tls_cbc.c","third_party/boringssl/crypto/cmac/cmac.c","third_party/boringssl/crypto/conf/conf.c","third_party/boringssl/crypto/cpu-arm.c","third_party/boringssl/crypto/cpu-intel.c","third_party/boringssl/crypto/crypto.c","third_party/boringssl/crypto/curve25519/curve25519.c","third_party/boringssl/crypto/des/des.c","third_party/boringssl/crypto/dh/check.c","third_party/boringssl/crypto/dh/dh.c","third_party/boringssl/crypto/dh/dh_asn1.c","third_party/boringssl/crypto/dh/params.c","third_party/boringssl/crypto/digest/digest.c","third_party/boringssl/crypto/digest/digests.c","third_party/boringssl/crypto/directory_posix.c","third_party/boringssl/crypto/directory_win.c","third_party/boringssl/crypto/dsa/dsa.c","third_party/boringssl/crypto/dsa/dsa_asn1.c","third_party/boringssl/crypto/ec/ec.c","third_party/boringssl/crypto/ec/ec_asn1.c","third_party/boringssl/crypto/ec/ec_key.c","third_party/boringssl/crypto/ec/ec_montgomery.c","third_party/boringssl/crypto/ec/oct.c","third_party/boringssl/crypto/ec/p224-64.c","third_party/boringssl/crypto/ec/p256-64.c","third_party/boringssl/crypto/ec/p256-x86_64.c","third_party/boringssl/crypto/ec/simple.c","third_party/boringssl/crypto/ec/util-64.c","third_party/boringssl/crypto/ec/wnaf.c","third_party/boringssl/crypto/ecdh/ecdh.c","third_party/boringssl/crypto/ecdsa/ecdsa.c","third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c","third_party/boringssl/crypto/engine/engine.c","third_party/boringssl/crypto/err/err.c","third_party/boringssl/crypto/evp/algorithm.c","third_party/boringssl/crypto/evp/digestsign.c","third_party/boringssl/crypto/evp/evp.c","third_party/boringssl/crypto/evp/evp_asn1.c","third_party/boringssl/crypto/evp/evp_ctx.c","third_party/boringssl/crypto/evp/p_dsa_asn1.c","third_party/boringssl/crypto/evp/p_ec.c","third_party/boringssl/crypto/evp/p_ec_asn1.c","third_party/boringssl/crypto/evp/p_rsa.c","third_party/boringssl/crypto/evp/p_rsa_asn1.c","third_party/boringssl/crypto/evp/pbkdf.c","third_party/boringssl/crypto/evp/sign.c","third_party/boringssl/crypto/ex_data.c","third_party/boringssl/crypto/hkdf/hkdf.c","third_party/boringssl/crypto/hmac/hmac.c","third_party/boringssl/crypto/lhash/lhash.c","third_party/boringssl/crypto/md4/md4.c","third_party/boringssl/crypto/md5/md5.c","third_party/boringssl/crypto/mem.c","third_party/boringssl/crypto/modes/cbc.c","third_party/boringssl/crypto/modes/cfb.c","third_party/boringssl/crypto/modes/ctr.c","third_party/boringssl/crypto/modes/gcm.c","third_party/boringssl/crypto/modes/ofb.c","third_party/boringssl/crypto/obj/obj.c","third_party/boringssl/crypto/obj/obj_xref.c","third_party/boringssl/crypto/pem/pem_all.c","third_party/boringssl/crypto/pem/pem_info.c","third_party/boringssl/crypto/pem/pem_lib.c","third_party/boringssl/crypto/pem/pem_oth.c","third_party/boringssl/crypto/pem/pem_pk8.c","third_party/boringssl/crypto/pem/pem_pkey.c","third_party/boringssl/crypto/pem/pem_x509.c","third_party/boringssl/crypto/pem/pem_xaux.c","third_party/boringssl/crypto/pkcs8/p5_pbe.c","third_party/boringssl/crypto/pkcs8/p5_pbev2.c","third_party/boringssl/crypto/pkcs8/p8_pkey.c","third_party/boringssl/crypto/pkcs8/pkcs8.c","third_party/boringssl/crypto/poly1305/poly1305.c","third_party/boringssl/crypto/poly1305/poly1305_arm.c","third_party/boringssl/crypto/poly1305/poly1305_vec.c","third_party/boringssl/crypto/rand/rand.c","third_party/boringssl/crypto/rand/urandom.c","third_party/boringssl/crypto/rand/windows.c","third_party/boringssl/crypto/rc4/rc4.c","third_party/boringssl/crypto/refcount_c11.c","third_party/boringssl/crypto/refcount_lock.c","third_party/boringssl/crypto/rsa/blinding.c","third_party/boringssl/crypto/rsa/padding.c","third_party/boringssl/crypto/rsa/rsa.c","third_party/boringssl/crypto/rsa/rsa_asn1.c","third_party/boringssl/crypto/rsa/rsa_impl.c","third_party/boringssl/crypto/sha/sha1.c","third_party/boringssl/crypto/sha/sha256.c","third_party/boringssl/crypto/sha/sha512.c","third_party/boringssl/crypto/stack/stack.c","third_party/boringssl/crypto/thread.c","third_party/boringssl/crypto/thread_none.c","third_party/boringssl/crypto/thread_pthread.c","third_party/boringssl/crypto/thread_win.c","third_party/boringssl/crypto/time_support.c","third_party/boringssl/crypto/x509/a_digest.c","third_party/boringssl/crypto/x509/a_sign.c","third_party/boringssl/crypto/x509/a_strex.c","third_party/boringssl/crypto/x509/a_verify.c","third_party/boringssl/crypto/x509/asn1_gen.c","third_party/boringssl/crypto/x509/by_dir.c","third_party/boringssl/crypto/x509/by_file.c","third_party/boringssl/crypto/x509/i2d_pr.c","third_party/boringssl/crypto/x509/pkcs7.c","third_party/boringssl/crypto/x509/t_crl.c","third_party/boringssl/crypto/x509/t_req.c","third_party/boringssl/crypto/x509/t_x509.c","third_party/boringssl/crypto/x509/t_x509a.c","third_party/boringssl/crypto/x509/x509.c","third_party/boringssl/crypto/x509/x509_att.c","third_party/boringssl/crypto/x509/x509_cmp.c","third_party/boringssl/crypto/x509/x509_d2.c","third_party/boringssl/crypto/x509/x509_def.c","third_party/boringssl/crypto/x509/x509_ext.c","third_party/boringssl/crypto/x509/x509_lu.c","third_party/boringssl/crypto/x509/x509_obj.c","third_party/boringssl/crypto/x509/x509_r2x.c","third_party/boringssl/crypto/x509/x509_req.c","third_party/boringssl/crypto/x509/x509_set.c","third_party/boringssl/crypto/x509/x509_trs.c","third_party/boringssl/crypto/x509/x509_txt.c","third_party/boringssl/crypto/x509/x509_v3.c","third_party/boringssl/crypto/x509/x509_vfy.c","third_party/boringssl/crypto/x509/x509_vpm.c","third_party/boringssl/crypto/x509/x509cset.c","third_party/boringssl/crypto/x509/x509name.c","third_party/boringssl/crypto/x509/x509rset.c","third_party/boringssl/crypto/x509/x509spki.c","third_party/boringssl/crypto/x509/x509type.c","third_party/boringssl/crypto/x509/x_algor.c","third_party/boringssl/crypto/x509/x_all.c","third_party/boringssl/crypto/x509/x_attrib.c","third_party/boringssl/crypto/x509/x_crl.c","third_party/boringssl/crypto/x509/x_exten.c","third_party/boringssl/crypto/x509/x_info.c","third_party/boringssl/crypto/x509/x_name.c","third_party/boringssl/crypto/x509/x_pkey.c","third_party/boringssl/crypto/x509/x_pubkey.c","third_party/boringssl/crypto/x509/x_req.c","third_party/boringssl/crypto/x509/x_sig.c","third_party/boringssl/crypto/x509/x_spki.c","third_party/boringssl/crypto/x509/x_val.c","third_party/boringssl/crypto/x509/x_x509.c","third_party/boringssl/crypto/x509/x_x509a.c","third_party/boringssl/crypto/x509v3/pcy_cache.c","third_party/boringssl/crypto/x509v3/pcy_data.c","third_party/boringssl/crypto/x509v3/pcy_lib.c","third_party/boringssl/crypto/x509v3/pcy_map.c","third_party/boringssl/crypto/x509v3/pcy_node.c","third_party/boringssl/crypto/x509v3/pcy_tree.c","third_party/boringssl/crypto/x509v3/v3_akey.c","third_party/boringssl/crypto/x509v3/v3_akeya.c","third_party/boringssl/crypto/x509v3/v3_alt.c","third_party/boringssl/crypto/x509v3/v3_bcons.c","third_party/boringssl/crypto/x509v3/v3_bitst.c","third_party/boringssl/crypto/x509v3/v3_conf.c","third_party/boringssl/crypto/x509v3/v3_cpols.c","third_party/boringssl/crypto/x509v3/v3_crld.c","third_party/boringssl/crypto/x509v3/v3_enum.c","third_party/boringssl/crypto/x509v3/v3_extku.c","third_party/boringssl/crypto/x509v3/v3_genn.c","third_party/boringssl/crypto/x509v3/v3_ia5.c","third_party/boringssl/crypto/x509v3/v3_info.c","third_party/boringssl/crypto/x509v3/v3_int.c","third_party/boringssl/crypto/x509v3/v3_lib.c","third_party/boringssl/crypto/x509v3/v3_ncons.c","third_party/boringssl/crypto/x509v3/v3_pci.c","third_party/boringssl/crypto/x509v3/v3_pcia.c","third_party/boringssl/crypto/x509v3/v3_pcons.c","third_party/boringssl/crypto/x509v3/v3_pku.c","third_party/boringssl/crypto/x509v3/v3_pmaps.c","third_party/boringssl/crypto/x509v3/v3_prn.c","third_party/boringssl/crypto/x509v3/v3_purp.c","third_party/boringssl/crypto/x509v3/v3_skey.c","third_party/boringssl/crypto/x509v3/v3_sxnet.c","third_party/boringssl/crypto/x509v3/v3_utl.c","third_party/boringssl/ssl/custom_extensions.c","third_party/boringssl/ssl/d1_both.c","third_party/boringssl/ssl/d1_clnt.c","third_party/boringssl/ssl/d1_lib.c","third_party/boringssl/ssl/d1_meth.c","third_party/boringssl/ssl/d1_pkt.c","third_party/boringssl/ssl/d1_srtp.c","third_party/boringssl/ssl/d1_srvr.c","third_party/boringssl/ssl/dtls_record.c","third_party/boringssl/ssl/pqueue/pqueue.c","third_party/boringssl/ssl/s3_both.c","third_party/boringssl/ssl/s3_clnt.c","third_party/boringssl/ssl/s3_enc.c","third_party/boringssl/ssl/s3_lib.c","third_party/boringssl/ssl/s3_meth.c","third_party/boringssl/ssl/s3_pkt.c","third_party/boringssl/ssl/s3_srvr.c","third_party/boringssl/ssl/ssl_aead_ctx.c","third_party/boringssl/ssl/ssl_asn1.c","third_party/boringssl/ssl/ssl_buffer.c","third_party/boringssl/ssl/ssl_cert.c","third_party/boringssl/ssl/ssl_cipher.c","third_party/boringssl/ssl/ssl_file.c","third_party/boringssl/ssl/ssl_lib.c","third_party/boringssl/ssl/ssl_rsa.c","third_party/boringssl/ssl/ssl_session.c","third_party/boringssl/ssl/ssl_stat.c","third_party/boringssl/ssl/t1_enc.c","third_party/boringssl/ssl/t1_lib.c","third_party/boringssl/ssl/tls_record.c","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","include/grpc/impl/codegen/alloc.h","include/grpc/impl/codegen/atm.h","include/grpc/impl/codegen/atm_gcc_atomic.h","include/grpc/impl/codegen/atm_gcc_sync.h","include/grpc/impl/codegen/atm_win32.h","include/grpc/impl/codegen/log.h","include/grpc/impl/codegen/port_platform.h","include/grpc/impl/codegen/slice.h","include/grpc/impl/codegen/slice_buffer.h","include/grpc/impl/codegen/sync.h","include/grpc/impl/codegen/sync_generic.h","include/grpc/impl/codegen/sync_posix.h","include/grpc/impl/codegen/sync_win32.h","include/grpc/impl/codegen/time.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/load_file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/support/tmpfile.h","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/load_file.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/subprocess_windows.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","src/core/support/tmpfile_posix.c","src/core/support/tmpfile_win32.c","src/core/support/wrap_memcpy.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.13.1","_shasum":"9c447387505cb5a1f22b8739736fef39b3d4d25f","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"9c447387505cb5a1f22b8739736fef39b3d4d25f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.13.1.tgz","integrity":"sha512-LtHZ4Rtdgxu1ilrIkUck4K/nkN+qkSxGw06QiFJ3PApGX4dLJ0rfX1aDCnbmZ32tbwFeN1hdyZJjUkHCRDn+Sg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBsShh8wXeR7J0Ro9XSGbEONa1oPAC9t84/urPNpZJ3QIhAOirsaFYc7Is/UlaNMihTrUK9PeE+jII5Y+ufuryOaDS"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-0.13.1.tgz_1459454733686_0.5003395306412131"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.13.2-pre1":{"name":"grpc","version":"0.13.2-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/ext/byte_buffer.h","src/node/ext/call.h","src/node/ext/call_credentials.h","src/node/ext/channel.h","src/node/ext/channel_credentials.h","src/node/ext/completion_queue_async_worker.h","src/node/ext/server.h","src/node/ext/server_credentials.h","src/node/ext/timeval.h","src/node/ext/byte_buffer.cc","src/node/ext/call.cc","src/node/ext/call_credentials.cc","src/node/ext/channel.cc","src/node/ext/channel_credentials.cc","src/node/ext/completion_queue_async_worker.cc","src/node/ext/node_grpc.cc","src/node/ext/server.cc","src/node/ext/server_credentials.cc","src/node/ext/timeval.cc","src/node/index.js","src/node/src/client.js","src/node/src/common.js","src/node/src/credentials.js","src/node/src/grpc_extension.js","src/node/src/metadata.js","src/node/src/server.js","include/grpc/grpc_security.h","include/grpc/impl/codegen/byte_buffer.h","include/grpc/impl/codegen/compression_types.h","include/grpc/impl/codegen/connectivity_state.h","include/grpc/impl/codegen/grpc_types.h","include/grpc/impl/codegen/propagation_bits.h","include/grpc/impl/codegen/status.h","include/grpc/byte_buffer.h","include/grpc/byte_buffer_reader.h","include/grpc/compression.h","include/grpc/grpc.h","include/grpc/status.h","include/grpc/census.h","src/core/census/grpc_filter.h","src/core/channel/channel_args.h","src/core/channel/channel_stack.h","src/core/channel/client_channel.h","src/core/channel/client_uchannel.h","src/core/channel/compress_filter.h","src/core/channel/connected_channel.h","src/core/channel/context.h","src/core/channel/http_client_filter.h","src/core/channel/http_server_filter.h","src/core/channel/subchannel_call_holder.h","src/core/client_config/client_config.h","src/core/client_config/connector.h","src/core/client_config/initial_connect_string.h","src/core/client_config/lb_policies/load_balancer_api.h","src/core/client_config/lb_policies/pick_first.h","src/core/client_config/lb_policies/round_robin.h","src/core/client_config/lb_policy.h","src/core/client_config/lb_policy_factory.h","src/core/client_config/lb_policy_registry.h","src/core/client_config/resolver.h","src/core/client_config/resolver_factory.h","src/core/client_config/resolver_registry.h","src/core/client_config/resolvers/dns_resolver.h","src/core/client_config/resolvers/sockaddr_resolver.h","src/core/client_config/subchannel.h","src/core/client_config/subchannel_factory.h","src/core/client_config/subchannel_index.h","src/core/client_config/uri_parser.h","src/core/compression/algorithm_metadata.h","src/core/compression/message_compress.h","src/core/debug/trace.h","src/core/httpcli/format_request.h","src/core/httpcli/httpcli.h","src/core/httpcli/parser.h","src/core/iomgr/closure.h","src/core/iomgr/endpoint.h","src/core/iomgr/endpoint_pair.h","src/core/iomgr/exec_ctx.h","src/core/iomgr/executor.h","src/core/iomgr/fd_posix.h","src/core/iomgr/iocp_windows.h","src/core/iomgr/iomgr.h","src/core/iomgr/iomgr_internal.h","src/core/iomgr/iomgr_posix.h","src/core/iomgr/pollset.h","src/core/iomgr/pollset_posix.h","src/core/iomgr/pollset_set.h","src/core/iomgr/pollset_set_posix.h","src/core/iomgr/pollset_set_windows.h","src/core/iomgr/pollset_windows.h","src/core/iomgr/resolve_address.h","src/core/iomgr/sockaddr.h","src/core/iomgr/sockaddr_posix.h","src/core/iomgr/sockaddr_utils.h","src/core/iomgr/sockaddr_win32.h","src/core/iomgr/socket_utils_posix.h","src/core/iomgr/socket_windows.h","src/core/iomgr/tcp_client.h","src/core/iomgr/tcp_posix.h","src/core/iomgr/tcp_server.h","src/core/iomgr/tcp_windows.h","src/core/iomgr/time_averaged_stats.h","src/core/iomgr/timer.h","src/core/iomgr/timer_heap.h","src/core/iomgr/udp_server.h","src/core/iomgr/wakeup_fd_pipe.h","src/core/iomgr/wakeup_fd_posix.h","src/core/iomgr/workqueue.h","src/core/iomgr/workqueue_posix.h","src/core/iomgr/workqueue_windows.h","src/core/json/json.h","src/core/json/json_common.h","src/core/json/json_reader.h","src/core/json/json_writer.h","src/core/proto/grpc/lb/v0/load_balancer.pb.h","src/core/statistics/census_interface.h","src/core/statistics/census_rpc_stats.h","src/core/surface/api_trace.h","src/core/surface/call.h","src/core/surface/call_test_only.h","src/core/surface/channel.h","src/core/surface/completion_queue.h","src/core/surface/event_string.h","src/core/surface/init.h","src/core/surface/server.h","src/core/surface/surface_trace.h","src/core/transport/byte_stream.h","src/core/transport/chttp2/alpn.h","src/core/transport/chttp2/bin_encoder.h","src/core/transport/chttp2/frame.h","src/core/transport/chttp2/frame_data.h","src/core/transport/chttp2/frame_goaway.h","src/core/transport/chttp2/frame_ping.h","src/core/transport/chttp2/frame_rst_stream.h","src/core/transport/chttp2/frame_settings.h","src/core/transport/chttp2/frame_window_update.h","src/core/transport/chttp2/hpack_encoder.h","src/core/transport/chttp2/hpack_parser.h","src/core/transport/chttp2/hpack_table.h","src/core/transport/chttp2/http2_errors.h","src/core/transport/chttp2/huffsyms.h","src/core/transport/chttp2/incoming_metadata.h","src/core/transport/chttp2/internal.h","src/core/transport/chttp2/status_conversion.h","src/core/transport/chttp2/stream_map.h","src/core/transport/chttp2/timeout_encoding.h","src/core/transport/chttp2/varint.h","src/core/transport/chttp2_transport.h","src/core/transport/connectivity_state.h","src/core/transport/metadata.h","src/core/transport/metadata_batch.h","src/core/transport/static_metadata.h","src/core/transport/transport.h","src/core/transport/transport_impl.h","src/core/security/auth_filters.h","src/core/security/b64.h","src/core/security/credentials.h","src/core/security/handshake.h","src/core/security/json_token.h","src/core/security/jwt_verifier.h","src/core/security/secure_endpoint.h","src/core/security/security_connector.h","src/core/security/security_context.h","src/core/tsi/fake_transport_security.h","src/core/tsi/ssl_transport_security.h","src/core/tsi/ssl_types.h","src/core/tsi/transport_security.h","src/core/tsi/transport_security_interface.h","src/core/census/aggregation.h","src/core/census/mlog.h","src/core/census/rpc_metric_id.h","third_party/nanopb/pb.h","third_party/nanopb/pb_common.h","third_party/nanopb/pb_decode.h","third_party/nanopb/pb_encode.h","src/core/census/grpc_context.c","src/core/census/grpc_filter.c","src/core/channel/channel_args.c","src/core/channel/channel_stack.c","src/core/channel/client_channel.c","src/core/channel/client_uchannel.c","src/core/channel/compress_filter.c","src/core/channel/connected_channel.c","src/core/channel/http_client_filter.c","src/core/channel/http_server_filter.c","src/core/channel/subchannel_call_holder.c","src/core/client_config/client_config.c","src/core/client_config/connector.c","src/core/client_config/default_initial_connect_string.c","src/core/client_config/initial_connect_string.c","src/core/client_config/lb_policies/load_balancer_api.c","src/core/client_config/lb_policies/pick_first.c","src/core/client_config/lb_policies/round_robin.c","src/core/client_config/lb_policy.c","src/core/client_config/lb_policy_factory.c","src/core/client_config/lb_policy_registry.c","src/core/client_config/resolver.c","src/core/client_config/resolver_factory.c","src/core/client_config/resolver_registry.c","src/core/client_config/resolvers/dns_resolver.c","src/core/client_config/resolvers/sockaddr_resolver.c","src/core/client_config/subchannel.c","src/core/client_config/subchannel_factory.c","src/core/client_config/subchannel_index.c","src/core/client_config/uri_parser.c","src/core/compression/compression_algorithm.c","src/core/compression/message_compress.c","src/core/debug/trace.c","src/core/httpcli/format_request.c","src/core/httpcli/httpcli.c","src/core/httpcli/parser.c","src/core/iomgr/closure.c","src/core/iomgr/endpoint.c","src/core/iomgr/endpoint_pair_posix.c","src/core/iomgr/endpoint_pair_windows.c","src/core/iomgr/exec_ctx.c","src/core/iomgr/executor.c","src/core/iomgr/fd_posix.c","src/core/iomgr/iocp_windows.c","src/core/iomgr/iomgr.c","src/core/iomgr/iomgr_posix.c","src/core/iomgr/iomgr_windows.c","src/core/iomgr/pollset_multipoller_with_epoll.c","src/core/iomgr/pollset_multipoller_with_poll_posix.c","src/core/iomgr/pollset_posix.c","src/core/iomgr/pollset_set_posix.c","src/core/iomgr/pollset_set_windows.c","src/core/iomgr/pollset_windows.c","src/core/iomgr/resolve_address_posix.c","src/core/iomgr/resolve_address_windows.c","src/core/iomgr/sockaddr_utils.c","src/core/iomgr/socket_utils_common_posix.c","src/core/iomgr/socket_utils_linux.c","src/core/iomgr/socket_utils_posix.c","src/core/iomgr/socket_windows.c","src/core/iomgr/tcp_client_posix.c","src/core/iomgr/tcp_client_windows.c","src/core/iomgr/tcp_posix.c","src/core/iomgr/tcp_server_posix.c","src/core/iomgr/tcp_server_windows.c","src/core/iomgr/tcp_windows.c","src/core/iomgr/time_averaged_stats.c","src/core/iomgr/timer.c","src/core/iomgr/timer_heap.c","src/core/iomgr/udp_server.c","src/core/iomgr/wakeup_fd_eventfd.c","src/core/iomgr/wakeup_fd_nospecial.c","src/core/iomgr/wakeup_fd_pipe.c","src/core/iomgr/wakeup_fd_posix.c","src/core/iomgr/workqueue_posix.c","src/core/iomgr/workqueue_windows.c","src/core/json/json.c","src/core/json/json_reader.c","src/core/json/json_string.c","src/core/json/json_writer.c","src/core/proto/grpc/lb/v0/load_balancer.pb.c","src/core/surface/alarm.c","src/core/surface/api_trace.c","src/core/surface/byte_buffer.c","src/core/surface/byte_buffer_reader.c","src/core/surface/call.c","src/core/surface/call_details.c","src/core/surface/call_log_batch.c","src/core/surface/channel.c","src/core/surface/channel_connectivity.c","src/core/surface/channel_create.c","src/core/surface/channel_ping.c","src/core/surface/completion_queue.c","src/core/surface/event_string.c","src/core/surface/init.c","src/core/surface/lame_client.c","src/core/surface/metadata_array.c","src/core/surface/server.c","src/core/surface/server_chttp2.c","src/core/surface/server_create.c","src/core/surface/validate_metadata.c","src/core/surface/version.c","src/core/transport/byte_stream.c","src/core/transport/chttp2/alpn.c","src/core/transport/chttp2/bin_encoder.c","src/core/transport/chttp2/frame_data.c","src/core/transport/chttp2/frame_goaway.c","src/core/transport/chttp2/frame_ping.c","src/core/transport/chttp2/frame_rst_stream.c","src/core/transport/chttp2/frame_settings.c","src/core/transport/chttp2/frame_window_update.c","src/core/transport/chttp2/hpack_encoder.c","src/core/transport/chttp2/hpack_parser.c","src/core/transport/chttp2/hpack_table.c","src/core/transport/chttp2/huffsyms.c","src/core/transport/chttp2/incoming_metadata.c","src/core/transport/chttp2/parsing.c","src/core/transport/chttp2/status_conversion.c","src/core/transport/chttp2/stream_lists.c","src/core/transport/chttp2/stream_map.c","src/core/transport/chttp2/timeout_encoding.c","src/core/transport/chttp2/varint.c","src/core/transport/chttp2/writing.c","src/core/transport/chttp2_transport.c","src/core/transport/connectivity_state.c","src/core/transport/metadata.c","src/core/transport/metadata_batch.c","src/core/transport/static_metadata.c","src/core/transport/transport.c","src/core/transport/transport_op_string.c","src/core/httpcli/httpcli_security_connector.c","src/core/security/b64.c","src/core/security/client_auth_filter.c","src/core/security/credentials.c","src/core/security/credentials_metadata.c","src/core/security/credentials_posix.c","src/core/security/credentials_win32.c","src/core/security/google_default_credentials.c","src/core/security/handshake.c","src/core/security/json_token.c","src/core/security/jwt_verifier.c","src/core/security/secure_endpoint.c","src/core/security/security_connector.c","src/core/security/security_context.c","src/core/security/server_auth_filter.c","src/core/security/server_secure_chttp2.c","src/core/surface/init_secure.c","src/core/surface/secure_channel_create.c","src/core/tsi/fake_transport_security.c","src/core/tsi/ssl_transport_security.c","src/core/tsi/transport_security.c","src/core/census/context.c","src/core/census/initialize.c","src/core/census/mlog.c","src/core/census/operation.c","src/core/census/placeholders.c","src/core/census/tracing.c","third_party/nanopb/pb_common.c","third_party/nanopb/pb_decode.c","third_party/nanopb/pb_encode.c","third_party/zlib/crc32.h","third_party/zlib/deflate.h","third_party/zlib/gzguts.h","third_party/zlib/inffast.h","third_party/zlib/inffixed.h","third_party/zlib/inflate.h","third_party/zlib/inftrees.h","third_party/zlib/trees.h","third_party/zlib/zconf.h","third_party/zlib/zlib.h","third_party/zlib/zutil.h","third_party/zlib/adler32.c","third_party/zlib/compress.c","third_party/zlib/crc32.c","third_party/zlib/deflate.c","third_party/zlib/gzclose.c","third_party/zlib/gzlib.c","third_party/zlib/gzread.c","third_party/zlib/gzwrite.c","third_party/zlib/infback.c","third_party/zlib/inffast.c","third_party/zlib/inflate.c","third_party/zlib/inftrees.c","third_party/zlib/trees.c","third_party/zlib/uncompr.c","third_party/zlib/zutil.c","third_party/boringssl/crypto/aes/internal.h","third_party/boringssl/crypto/asn1/asn1_locl.h","third_party/boringssl/crypto/bio/internal.h","third_party/boringssl/crypto/bn/internal.h","third_party/boringssl/crypto/bn/rsaz_exp.h","third_party/boringssl/crypto/bytestring/internal.h","third_party/boringssl/crypto/cipher/internal.h","third_party/boringssl/crypto/conf/conf_def.h","third_party/boringssl/crypto/conf/internal.h","third_party/boringssl/crypto/des/internal.h","third_party/boringssl/crypto/dh/internal.h","third_party/boringssl/crypto/digest/internal.h","third_party/boringssl/crypto/digest/md32_common.h","third_party/boringssl/crypto/directory.h","third_party/boringssl/crypto/dsa/internal.h","third_party/boringssl/crypto/ec/internal.h","third_party/boringssl/crypto/ec/p256-x86_64-table.h","third_party/boringssl/crypto/evp/internal.h","third_party/boringssl/crypto/internal.h","third_party/boringssl/crypto/modes/internal.h","third_party/boringssl/crypto/obj/obj_dat.h","third_party/boringssl/crypto/obj/obj_xref.h","third_party/boringssl/crypto/pkcs8/internal.h","third_party/boringssl/crypto/rand/internal.h","third_party/boringssl/crypto/rsa/internal.h","third_party/boringssl/crypto/test/scoped_types.h","third_party/boringssl/crypto/test/test_util.h","third_party/boringssl/crypto/x509/charmap.h","third_party/boringssl/crypto/x509/vpm_int.h","third_party/boringssl/crypto/x509v3/ext_dat.h","third_party/boringssl/crypto/x509v3/pcy_int.h","third_party/boringssl/include/openssl/aead.h","third_party/boringssl/include/openssl/aes.h","third_party/boringssl/include/openssl/arm_arch.h","third_party/boringssl/include/openssl/asn1.h","third_party/boringssl/include/openssl/asn1_mac.h","third_party/boringssl/include/openssl/asn1t.h","third_party/boringssl/include/openssl/base.h","third_party/boringssl/include/openssl/base64.h","third_party/boringssl/include/openssl/bio.h","third_party/boringssl/include/openssl/blowfish.h","third_party/boringssl/include/openssl/bn.h","third_party/boringssl/include/openssl/buf.h","third_party/boringssl/include/openssl/buffer.h","third_party/boringssl/include/openssl/bytestring.h","third_party/boringssl/include/openssl/cast.h","third_party/boringssl/include/openssl/chacha.h","third_party/boringssl/include/openssl/cipher.h","third_party/boringssl/include/openssl/cmac.h","third_party/boringssl/include/openssl/conf.h","third_party/boringssl/include/openssl/cpu.h","third_party/boringssl/include/openssl/crypto.h","third_party/boringssl/include/openssl/curve25519.h","third_party/boringssl/include/openssl/des.h","third_party/boringssl/include/openssl/dh.h","third_party/boringssl/include/openssl/digest.h","third_party/boringssl/include/openssl/dsa.h","third_party/boringssl/include/openssl/dtls1.h","third_party/boringssl/include/openssl/ec.h","third_party/boringssl/include/openssl/ec_key.h","third_party/boringssl/include/openssl/ecdh.h","third_party/boringssl/include/openssl/ecdsa.h","third_party/boringssl/include/openssl/engine.h","third_party/boringssl/include/openssl/err.h","third_party/boringssl/include/openssl/evp.h","third_party/boringssl/include/openssl/ex_data.h","third_party/boringssl/include/openssl/hkdf.h","third_party/boringssl/include/openssl/hmac.h","third_party/boringssl/include/openssl/lhash.h","third_party/boringssl/include/openssl/lhash_macros.h","third_party/boringssl/include/openssl/md4.h","third_party/boringssl/include/openssl/md5.h","third_party/boringssl/include/openssl/mem.h","third_party/boringssl/include/openssl/obj.h","third_party/boringssl/include/openssl/obj_mac.h","third_party/boringssl/include/openssl/objects.h","third_party/boringssl/include/openssl/opensslfeatures.h","third_party/boringssl/include/openssl/opensslv.h","third_party/boringssl/include/openssl/ossl_typ.h","third_party/boringssl/include/openssl/pem.h","third_party/boringssl/include/openssl/pkcs12.h","third_party/boringssl/include/openssl/pkcs7.h","third_party/boringssl/include/openssl/pkcs8.h","third_party/boringssl/include/openssl/poly1305.h","third_party/boringssl/include/openssl/pqueue.h","third_party/boringssl/include/openssl/rand.h","third_party/boringssl/include/openssl/rc4.h","third_party/boringssl/include/openssl/rsa.h","third_party/boringssl/include/openssl/safestack.h","third_party/boringssl/include/openssl/sha.h","third_party/boringssl/include/openssl/srtp.h","third_party/boringssl/include/openssl/ssl.h","third_party/boringssl/include/openssl/ssl3.h","third_party/boringssl/include/openssl/stack.h","third_party/boringssl/include/openssl/stack_macros.h","third_party/boringssl/include/openssl/thread.h","third_party/boringssl/include/openssl/time_support.h","third_party/boringssl/include/openssl/tls1.h","third_party/boringssl/include/openssl/type_check.h","third_party/boringssl/include/openssl/x509.h","third_party/boringssl/include/openssl/x509_vfy.h","third_party/boringssl/include/openssl/x509v3.h","third_party/boringssl/ssl/internal.h","third_party/boringssl/ssl/test/async_bio.h","third_party/boringssl/ssl/test/packeted_bio.h","third_party/boringssl/ssl/test/scoped_types.h","third_party/boringssl/ssl/test/test_config.h","src/boringssl/err_data.c","third_party/boringssl/crypto/aes/aes.c","third_party/boringssl/crypto/aes/mode_wrappers.c","third_party/boringssl/crypto/asn1/a_bitstr.c","third_party/boringssl/crypto/asn1/a_bool.c","third_party/boringssl/crypto/asn1/a_bytes.c","third_party/boringssl/crypto/asn1/a_d2i_fp.c","third_party/boringssl/crypto/asn1/a_dup.c","third_party/boringssl/crypto/asn1/a_enum.c","third_party/boringssl/crypto/asn1/a_gentm.c","third_party/boringssl/crypto/asn1/a_i2d_fp.c","third_party/boringssl/crypto/asn1/a_int.c","third_party/boringssl/crypto/asn1/a_mbstr.c","third_party/boringssl/crypto/asn1/a_object.c","third_party/boringssl/crypto/asn1/a_octet.c","third_party/boringssl/crypto/asn1/a_print.c","third_party/boringssl/crypto/asn1/a_strnid.c","third_party/boringssl/crypto/asn1/a_time.c","third_party/boringssl/crypto/asn1/a_type.c","third_party/boringssl/crypto/asn1/a_utctm.c","third_party/boringssl/crypto/asn1/a_utf8.c","third_party/boringssl/crypto/asn1/asn1_lib.c","third_party/boringssl/crypto/asn1/asn1_par.c","third_party/boringssl/crypto/asn1/asn_pack.c","third_party/boringssl/crypto/asn1/bio_asn1.c","third_party/boringssl/crypto/asn1/bio_ndef.c","third_party/boringssl/crypto/asn1/f_enum.c","third_party/boringssl/crypto/asn1/f_int.c","third_party/boringssl/crypto/asn1/f_string.c","third_party/boringssl/crypto/asn1/t_bitst.c","third_party/boringssl/crypto/asn1/t_pkey.c","third_party/boringssl/crypto/asn1/tasn_dec.c","third_party/boringssl/crypto/asn1/tasn_enc.c","third_party/boringssl/crypto/asn1/tasn_fre.c","third_party/boringssl/crypto/asn1/tasn_new.c","third_party/boringssl/crypto/asn1/tasn_prn.c","third_party/boringssl/crypto/asn1/tasn_typ.c","third_party/boringssl/crypto/asn1/tasn_utl.c","third_party/boringssl/crypto/asn1/x_bignum.c","third_party/boringssl/crypto/asn1/x_long.c","third_party/boringssl/crypto/base64/base64.c","third_party/boringssl/crypto/bio/bio.c","third_party/boringssl/crypto/bio/bio_mem.c","third_party/boringssl/crypto/bio/buffer.c","third_party/boringssl/crypto/bio/connect.c","third_party/boringssl/crypto/bio/fd.c","third_party/boringssl/crypto/bio/file.c","third_party/boringssl/crypto/bio/hexdump.c","third_party/boringssl/crypto/bio/pair.c","third_party/boringssl/crypto/bio/printf.c","third_party/boringssl/crypto/bio/socket.c","third_party/boringssl/crypto/bio/socket_helper.c","third_party/boringssl/crypto/bn/add.c","third_party/boringssl/crypto/bn/asm/x86_64-gcc.c","third_party/boringssl/crypto/bn/bn.c","third_party/boringssl/crypto/bn/bn_asn1.c","third_party/boringssl/crypto/bn/cmp.c","third_party/boringssl/crypto/bn/convert.c","third_party/boringssl/crypto/bn/ctx.c","third_party/boringssl/crypto/bn/div.c","third_party/boringssl/crypto/bn/exponentiation.c","third_party/boringssl/crypto/bn/gcd.c","third_party/boringssl/crypto/bn/generic.c","third_party/boringssl/crypto/bn/kronecker.c","third_party/boringssl/crypto/bn/montgomery.c","third_party/boringssl/crypto/bn/mul.c","third_party/boringssl/crypto/bn/prime.c","third_party/boringssl/crypto/bn/random.c","third_party/boringssl/crypto/bn/rsaz_exp.c","third_party/boringssl/crypto/bn/shift.c","third_party/boringssl/crypto/bn/sqrt.c","third_party/boringssl/crypto/buf/buf.c","third_party/boringssl/crypto/bytestring/ber.c","third_party/boringssl/crypto/bytestring/cbb.c","third_party/boringssl/crypto/bytestring/cbs.c","third_party/boringssl/crypto/chacha/chacha_generic.c","third_party/boringssl/crypto/chacha/chacha_vec.c","third_party/boringssl/crypto/cipher/aead.c","third_party/boringssl/crypto/cipher/cipher.c","third_party/boringssl/crypto/cipher/derive_key.c","third_party/boringssl/crypto/cipher/e_aes.c","third_party/boringssl/crypto/cipher/e_chacha20poly1305.c","third_party/boringssl/crypto/cipher/e_des.c","third_party/boringssl/crypto/cipher/e_null.c","third_party/boringssl/crypto/cipher/e_rc2.c","third_party/boringssl/crypto/cipher/e_rc4.c","third_party/boringssl/crypto/cipher/e_ssl3.c","third_party/boringssl/crypto/cipher/e_tls.c","third_party/boringssl/crypto/cipher/tls_cbc.c","third_party/boringssl/crypto/cmac/cmac.c","third_party/boringssl/crypto/conf/conf.c","third_party/boringssl/crypto/cpu-arm.c","third_party/boringssl/crypto/cpu-intel.c","third_party/boringssl/crypto/crypto.c","third_party/boringssl/crypto/curve25519/curve25519.c","third_party/boringssl/crypto/des/des.c","third_party/boringssl/crypto/dh/check.c","third_party/boringssl/crypto/dh/dh.c","third_party/boringssl/crypto/dh/dh_asn1.c","third_party/boringssl/crypto/dh/params.c","third_party/boringssl/crypto/digest/digest.c","third_party/boringssl/crypto/digest/digests.c","third_party/boringssl/crypto/directory_posix.c","third_party/boringssl/crypto/directory_win.c","third_party/boringssl/crypto/dsa/dsa.c","third_party/boringssl/crypto/dsa/dsa_asn1.c","third_party/boringssl/crypto/ec/ec.c","third_party/boringssl/crypto/ec/ec_asn1.c","third_party/boringssl/crypto/ec/ec_key.c","third_party/boringssl/crypto/ec/ec_montgomery.c","third_party/boringssl/crypto/ec/oct.c","third_party/boringssl/crypto/ec/p224-64.c","third_party/boringssl/crypto/ec/p256-64.c","third_party/boringssl/crypto/ec/p256-x86_64.c","third_party/boringssl/crypto/ec/simple.c","third_party/boringssl/crypto/ec/util-64.c","third_party/boringssl/crypto/ec/wnaf.c","third_party/boringssl/crypto/ecdh/ecdh.c","third_party/boringssl/crypto/ecdsa/ecdsa.c","third_party/boringssl/crypto/ecdsa/ecdsa_asn1.c","third_party/boringssl/crypto/engine/engine.c","third_party/boringssl/crypto/err/err.c","third_party/boringssl/crypto/evp/algorithm.c","third_party/boringssl/crypto/evp/digestsign.c","third_party/boringssl/crypto/evp/evp.c","third_party/boringssl/crypto/evp/evp_asn1.c","third_party/boringssl/crypto/evp/evp_ctx.c","third_party/boringssl/crypto/evp/p_dsa_asn1.c","third_party/boringssl/crypto/evp/p_ec.c","third_party/boringssl/crypto/evp/p_ec_asn1.c","third_party/boringssl/crypto/evp/p_rsa.c","third_party/boringssl/crypto/evp/p_rsa_asn1.c","third_party/boringssl/crypto/evp/pbkdf.c","third_party/boringssl/crypto/evp/sign.c","third_party/boringssl/crypto/ex_data.c","third_party/boringssl/crypto/hkdf/hkdf.c","third_party/boringssl/crypto/hmac/hmac.c","third_party/boringssl/crypto/lhash/lhash.c","third_party/boringssl/crypto/md4/md4.c","third_party/boringssl/crypto/md5/md5.c","third_party/boringssl/crypto/mem.c","third_party/boringssl/crypto/modes/cbc.c","third_party/boringssl/crypto/modes/cfb.c","third_party/boringssl/crypto/modes/ctr.c","third_party/boringssl/crypto/modes/gcm.c","third_party/boringssl/crypto/modes/ofb.c","third_party/boringssl/crypto/obj/obj.c","third_party/boringssl/crypto/obj/obj_xref.c","third_party/boringssl/crypto/pem/pem_all.c","third_party/boringssl/crypto/pem/pem_info.c","third_party/boringssl/crypto/pem/pem_lib.c","third_party/boringssl/crypto/pem/pem_oth.c","third_party/boringssl/crypto/pem/pem_pk8.c","third_party/boringssl/crypto/pem/pem_pkey.c","third_party/boringssl/crypto/pem/pem_x509.c","third_party/boringssl/crypto/pem/pem_xaux.c","third_party/boringssl/crypto/pkcs8/p5_pbe.c","third_party/boringssl/crypto/pkcs8/p5_pbev2.c","third_party/boringssl/crypto/pkcs8/p8_pkey.c","third_party/boringssl/crypto/pkcs8/pkcs8.c","third_party/boringssl/crypto/poly1305/poly1305.c","third_party/boringssl/crypto/poly1305/poly1305_arm.c","third_party/boringssl/crypto/poly1305/poly1305_vec.c","third_party/boringssl/crypto/rand/rand.c","third_party/boringssl/crypto/rand/urandom.c","third_party/boringssl/crypto/rand/windows.c","third_party/boringssl/crypto/rc4/rc4.c","third_party/boringssl/crypto/refcount_c11.c","third_party/boringssl/crypto/refcount_lock.c","third_party/boringssl/crypto/rsa/blinding.c","third_party/boringssl/crypto/rsa/padding.c","third_party/boringssl/crypto/rsa/rsa.c","third_party/boringssl/crypto/rsa/rsa_asn1.c","third_party/boringssl/crypto/rsa/rsa_impl.c","third_party/boringssl/crypto/sha/sha1.c","third_party/boringssl/crypto/sha/sha256.c","third_party/boringssl/crypto/sha/sha512.c","third_party/boringssl/crypto/stack/stack.c","third_party/boringssl/crypto/thread.c","third_party/boringssl/crypto/thread_none.c","third_party/boringssl/crypto/thread_pthread.c","third_party/boringssl/crypto/thread_win.c","third_party/boringssl/crypto/time_support.c","third_party/boringssl/crypto/x509/a_digest.c","third_party/boringssl/crypto/x509/a_sign.c","third_party/boringssl/crypto/x509/a_strex.c","third_party/boringssl/crypto/x509/a_verify.c","third_party/boringssl/crypto/x509/asn1_gen.c","third_party/boringssl/crypto/x509/by_dir.c","third_party/boringssl/crypto/x509/by_file.c","third_party/boringssl/crypto/x509/i2d_pr.c","third_party/boringssl/crypto/x509/pkcs7.c","third_party/boringssl/crypto/x509/t_crl.c","third_party/boringssl/crypto/x509/t_req.c","third_party/boringssl/crypto/x509/t_x509.c","third_party/boringssl/crypto/x509/t_x509a.c","third_party/boringssl/crypto/x509/x509.c","third_party/boringssl/crypto/x509/x509_att.c","third_party/boringssl/crypto/x509/x509_cmp.c","third_party/boringssl/crypto/x509/x509_d2.c","third_party/boringssl/crypto/x509/x509_def.c","third_party/boringssl/crypto/x509/x509_ext.c","third_party/boringssl/crypto/x509/x509_lu.c","third_party/boringssl/crypto/x509/x509_obj.c","third_party/boringssl/crypto/x509/x509_r2x.c","third_party/boringssl/crypto/x509/x509_req.c","third_party/boringssl/crypto/x509/x509_set.c","third_party/boringssl/crypto/x509/x509_trs.c","third_party/boringssl/crypto/x509/x509_txt.c","third_party/boringssl/crypto/x509/x509_v3.c","third_party/boringssl/crypto/x509/x509_vfy.c","third_party/boringssl/crypto/x509/x509_vpm.c","third_party/boringssl/crypto/x509/x509cset.c","third_party/boringssl/crypto/x509/x509name.c","third_party/boringssl/crypto/x509/x509rset.c","third_party/boringssl/crypto/x509/x509spki.c","third_party/boringssl/crypto/x509/x509type.c","third_party/boringssl/crypto/x509/x_algor.c","third_party/boringssl/crypto/x509/x_all.c","third_party/boringssl/crypto/x509/x_attrib.c","third_party/boringssl/crypto/x509/x_crl.c","third_party/boringssl/crypto/x509/x_exten.c","third_party/boringssl/crypto/x509/x_info.c","third_party/boringssl/crypto/x509/x_name.c","third_party/boringssl/crypto/x509/x_pkey.c","third_party/boringssl/crypto/x509/x_pubkey.c","third_party/boringssl/crypto/x509/x_req.c","third_party/boringssl/crypto/x509/x_sig.c","third_party/boringssl/crypto/x509/x_spki.c","third_party/boringssl/crypto/x509/x_val.c","third_party/boringssl/crypto/x509/x_x509.c","third_party/boringssl/crypto/x509/x_x509a.c","third_party/boringssl/crypto/x509v3/pcy_cache.c","third_party/boringssl/crypto/x509v3/pcy_data.c","third_party/boringssl/crypto/x509v3/pcy_lib.c","third_party/boringssl/crypto/x509v3/pcy_map.c","third_party/boringssl/crypto/x509v3/pcy_node.c","third_party/boringssl/crypto/x509v3/pcy_tree.c","third_party/boringssl/crypto/x509v3/v3_akey.c","third_party/boringssl/crypto/x509v3/v3_akeya.c","third_party/boringssl/crypto/x509v3/v3_alt.c","third_party/boringssl/crypto/x509v3/v3_bcons.c","third_party/boringssl/crypto/x509v3/v3_bitst.c","third_party/boringssl/crypto/x509v3/v3_conf.c","third_party/boringssl/crypto/x509v3/v3_cpols.c","third_party/boringssl/crypto/x509v3/v3_crld.c","third_party/boringssl/crypto/x509v3/v3_enum.c","third_party/boringssl/crypto/x509v3/v3_extku.c","third_party/boringssl/crypto/x509v3/v3_genn.c","third_party/boringssl/crypto/x509v3/v3_ia5.c","third_party/boringssl/crypto/x509v3/v3_info.c","third_party/boringssl/crypto/x509v3/v3_int.c","third_party/boringssl/crypto/x509v3/v3_lib.c","third_party/boringssl/crypto/x509v3/v3_ncons.c","third_party/boringssl/crypto/x509v3/v3_pci.c","third_party/boringssl/crypto/x509v3/v3_pcia.c","third_party/boringssl/crypto/x509v3/v3_pcons.c","third_party/boringssl/crypto/x509v3/v3_pku.c","third_party/boringssl/crypto/x509v3/v3_pmaps.c","third_party/boringssl/crypto/x509v3/v3_prn.c","third_party/boringssl/crypto/x509v3/v3_purp.c","third_party/boringssl/crypto/x509v3/v3_skey.c","third_party/boringssl/crypto/x509v3/v3_sxnet.c","third_party/boringssl/crypto/x509v3/v3_utl.c","third_party/boringssl/ssl/custom_extensions.c","third_party/boringssl/ssl/d1_both.c","third_party/boringssl/ssl/d1_clnt.c","third_party/boringssl/ssl/d1_lib.c","third_party/boringssl/ssl/d1_meth.c","third_party/boringssl/ssl/d1_pkt.c","third_party/boringssl/ssl/d1_srtp.c","third_party/boringssl/ssl/d1_srvr.c","third_party/boringssl/ssl/dtls_record.c","third_party/boringssl/ssl/pqueue/pqueue.c","third_party/boringssl/ssl/s3_both.c","third_party/boringssl/ssl/s3_clnt.c","third_party/boringssl/ssl/s3_enc.c","third_party/boringssl/ssl/s3_lib.c","third_party/boringssl/ssl/s3_meth.c","third_party/boringssl/ssl/s3_pkt.c","third_party/boringssl/ssl/s3_srvr.c","third_party/boringssl/ssl/ssl_aead_ctx.c","third_party/boringssl/ssl/ssl_asn1.c","third_party/boringssl/ssl/ssl_buffer.c","third_party/boringssl/ssl/ssl_cert.c","third_party/boringssl/ssl/ssl_cipher.c","third_party/boringssl/ssl/ssl_file.c","third_party/boringssl/ssl/ssl_lib.c","third_party/boringssl/ssl/ssl_rsa.c","third_party/boringssl/ssl/ssl_session.c","third_party/boringssl/ssl/ssl_stat.c","third_party/boringssl/ssl/t1_enc.c","third_party/boringssl/ssl/t1_lib.c","third_party/boringssl/ssl/tls_record.c","include/grpc/support/alloc.h","include/grpc/support/atm.h","include/grpc/support/atm_gcc_atomic.h","include/grpc/support/atm_gcc_sync.h","include/grpc/support/atm_win32.h","include/grpc/support/avl.h","include/grpc/support/cmdline.h","include/grpc/support/cpu.h","include/grpc/support/histogram.h","include/grpc/support/host_port.h","include/grpc/support/log.h","include/grpc/support/log_win32.h","include/grpc/support/port_platform.h","include/grpc/support/slice.h","include/grpc/support/slice_buffer.h","include/grpc/support/string_util.h","include/grpc/support/subprocess.h","include/grpc/support/sync.h","include/grpc/support/sync_generic.h","include/grpc/support/sync_posix.h","include/grpc/support/sync_win32.h","include/grpc/support/thd.h","include/grpc/support/time.h","include/grpc/support/tls.h","include/grpc/support/tls_gcc.h","include/grpc/support/tls_msvc.h","include/grpc/support/tls_pthread.h","include/grpc/support/useful.h","include/grpc/impl/codegen/alloc.h","include/grpc/impl/codegen/atm.h","include/grpc/impl/codegen/atm_gcc_atomic.h","include/grpc/impl/codegen/atm_gcc_sync.h","include/grpc/impl/codegen/atm_win32.h","include/grpc/impl/codegen/log.h","include/grpc/impl/codegen/port_platform.h","include/grpc/impl/codegen/slice.h","include/grpc/impl/codegen/slice_buffer.h","include/grpc/impl/codegen/sync.h","include/grpc/impl/codegen/sync_generic.h","include/grpc/impl/codegen/sync_posix.h","include/grpc/impl/codegen/sync_win32.h","include/grpc/impl/codegen/time.h","src/core/profiling/timers.h","src/core/support/block_annotate.h","src/core/support/env.h","src/core/support/load_file.h","src/core/support/murmur_hash.h","src/core/support/stack_lockfree.h","src/core/support/string.h","src/core/support/string_win32.h","src/core/support/thd_internal.h","src/core/support/time_precise.h","src/core/support/tmpfile.h","src/core/profiling/basic_timers.c","src/core/profiling/stap_timers.c","src/core/support/alloc.c","src/core/support/avl.c","src/core/support/cmdline.c","src/core/support/cpu_iphone.c","src/core/support/cpu_linux.c","src/core/support/cpu_posix.c","src/core/support/cpu_windows.c","src/core/support/env_linux.c","src/core/support/env_posix.c","src/core/support/env_win32.c","src/core/support/histogram.c","src/core/support/host_port.c","src/core/support/load_file.c","src/core/support/log.c","src/core/support/log_android.c","src/core/support/log_linux.c","src/core/support/log_posix.c","src/core/support/log_win32.c","src/core/support/murmur_hash.c","src/core/support/slice.c","src/core/support/slice_buffer.c","src/core/support/stack_lockfree.c","src/core/support/string.c","src/core/support/string_posix.c","src/core/support/string_win32.c","src/core/support/subprocess_posix.c","src/core/support/subprocess_windows.c","src/core/support/sync.c","src/core/support/sync_posix.c","src/core/support/sync_win32.c","src/core/support/thd.c","src/core/support/thd_posix.c","src/core/support/thd_win32.c","src/core/support/time.c","src/core/support/time_posix.c","src/core/support/time_precise.c","src/core/support/time_win32.c","src/core/support/tls_pthread.c","src/core/support/tmpfile_posix.c","src/core/support/tmpfile_win32.c","src/core/support/wrap_memcpy.c","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.13.2-pre1","_shasum":"b17de6d139b0127afd0d93dc7db41cf9af639909","_resolved":"file:node_publish/grpc.tgz","_from":"node_publish/grpc.tgz","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"b17de6d139b0127afd0d93dc7db41cf9af639909","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.13.2-pre1.tgz","integrity":"sha512-ePZ8wnwxGNBPOmAIgewRVEqrq4iYWu9B79HZrkRbXG3paOx216elSZMEHwuP8sH+96WPwM7/ZvwUy+qNp8gADA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDnwez2p6p8nJsPVwXKJc72DIs7Q6Qtj4shzJSwBdCT3AiAOT75/Ig5JTouDfj/ZlkL0OwR89YuOsh3Vs7x97NKC5A=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-0.13.2-pre1.tgz_1459981274466_0.20235188794322312"}},"0.14.1-pre1":{"name":"grpc","version":"0.14.1-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0-alpha.5","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.14.1-pre1","_shasum":"dc6cf9ad8d163415cf3fa372b9d198976e0a47d4","_resolved":"file:grpc (1).tgz","_from":"grpc (1).tgz","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"dc6cf9ad8d163415cf3fa372b9d198976e0a47d4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.14.1-pre1.tgz","integrity":"sha512-eTayEQHMNhgK3O2/sUTIh9LC2sd/s4bbcy7p4ZCP6bghwB3o6XybArb3P8hOuR9CcWA/MoRbZA87mWRlwCLpVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJ+JsoLC10/+33bZiln9X0JoSJ0Wq5rp69iyXmDEoCtAiAhzR78Hgx9BOXRkbTs95MjCs+TucKiINJkOKsUs+UImg=="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/grpc-0.14.1-pre1.tgz_1462905286218_0.4498157543130219"}},"0.14.1":{"name":"grpc","version":"0.14.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0-alpha.5","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.14.1","_shasum":"9a5ad23f5038eea324a33c67aa634c2cd3d77193","_resolved":"file:grpc.tgz","_from":"grpc.tgz","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"9a5ad23f5038eea324a33c67aa634c2cd3d77193","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.14.1.tgz","integrity":"sha512-y0uVoCUA6MXgjVo8e1CAoI24q9Hx120JCX9XCuVAu7jyboSMoxXcToBi1NV+wRuZkgm1qy9EP/fpY/KisqmTEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE8vSsaQdQTbc4dO57sFwxknO44JAmlpOVDaQQjSesNgIhAOJ8epUChmDCq6F/h8t2nzJeYVowh9fV6fFNgckoLGuB"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/grpc-0.14.1.tgz_1463007180661_0.9547325535677373"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"0.15.0":{"name":"grpc","version":"0.15.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0-alpha.5","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/node/health_check","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@0.15.0","_shasum":"734e3c4ad1b6df208f2d0647c1f6402fb141f9dd","_resolved":"file:grpc.tgz","_from":"grpc.tgz","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"734e3c4ad1b6df208f2d0647c1f6402fb141f9dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-0.15.0.tgz","integrity":"sha512-LGpV7aAxHZ8yRUfjLrq7qKU7uktEiitEiWEJ7p7vs7u1V55W4+zCVkIFvK8FN5cZc6mXbkUY1dSXykgv5cPTYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuSVNwExBFJ8uLI5mAy1SSOtfdee9Hn5xJOBcee07mWAIgAjTCeWkAoLg9iyjPrwKmukIdmPf6DUT2YY5DQLb2kn4="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-0.15.0.tgz_1467048280448_0.295951992738992"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.0.0-pre1":{"name":"grpc","version":"1.0.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0-alpha.5","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.0.0-pre1","_shasum":"c6ebb1289a9bdd41150b6e06e8ec1dc57c10f049","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"c6ebb1289a9bdd41150b6e06e8ec1dc57c10f049","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.0.0-pre1.tgz","integrity":"sha512-THrxRex7AgWsYseVZGfeg6B8KDOiSOm5wiCHdAoY2h0LvZXwlvfNcxukHRr+iq7UGMMKepSnpbx9pdu8oQKMRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd2ogLnWe2KF5xfztYJo+BTARKucAFZHn66QE4gHeP6wIhAPrpiDmIo7wPkU31uv/LYS9P1J6v6l1HIfMm4RBlnKpa"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.0.0-pre1.tgz_1469124691533_0.34661567071452737"}},"1.0.0-pre2":{"name":"grpc","version":"1.0.0-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.0.0-pre2","_shasum":"30e151f883e5f26214bbfd5dec013aaba75e0d35","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"anonymous","email":"grpc-packages@google.com"},"dist":{"shasum":"30e151f883e5f26214bbfd5dec013aaba75e0d35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.0.0-pre2.tgz","integrity":"sha512-rRU/yBeMw9/r41FH68GoZh9iIN6A68US3n6egHt2kV3Aau3+pnJP1oGGWW70fvU3BemepI+5gAyuzUrQpF7jWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfJv9EikRCK/4O/RS9kDuwDTArjREMFRkiVQ1eUvwIOgIgL679L2Ja4OQEMdG3VIlHKdW5hkX5XOZ5Q86HEwMS/FQ="}]},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/grpc-1.0.0-pre2.tgz_1470956765614_0.7990389091428369"}},"1.0.0":{"name":"grpc","version":"1.0.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.0.0","_shasum":"673970b81cb2a9e645860acd1f6e9ecf5ded8d63","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"3.10.6","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"673970b81cb2a9e645860acd1f6e9ecf5ded8d63","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.0.0.tgz","integrity":"sha512-uZcp7imyR+38+R5fhIf67mAzlqbcQUlYUcQGOAYzLbR6EgrsYRFDhxtT+DlKdRnY38Z8iWSpyUMqj3GLWBeHbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/RFg7WDq6VgBiFbCtlBAmMhwZ/yXhmTqk02xIZbdyQAiEAt8AurW5bd1ffPtOL6QuN51v8WPky+wpWexR7TZjnp5w="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.0.0.tgz_1471562004991_0.10991445742547512"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.0.1-pre1":{"name":"grpc","version":"1.0.1-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^3.9.3","nan":"^2.0.0","protobufjs":"^4.0.0","node-pre-gyp":"*"},"devDependencies":{"async":"^1.5.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.3.21","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^2.3.4","mocha-jenkins-reporter":"^0.1.9","mustache":"^2.0.0","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.0.1-pre1","_shasum":"fdf934df26c2958a16f40f6c4cf4b25fdcf7bbf1","_resolved":"file:grpc.tgz","_from":"grpc.tgz","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"fdf934df26c2958a16f40f6c4cf4b25fdcf7bbf1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.0.1-pre1.tgz","integrity":"sha512-g4jDM728O8R3A4jPBHBmaG1WfvPfzG9YnyhYw1ARdLosumkmvgUvN7JfQQlCvtZ8tqdCKIMsAVvZc35igCGPIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCDWlq+fgMvsMbNlf9GlXVahF7APg5zk0ZfSH9iU2gxQIgNgXRwHKQLGZV+RPbO4pNLgAIERm7orPczCYNNSL1MDE="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/grpc-1.0.1-pre1.tgz_1475789951410_0.5915630667004734"}},"1.0.1":{"name":"grpc","version":"1.0.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=0.12.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.0.1","_shasum":"e965544b5e56c998058102184e2ab1f27f123afd","_resolved":"file:grpc.tgz","_from":"grpc.tgz","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"e965544b5e56c998058102184e2ab1f27f123afd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.0.1.tgz","integrity":"sha512-fVUMLBUZP/snOFVIs7hTm46+LieQ0SXRMy9FL1dUguMXhcG2zpw1QSMzxO5Am5lzo5UhWmOdJv1tnseB9Fp6aQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDiyWjELQ+87JLcW2424FTUbQuYHZmW4fLwJT/IkOOeSAiEA6WFQloNPlFyYl6BytlJwl9+3j5L32/Y5O05OyNS25Bs="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.0.1.tgz_1477610022951_0.7040955133270472"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.1.0-pre1":{"name":"grpc","version":"1.1.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=1.1.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.1.0-pre1","_shasum":"fe4b4eeab9d7435c210d3b4e7f4ddc1863df3ae2","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"fe4b4eeab9d7435c210d3b4e7f4ddc1863df3ae2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.1.0-pre1.tgz","integrity":"sha512-ym2h/cOqx1Lt1v6EVI2ps5DM0ea2DoeknxJchm7r9WRdxmzk160K9kfW841muJk6HiRCqgI+QLWExaUNvc3rng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgpkPw0JADrEw9QY9JA6Aczto8dn6O1FwdWxK+2Wbs4AiEAjD90WIOxsFKP0x3LN2qUJitjsWwYEqoNKxKLRrLknwE="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.1.0-pre1.tgz_1485372552620_0.8422024492174387"}},"1.1.0":{"name":"grpc","version":"1.1.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=1.1.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.1.0","_shasum":"d21298122bedb511a4da208f79dd81e46bdb35af","_resolved":"file:Downloads/2661/archive/artifacts/grpc.tgz","_from":"Downloads/2661/archive/artifacts/grpc.tgz","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"d21298122bedb511a4da208f79dd81e46bdb35af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.1.0.tgz","integrity":"sha512-jK16GyEYQ/+mTrh3sQP2ATDTvzadIg3hb+cYtBUWe5kbhgDhTizmv5H7trpP45ILZsPMPpb5+Xi3mcsI++TJ5A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdtaUqd+6zWgRZEiF+yKWxpeYZtNZGcNw2ncOKaZ5IcAIgCdnV2vGrtwHZ3h7RtNMSzqNn/2K7vWrOEdDJz6N2DW8="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.1.0.tgz_1485826288649_0.699178195791319"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.1.1":{"name":"grpc","version":"1.1.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=1.1.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.1.1","_shasum":"f8fe5fc984e7d4d6ab0c19259a7d232c95e142bc","_resolved":"file:Downloads/2678/archive/artifacts/grpc.tgz","_from":"Downloads/2678/archive/artifacts/grpc.tgz","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"f8fe5fc984e7d4d6ab0c19259a7d232c95e142bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.1.1.tgz","integrity":"sha512-FRlq9usxS9YzDp4fICvO6Gd0hQxgnqJkMYlToju/SD3tfmbQvyL7t3RUeu9ur2ocbV2cZUXPtCYd7CivXPDy2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIlklK+JMz/dDv9tp+bB/GKekXT+yt+O2BXkk+r3gnuwIgAShDGWTc759bgIwzdVM9WatUy3PJxK+diS5F83GZpHc="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.1.1.tgz_1485982424140_0.9598408087622374"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.1.2":{"name":"grpc","version":"1.1.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=1.1.0"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.1.2","_shasum":"a6dc02d659fcd802554a210f7906a49f59e1e353","_resolved":"file:Downloads/2725/archive/artifacts/grpc.tgz","_from":"Downloads/2725/archive/artifacts/grpc.tgz","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"a6dc02d659fcd802554a210f7906a49f59e1e353","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.1.2.tgz","integrity":"sha512-a5Lw9FQL73jn+zcYoUYf53HxBW1xTRsjVVU+TIxJ1UceJI2QGkH2bmizjUOyzYGYHzZ/43INkL7291p58WLPSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4e9t7dgSVziNzNjmtuC5nCG1QhurE34yyGWIBa8+EFAiEAywby9M9MEaSBHT1eqCvI36Z47e8niSwqq4c/a8Swfx8="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.1.2.tgz_1486575063971_0.03530002012848854"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.2.0-pre1":{"name":"grpc","version":"1.2.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.2.0-pre1","_shasum":"d3c329b4550330ef60605181b711507e776839b6","_resolved":"file:2977/archive/artifacts/grpc.tgz","_from":"2977/archive/artifacts/grpc.tgz","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"d3c329b4550330ef60605181b711507e776839b6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.2.0-pre1.tgz","integrity":"sha512-5Ndkb5UOSB/3F+LTDvgw4V0oTOwpKp7Ne3tYIuqSStkN42Zf/uHkRG5IdthvNb1t9A7id3druCrdzST7/vOGTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPHoL8b8Qf3MQ88XnzL/hzg1dHO5LOBRSXYNXoMkwF/AiEA4D4S42nuprdGJp7KY70UFyHl+QVCBkfqwrlsrZRGKA0="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.2.0-pre1.tgz_1489702228912_0.306005030637607"}},"1.2.0":{"name":"grpc","version":"1.2.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.2.0","_shasum":"9b99516a885475fdd25f28766cab8e6460153f52","_resolved":"file:3010/archive/artifacts/grpc.tgz","_from":"3010/archive/artifacts/grpc.tgz","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"temiola@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"}],"dist":{"shasum":"9b99516a885475fdd25f28766cab8e6460153f52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.2.0.tgz","integrity":"sha512-XJVXJigm2nt+AmYGDcEBwvcwWwAEJnLtL1Z8F5u4PK+ZdSDA2QyCn6A/JLB8jTUESR1uBUIo5pHXZaJ+ZAlTsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEQrIhzA8FkR4Ohu/W6Fp20OAcqV63iDbBjnAE7RwDlfAiEAuYXNGtaBjzqgiGGAPp8iMKUH+KUA452v3SwJP+NV90M="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.2.0.tgz_1490052455407_0.21660204278305173"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.2.3":{"name":"grpc","version":"1.2.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.2.3","_shasum":"60b4b533a8783fa0b389b6cfa5d5bee34786049f","_resolved":"file:3143/archive/artifacts/grpc.tgz","_from":"3143/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"60b4b533a8783fa0b389b6cfa5d5bee34786049f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.2.3.tgz","integrity":"sha512-YwDqRUHtuK37LeCh+RCAQ22L2VLNra3k19At4J5Esf1ZspkZ4KWCiVp8kR1jwPzkif4F+mK8e/ccIRtUXuxAWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbqbs4h5yB8tNG/edEABEOlZA6ho0KnmGYBBw1zU4i2AiB8SXhxUtoTsSwxew0eMmmlQAKhFFPEa+4FE60Z3yjChA=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/grpc-1.2.3.tgz_1491603266800_0.6324640344828367"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.2.4":{"name":"grpc","version":"1.2.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.2.4","_shasum":"ef0c8c708245d8fc797e39aa330dce409b3dd03c","_resolved":"file:3180/archive/artifacts/grpc.tgz","_from":"3180/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"ef0c8c708245d8fc797e39aa330dce409b3dd03c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.2.4.tgz","integrity":"sha512-GgIjgjo58bH+9wZ0cDl1tqIZL/dx+N9PCsXvZGHnz1Gnr3anzDvYPo0nDr8Sk/n/dT2MgwOw/pnT+Ud4x5DrZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDoTS+jPWvX0DoAJGVSbkssnL0x2a8UNQ2w4NnS3k4dBAiAAgIsK+u6iHUoKU5s7QynvQBf9Y0NpEPg81ez9o1ZKww=="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.2.4.tgz_1492042213982_0.6949316128157079"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.3.0":{"name":"grpc","version":"1.3.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^6.7.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.0","_shasum":"ce61dd32cf87d3649cfa8a4b3c741edbfea71467","_resolved":"file:3277/archive/artifacts/grpc.tgz","_from":"3277/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"ce61dd32cf87d3649cfa8a4b3c741edbfea71467","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.0.tgz","integrity":"sha512-EPS5alISroIVDjhZoGcJVTROfGRBqg3WMv9YPRshrnKkFxaPG7Dfn/NV0gV5RxWsSBISxW2rFINbfOjmYW2u6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEf4zRPyE3KQ3Yzn38D2vOk7PMJhfOYxPG2ls5PNPxcZAiEAnEs5FBd0fKfcbfDd14bVhFTEyp1W3UrVnvy9JEreB84="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.3.0.tgz_1493339401339_0.6187226742040366"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.3.1-pre1":{"name":"grpc","version":"1.3.1-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.1-pre1","_shasum":"0f361ed5289639685082180b213e641dca78fb0d","_resolved":"file:3329/archive/artifacts/grpc.tgz","_from":"3329/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"0f361ed5289639685082180b213e641dca78fb0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.1-pre1.tgz","integrity":"sha512-20tE3e1ygtZL9ecii8HoIxfw+c45phli8q82Wqld4V5Gr6ln2KEWJYlH1o7iCMl3KxWTdmu+HU/Wt1ZwVwFdMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5FLWHlpoCtesvHHvlNHuq5GFHjsZXB1W7qut83zckfQIhAKWswpRI+tpxTy4u1z5b/l8GHlIDXz+VzvxTWzB7FROV"}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.3.1-pre1.tgz_1493928486782_0.171402292791754"}},"1.3.1":{"name":"grpc","version":"1.3.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.1","_shasum":"c53601223fb32569252bb86a63f8a1d7face3fa5","_resolved":"file:3336/archive/artifacts/grpc.tgz","_from":"3336/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"c53601223fb32569252bb86a63f8a1d7face3fa5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.1.tgz","integrity":"sha512-43D5KWAwaHP1s+GHlWBMBO9Kg/zQI9Zy0uLMOIIsBI4KFzW7c/h+NU27FUQXrPck0G/5bqwKbiT+uAuNYfqGTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/IVWRnR/FYEk3KhKuxyyxsA+gwwMWfANcyeGE1LxmTQIhAN/Rk61MSIPg874L+NDNp24Qv4+UkEkc9JZYBki0Zcpj"}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.3.1.tgz_1494017632193_0.4938081814907491"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.3.2":{"name":"grpc","version":"1.3.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.2","_shasum":"4c1a63b5880baf14ccc421d27807cd28134b929c","_resolved":"file:3387/archive/artifacts/grpc.tgz","_from":"3387/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"4c1a63b5880baf14ccc421d27807cd28134b929c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.2.tgz","integrity":"sha512-X4V3KnBlTsJJepBYGNwXkT1NHX4vv67C7S2IEKePWMJrj2NuFelaSOiUOPQ+o2BlOLOkZbIcu4VUKTyJKEJXdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDRoYoWpcG74xr1jOjj4wuv3ueVG2V8awqaGNztYtt/bAiBbT40jcejDIk9hirGmfsd5fh1d8NdFnyyKEnQa51FXHw=="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/grpc-1.3.2.tgz_1494531680665_0.5691220723092556"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.3.7":{"name":"grpc","version":"1.3.7","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.7","_shasum":"4000820434400db9f7e82fe527fcf83f6ebacd26","_resolved":"file:3420/archive/artifacts/grpc.tgz","_from":"3420/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"michael.lumish@gmail.com"},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"dist":{"shasum":"4000820434400db9f7e82fe527fcf83f6ebacd26","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.7.tgz","integrity":"sha512-RiPyADLZU9mOv3boQgJdQ0ITDIIuvjCp/TpgH9sxvldndl94MN8c76ES9KLcT3cpNwtVcuowfCSnzzom129Q1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcT2OVOcZHNPA+/kBBEpAfdNwDZcRc503ZTlB3tQb1zAiBYBxfACryEEWqFV1S0A9VXOkZwvuosfDwmlutlbKSbPQ=="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.3.7.tgz_1496179231307_0.006198841379955411"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.4.0-pre1":{"name":"grpc","version":"1.4.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.35","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.4.0-pre1","_shasum":"01b9d4014687dfd3818d00d5a72a3c961ba8a22f","_resolved":"file:186/archive/artifacts/grpc.tgz","_from":"186/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"01b9d4014687dfd3818d00d5a72a3c961ba8a22f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.4.0-pre1.tgz","integrity":"sha512-qaciDpQ0VF/GqHyyIH3ESYEB0K8HbCZa2oLx/kMgeAh9FxujdC0Z+pdwx+JTgasvrdgSj0y/j25dsggOiFC37Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKgTYxYRWsKurXrPi7ka1tkylfdPiHFbwummb60O9mCAIgBkaNAimnbIg4NV7/TNyIwqHw7TtokHfMQlKxunOQobA="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.4.0-pre1.tgz_1496853661228_0.5023079027887434"}},"1.3.8":{"name":"grpc","version":"1.3.8","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.8","_shasum":"37d113c1ac402ad14edca7d38dcf90624c2e79e4","_resolved":"file:3423/archive/artifacts/grpc.tgz","_from":"3423/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"37d113c1ac402ad14edca7d38dcf90624c2e79e4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.8.tgz","integrity":"sha512-FqPZFetVH5uzfjjkQZErVWP0NqiA5M2J8m8gPxSbrIn0Avb3bKWcCk0BxtXnhl880GgvWja06pS8lkFIZyKjLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAMf0b0Qq8QnbF/kY3K+SZX5xKxLCSfx7gStSSx0rPkAAiEA8Kr+X1PVbNrihulKlpUkoXEluFVeJFAxXNwS947inBQ="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.3.8.tgz_1496853855191_0.17901375703513622"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.3.9":{"name":"grpc","version":"1.3.9","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.3.9","_shasum":"184b2e219c5af7e80a564db6f5dc042e5fd9750d","_resolved":"file:3426/archive/artifacts/grpc.tgz","_from":"3426/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"184b2e219c5af7e80a564db6f5dc042e5fd9750d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.3.9.tgz","integrity":"sha512-w2rQ5sbpHs4sCtHZBY0acSB34J/MoTzLk1qxm0EsDyaCcB2ACn0X80XrZ468FpeIH6nfCF8fifE9pJBOXh4lXA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnpm3XQSZNwJLtjBmYtyR6glm/h8Ay07dbVxH54+nHNAiBwgvr18BDZDbMQ6Ghie0az+SDiJr3Sb0XMDksBXQvrMA=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.3.9.tgz_1498066935230_0.9171157090459019"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.4.1":{"name":"grpc","version":"1.4.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"http://www.grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.35","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"BSD-3-Clause","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.4.1","_shasum":"3ee4a8346a613f2823928c9f8f99081b6368ec7c","_resolved":"file:337/archive/artifacts/grpc.tgz","_from":"337/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"3ee4a8346a613f2823928c9f8f99081b6368ec7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.4.1.tgz","integrity":"sha512-2/5Gbsbe8+8NN/4BU3Rn5jU2iVr1PvtjvzAtFWlVYzhCY3OnjDFx4iWoujX9SGOig9BF3Nk3PhaoLYPcGHNIEA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHx7b0iUryTy0D5FpAeFJJTpwBrm9NQbqK053VhG8qkCAiEA2gHdb42Zi172mAD22pQVsmh784w/lar9iog6GXIX/GI="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.4.1.tgz_1498611203649_0.2802001314703375"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.6.0-pre1":{"name":"grpc","version":"1.6.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.17.4","nan":"^2.6.2","node-pre-gyp":"^0.6.36","protobufjs":"^5.0.2"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.6.0-pre1","_shasum":"9b0b2e504479f604705e7f63ac4766d075582f68","_resolved":"file:Downloads/686/archive/artifacts/grpc.tgz","_from":"Downloads/686/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"9b0b2e504479f604705e7f63ac4766d075582f68","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.6.0-pre1.tgz","integrity":"sha512-ip21edP6u9Jk2bQRD2JxZKehNrNqnV7AZOASWRrdYUOkZmXBhQd8aMvESWVYcZITHXerffQTk+7GGErMvLnF6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA0B9Qrt0P/szqIIFl6s6h0XlWKM67bFazBCvrC7lP2dAiAdOnfi7Ue/71zsphqbrn4BS6gc4lqg2XCxZkp4FcVocg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.6.0-pre1.tgz_1503507297614_0.8044357262551785"}},"1.6.0":{"name":"grpc","version":"1.6.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.17.4","nan":"^2.6.2","node-pre-gyp":"^0.6.36","protobufjs":"^5.0.2"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.6.0","_shasum":"2d637d1e58a03c530ebc9bc2dd6c135c24c122cf","_resolved":"file:Downloads/731/archive/artifacts/grpc.tgz","_from":"Downloads/731/archive/artifacts/grpc.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"2d637d1e58a03c530ebc9bc2dd6c135c24c122cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.6.0.tgz","integrity":"sha512-6U+bu8zekTMeUpP5k7fJFMkGn1XM3mfoXdsZb5/Ri9n3+V8NksV7Mpa/Leph/b3V9ngzppuXM05hcfCy1b5sTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk7KWZWdxjXDhbV7Q69JB5Rm7PCnX1z/I0aEYgzUnREwIhAO0FQCqx54lYjvtVa+WC40yTebstbU4YdVcidZrQ4UeU"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.6.0.tgz_1504111459553_0.46171507448889315"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.6.6":{"name":"grpc","version":"1.6.6","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc.git"},"bugs":{"url":"https://github.com/grpc/grpc/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"lint":"node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore","test":"mocha src/node/test && npm run-script lint","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","gen_docs":"jsdoc -c src/node/jsdoc_conf.json","coverage":"istanbul cover ./node_modules/.bin/_mocha src/node/test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.17.4","nan":"^2.7.0","node-pre-gyp":"^0.6.38","protobufjs":"^5.0.2"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","jsdoc":"^3.3.2","jshint":"^2.5.0","minimist":"^1.1.0","mocha":"^3.0.2","mocha-jenkins-reporter":"^0.2.3","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","src/node/README.md","src/proto","etc","src/node/index.js","src/node/src","src/node/ext","include/grpc","src/core","src/boringssl","src/zlib","third_party/nanopb","third_party/zlib","third_party/boringssl","binding.gyp"],"main":"src/node/index.js","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.6.6","_shasum":"2051784f6bd6134681fa2c4b5e75dc82c6c23ffa","_resolved":"file:Downloads/grpc.tgz","_from":"Downloads/grpc.tgz","_npmVersion":"4.6.1","_nodeVersion":"6.3.1","_npmUser":{"name":"anonymous","email":"grpc-packages@google.com"},"dist":{"shasum":"2051784f6bd6134681fa2c4b5e75dc82c6c23ffa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.6.6.tgz","integrity":"sha512-ZGWsLJOgFYIZQp5BETPtFMhzcRHfKyBA1bAsgctv+XmgE6EuUOKY3o6ky8NG1rjBjN488RCXFmK0mafhl6ov8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6w58v+wHyTXruJ8AebVBfkp5240LrIAUDvReIQ39IWAIhAIsjGNVTpXYJbue9on3q7kWVSp1WYczuQ3Y5a67uBu9U"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.6.6.tgz_1507237572000_0.7580122090876102"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.7.0-pre1":{"name":"grpc","version":"1.7.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src/node/src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.35","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,h}","deps/grpc/src/boringssl/*.{c,h}","deps/grpc/third_party/nanopb/*.{c,h}","deps/grpc/third_party/zlib/**/*.{c,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,h}","deps/grpc/third_party/boringssl/include/**/*.{c,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,h}","binding.gyp"],"main":"index.js","typings":"src/index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.7.0-pre1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-n1OwPipxTHh2GiEDYjXMa3rVNLGYg7En79th779BG9aRRdA4CzQoRFrvaYR8ygeXn4DdLV96pgqeuilHkRSQMg==","shasum":"754777b1ccc14ccc394c8881176336a6689ff4b0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.7.0-pre1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh/NdVc6lcBU9fw36cG8g3IL/kU25zHhcFIJ1LU+O8gAIhAPXiH+Q0bAaXqBGsarsGewddhl+Anxwq7bjZJpr6rjPK"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.7.0-pre1.tgz_1508865085680_0.15438240324147046"}},"1.7.0":{"name":"grpc","version":"1.7.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.35","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,h}","deps/grpc/src/boringssl/*.{c,h}","deps/grpc/third_party/nanopb/*.{c,h}","deps/grpc/third_party/zlib/**/*.{c,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,h}","deps/grpc/third_party/boringssl/include/**/*.{c,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,h}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.7.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-ErUVz0dFEy9pdeago3IGsfa71cAIk6evEDWnCwoxESKz3EnDepNhvJNc8WLFwzUexpfAkb25GanIkII372gVMw==","shasum":"c7ec1f35eaba478d721982e78daa9b02a3fb6268","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC21q6GigtmsdQHND4q6YFAUsFXUW5Ale4Qq+o5sG7fjAIgWIszGZVpsrplWKlQkZQdz5Wf7JLRao0RvcuDXzCAyVU="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.7.0.tgz_1509578176615_0.5962269273586571"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.7.1":{"name":"grpc","version":"1.7.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,h}","deps/grpc/src/boringssl/*.{c,h}","deps/grpc/third_party/nanopb/*.{c,h}","deps/grpc/third_party/zlib/**/*.{c,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,h}","deps/grpc/third_party/boringssl/include/**/*.{c,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,h}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.7.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-lMgjZUzJx09VL5iCfs7rFagE5htikdv/9VzX/ji3zuwlzAhijqcU47bi5N5lbVw/UB2fxneeYg8sBTfQfd0c4A==","shasum":"a1eecd074e78ffe5bb3bb64dcc7417d14fdb5cc4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.7.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQMQDtfLOpQgrl3Y0VNjQeydHn3JBg2IWpmgCRE6j4JQIhAI0P1ZoUHUHkZCFUrlW/dhMp5euOUwM6bnz6mNO+ucZd"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.7.1.tgz_1509657945427_0.9337901363614947"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.7.2":{"name":"grpc","version":"1.7.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.8.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,h}","deps/grpc/src/boringssl/*.{c,h}","deps/grpc/third_party/nanopb/*.{c,h}","deps/grpc/third_party/zlib/**/*.{c,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,h}","deps/grpc/third_party/boringssl/include/**/*.{c,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,h}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.7.2","_npmVersion":"5.5.1","_nodeVersion":"6.11.4","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-GH6xziNGjW8LAtqQ3HmYI7Tx8BIlr46iaMRXHfh46kkaOP6PNWUx47ULNTUlXSYR3P00d0Pl8uzodTLwPk805w==","shasum":"f3f31e96c1752e1587f940758bb2374f5c13478e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.7.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqwnJgu3lIvJuGB9pM40O/+60agodqEf9FKhht/27KzwIgOSi6wrfAo7otJXtabDHT4oTd3CTrTCXCC8LRdsZg2dM="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.7.2.tgz_1511227781414_0.1779452939517796"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.8.0-pre2":{"name":"grpc","version":"1.8.0-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.8.0-pre2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-rpYu2m3wRAn4SFj0UehxX37JnKLe9i260Oc6amx3BULjT+OjmeP7RyTAfklXnU0HceQj1SN7ZmV8AKWDmeU4cg==","shasum":"01741d69d18dd90c428b9def346f02d70581c0d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.8.0-pre2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCV4FPFZ+g91rk03gBsQV9b6MuF/cukrYZlljDWpaayBwIgQWAaAmptyK7MkpUeq+ExImVzIK/6PB+CoOfHMozVf8Y="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.8.0-pre2.tgz_1512421889214_0.3296551965177059"}},"1.7.3":{"name":"grpc","version":"1.7.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,h}","deps/grpc/src/boringssl/*.{c,h}","deps/grpc/third_party/nanopb/*.{c,h}","deps/grpc/third_party/zlib/**/*.{c,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,h}","deps/grpc/third_party/boringssl/include/**/*.{c,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,h}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.7.3","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-7zXQJlDXMr/ZaDqdaIchgclViyoWo8GQxZSmFUAxR8GwSr28b6/BTgF221WG+2W693jpp74XJ/+I9DcPXsgt9Q==","shasum":"c9d034324e2ec8a06cfaa577a044a116f96c8c90","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.7.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG04Nj/xAyNTku6nMnEyugdNbR+bmtmWkH7UFLq2k6XxAiEAjeNWXwoU2KbHed+PY2dbeNiTg7f+2cM8GToWj30LnGM="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.7.3.tgz_1512766681391_0.5465226201340556"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.8.0":{"name":"grpc","version":"1.8.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.17.4","nan":"^2.8.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.2"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.8.0","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-AwVQiyMdNv09O4kwec3z52HwkPuo1i61Uk1oENWM9CDeLAUiixQLMpXDIJL31MmZdAuKnAYds/naFEXzprbgHg==","shasum":"9d49f1b05c19c4a35c480bd14c632386de6bf664","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChLnpfuk2NcUpHCXh3GvBiu4sBbMaB3QJSrXk2WT5utwIhAOw5Nle2AzxQrNtigWqwuDDZmvMFURRv6KAiZI6/xHYN"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.8.0.tgz_1513273777378_0.7017546163406223"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.8.4":{"name":"grpc","version":"1.8.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"arguejs":"^0.2.3","lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.8.4","_shasum":"81d1b49ccdd25a7149f189f3c36b123ca46caa95","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"anonymous","email":"grpc-packages@google.com"},"dist":{"shasum":"81d1b49ccdd25a7149f189f3c36b123ca46caa95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.8.4.tgz","integrity":"sha512-x3oEYZq6Jn1R47/az4NnFVIzKcwg6rWd6297Kur2QtXceeAYCdAhBt8wSXa6eB4oZFuVCe0bNBd6UupMbMYM1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFi2P3dR+oSrPII+lmxPLoyBllUFKKcsCATqAPTPWtyoAiEAuLP2jNSo7aekCDkmjRlqweDMgK4dQo/I/VBjP34RB6I="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.8.4.tgz_1516288643794_0.2873463078867644"},"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.9.0-pre3":{"name":"grpc","version":"1.9.0-pre3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.9.0-pre3","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-M0YMXkUZ4sw0secquPET2nx+XI3iSXh26JT48h8WVA7e637uTCczjHjlnm74wb2xrwOcPfHqO/ZL7/16OGeT0A==","shasum":"292fb2c46a02dba3652089941db3f0bd9ba23524","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.9.0-pre3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDr9mESDyib9zD86r0RT1Li3rP1mvseGjm3cSthH1A90gIhALZ0b2MvjSSgqMXyjEGZjFDL67CuOpkoiTlbCluChiXv"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc-1.9.0-pre3.tgz_1517593085459_0.4854662069119513"}},"1.9.0":{"name":"grpc","version":"1.9.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.9.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-F4j7ireH/ssXcBNTGR3yFjRHTWdJmtg6Czm5tnQYwIuhZh4znx8KhA50dpAkjNqrrbzt97N6hd/TXOPTZGmvtQ==","shasum":"99ca91c7dddc158da1d7edc4f7e09971a8b68a84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.9.0.tgz","fileCount":2401,"unpackedSize":20321624,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA/EM1djEp0+ERISr98QDl4SfUDn8xqpsBY2hH2TUHYqAiEAyqNHxZs80sIjs0VQLguoJGQV0N37JJhTIsz+KkQwQgE="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.9.0_1518134115877_0.0010965337119173135"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.9.1":{"name":"grpc","version":"1.9.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.9.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-WNW3MWMuAoo63AwIlzFE3T0KzzvNBSvOkg67Hm8WhvHNkXFBlIk1QyJRE3Ocm0O5eIwS7JU8Ssota53QR1zllg==","shasum":"18d7cfce153ebf952559e62dadbc8bbb85da1eac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.9.1.tgz","fileCount":2401,"unpackedSize":20320913,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICAxFUUJM8WWxwjdLwWV/WPbavyIn+Ldpvxkjoh2NXJMAiBDvEEJLxsyt0V4fCxP3IfFSLpCFC/yR/icnl0SJMPnFg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.9.1_1518745563198_0.7325340639302063"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.10.0-pre1":{"name":"grpc","version":"1.10.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.10.0-pre1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-j4IP24hFnP7xDJsFRVwHoIGgtj1AEUUrMZkZ8uesyB4Cmw9Z5Me0WQrg4kVtaNtZcCCvQzE638sjYFWVMpwxEA==","shasum":"d459832c5909a03924a9e8e2206f8199b341d709","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.10.0-pre1.tgz","fileCount":2398,"unpackedSize":20303965,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIESLbX8rfIxVQbSSPAkYRmqvoOUHyS6ko5YcFUNKhKJOAiBR+fKpHLRwMNG6UUxQuMTRSTsZoHuFMByHrdw67JLdMg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.10.0-pre1_1519755567458_0.06904650591932904"},"_hasShrinkwrap":false},"1.10.0":{"name":"grpc","version":"1.10.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.6.39","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.10.0","_npmVersion":"5.7.1","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-g6Na2dgNusGvSM1ud4hwDaajNP4VSPQhGHnRXzbGNbQJIqGpJhRl7GRgYxTP8rYozqCx2NaT74UL37o8nb0GKA==","shasum":"a3bab7f7e6b37727c5a6eb8427fc58775823edce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.10.0.tgz","fileCount":2417,"unpackedSize":40584594,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOiZ6S1/2lwiSnk8VThGUjx2IM/tkCghLk4OtQYVgpFgIgOvm7tSyxFfQSVy9a8rESgRZqqdr79YyFEbTRwgmgha4="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.10.0_1520986187309_0.7296583182888932"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.10.1":{"name":"grpc","version":"1.10.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.10.0","node-pre-gyp":"0.7.0","protobufjs":"^5.0.0"},"devDependencies":{"electron-mocha":"^3.1.1","istanbul":"^0.4.4"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.10.1","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-xmhA11h2XhqpSVzDAmoQAYdNQ+swILXpKOiRpAEQ2kX55ioxVADc6v7SkS4zQBxm4klhQHgGqpGKvoL6LGx4VQ==","shasum":"90691404aeb769a98784924d08e8fd07c920b2da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.10.1.tgz","fileCount":2360,"unpackedSize":40168729,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqG+y9nde74aU9/npSTCC0UNMNLU8FW6iBNGvnzNNRHAIhAL5vByiuIdiiRtxgo0rO36s0jVfEyJHqIyl6uoacvqCN"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.10.1_1522280329044_0.7996377289152652"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.11.0-pre1":{"name":"grpc","version":"1.11.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"0.7.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.0-pre1","_shasum":"14b526c563eaa792326ffc2024770f01d040601b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.14.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"14b526c563eaa792326ffc2024770f01d040601b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.0-pre1.tgz","fileCount":2445,"unpackedSize":40696385,"integrity":"sha512-/5wHuMC/ixfE/1JUtNUKeeJL7peV6zpY0eEOSwPBRwKRFW4+OnXe3qi7r5WPg5aTcr7wlRwnxQieYuH/dCAVhw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPtkxV3C8SmMyOFRmm8VMK14lFJLAU3/jTGycCrqbs9AiEAy7gJvsKO92U3qGpejeMsL4hZcI7iZEGblKNaLkmEBc0="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.0-pre1_1523308974840_0.7345848937979289"},"_hasShrinkwrap":false},"1.11.0-pre2":{"name":"grpc","version":"1.11.0-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"0.7.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.0-pre2","_shasum":"d79f79fcacc54ef12e5346c4454184fb305d38a8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.14.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"shasum":"d79f79fcacc54ef12e5346c4454184fb305d38a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.0-pre2.tgz","fileCount":2351,"unpackedSize":40074904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1TyICRA9TVsSAnZWagAAZ8MP/Aj5zHnJIKfafEn9RRZ+\nRoSiZzgwFP1ug2h3olbgLHElpIXLDRl37pl6WsMctGzMOJzUYQ7m4tOSZMRw\nKqzdBU7Kp9ekC2z9Js6ZDQKmIv4DgWu4r0H0GQb8sRIcdHsxuYYMKtL9PMRP\nkJisVb658sA6vehsR4fY2QFkIDBxMCOneV0ISCpJCF1M/7SRKurpuCppOj64\nTZOWP3TIIUT0OlGKOLY7ZSvUjO4UOp/oKrCpf6+VADKKrDIhLRCImcty/mgO\nZXtJ0AhCB2zYIwAr29eznLkCPcCgdMnYENjtWT7aM+Mbd6zUgiyiX/bWKcyo\njtM6xbaLfWQ6IDHzj9pheKkGENrh65AYazv8X3CVXGtI5yOTI1ZZ7bxCGZRU\nOW1sq9AFVWAEY/WvBLTiom3/WdqfklgcskOvnG4f8XMoJPLh+4YZ8rBuH7O8\n9XLUY4TC05aOEV/MRiGRTcjgERRS1ZVpUQrnqgKQlCNjIzg2uyPo7EcCF/+0\nmkrYtQgReP3hksz58oJDQOz9fzcU5YEclSr+K0wWB3cGbyGGfNWRuX6OR7cR\njVLKUJ5FLhZalNM3PprZHwK2O2y2cYVfFpGaVqW6Z/H52atj6z10LQUlIW5L\nZb7cAcqO/uwaMYRZeIs0U5x4g45i/9VzbSdjn9eIzdBXe/YnJtQUk0s06IuI\ngD96\r\n=oWbP\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-KfCJdtI7HgumwegNXCftwWJZXRq6BaPkyc095bz9xqcIC0bF0slRYWlNRPrzoWmaBnzwAoB4ItXp8lBYeObyRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCeHgvlhJxemmdj6VWF+8imS8szFgpItdA691OlUj0dwIhAMwVgQ1QTEmWICav4y5Usww/LoozZJZN3KNORyycBn04"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.0-pre2_1523924101454_0.8520415173699596"},"_hasShrinkwrap":false},"1.11.0":{"name":"grpc","version":"1.11.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"0.7.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.0","_npmVersion":"6.0.0","_nodeVersion":"9.11.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-pTJjV/eatBQ6Rhc/jWNmUW9jE8fPrhcMYSWDSyf4l7ah1U3sIe4eIjqI/a3sm0zKbM5CuovV0ESrc+b04kr4Ig==","shasum":"89d761726f1bc2d8485426b762e70308efc61b21","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.0.tgz","fileCount":2360,"unpackedSize":40094878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa56mGCRA9TVsSAnZWagAAVwwP/j8SdII4onR2dSIZULg1\n/70GKXBVK2EQLCC283tl80zz37gSW+w6Tpdiqo7fw20kvi7a2gOrxRmRtlDc\nXqdRmoHcDzuzPvOH3EhR2UjP3yPnhOgwptOZyhfKXMyJARRnyvPe86l5r5HI\n21ppal9jaEhbW51MDlV48Ivg9y2/1M718xQL+JexumV3c1lpUO9IcBJz0T67\nfixiRYvwmPpFj32Ps54dLzeYBy9kde7xVS9qjvDIV+c46S3z+hLYEPM3MsDI\nrM7UDYMh7L7lVUKpvJ5zFYHVVv6/EcGzjKvpCbIndI9jXRgrBhXVf5UN2xjT\noMEO+k52TEKqfqC6jXUWPwB3LLrob38Aovlj9cEzEM3bTEO/aW9p9KYqsDqT\nBVYiFD6kvXZYRdfS/kxJCQSqyNPXfPTQRMfa9R1yusWYZniJGcyq8igpMTlp\nRUijBNaA/j6uEQep8i9OHRDSZtbDMMbppzd1kQbRcXpB3Gg6ItLJ3PgdFHko\nnJhdHbYV1zPB+Gfo4ZeaJUB/lgEab3lTVeL2RBvhWb+ctdO11LI9eDW5eaoL\nqwjXHL0YSpoYrV792uL3G1KWT7JKwxezziUZAFCUMaU+saNZBhF/hkvEKtv+\nskH1mj0L56MRJC1HxhRsN9rE/SbI24BvXUbrEuZr0/DGlY8DU23w2FDqHsg6\nO6Pp\r\n=R8O5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOcRWIqC6G9P1vZ+JC9RhJ5xgEwrwIx8LrL5lmpvYUzQIgXsXkA31CZIcJOQDrgi2exg+aXVZUoNysa1u0G/ZMJNk="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.0_1525131653022_0.5429082973976946"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.11.1":{"name":"grpc","version":"1.11.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.1","_npmVersion":"5.6.0","_nodeVersion":"6.11.4","_npmUser":{"name":"anonymous","email":"grpc-packages@google.com"},"dist":{"integrity":"sha512-PxEWT8j/yZ0oVZQjiNFvLYaSMYGJGAhYDAn8ShSSocZCLnBZQHTd/ykLewZD/lQXVF7tVP6gecQkOgByHc5zCw==","shasum":"e1dd29a35515bf76dc6aae1e3bd4095a873f5ab1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.1.tgz","fileCount":2455,"unpackedSize":42020755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa6iKjCRA9TVsSAnZWagAAzTYQAKUnmkFXtv6pU6SJXKjS\nVHxPlVuzaDEd6/chfUM8GEAqFXSzJR5r57uUnGTtUKfw65C9/Xc4m+yKPBQf\nIbMYY80Ww+H65Ko2F4UIGAKqe/gVUc3iJvTHWg730LW+S1etrY9vv31UCMMh\nvcRt7ACIsWnYTmZLNhKvstuteRp41N9aJ9HGEgK2QP9XzUMQJieACnSJLNdX\nNVs1uul2eXyI3EqGfwwgHbsQ04kPP2WWavf77nyEk5uXvCTzx0NC8aykmGiq\ny49GxUlhuginGKBGnTNIcxO3i5dysgerCXnErrdw+k3HSfq3hfa8oVw2QYew\nE8tH7W/NIewpKcBKkUSyYa2CrX7SKMwhP6Tx1nYoGEkVj4GkzSgSCFjFdIm2\nOm6yugxo7T1mcu4hIYXkkA+TmG9su216HxizCOSgnvIOJI0v0w8jwa5vXXHX\n5UIGk24nlEbi3LkLC+DgLYQyyepZ0WZlCw4wS/WhaR1gPL1M2MnZZqAKa8N0\n1pt4a0Kmef1bfZ1JQ2VkZEC97sIc6APANO3imS9UWdtRUBwhwh9f720UZ6b+\nbUEuUQ/0sMY1/XFtyrFNCP2i12vCdvl62SYNQz8iLAhOP2pEVC6+NmBQOoEh\nuABfX8B3/IdKRd3NDZGtKlwK06V3l+hyRro9eDCRaTk1xR3GWBf3oOs7N07n\n2GKl\r\n=o3GR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOnUmiH48GedOyht67n8NsCdhGzM/tSDhAol4beQhocgIgP51zWYUdBaJkeOX7cMF352fY1Xu9UVoVDLM+jp+lN+M="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.1_1525293730057_0.3508887415661559"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.11.2":{"name":"grpc","version":"1.11.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-4zjTI9f3zL+jVLEPiPfgPBdUojXGGjs5reXFpqqKFbOvoTNpr7T+/S8roDjsoJogWPaylYmb9gqwlp8i9mP71Q==","shasum":"621abae50db90dfe60b3db460b3210b7a5a6a055","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.2.tgz","fileCount":1992,"unpackedSize":38058267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa64zGCRA9TVsSAnZWagAA2koP/iLR9HxQQWGwQKqt/YIY\n27dP+SQZmv+iGK58gOECPNWCdfIJNLkbpagk6TuES44g4rRcKIRauEzgsWhx\ngNw2eDJ7wNCELC1PZsyfE/UJQ7dg1WsRuZC6lfnA0SnHCs6ahCDZlJbWo+LX\ng8YxTPmVeEqqiGZnPcbBp2ZYWoHYvuPE509aEtsDCOVBIktWJVPauC9GECmj\nj7JRLrxlSSZz4cCT44ouzoFSwLx8fcj7e5awdh2+lLcTvzv0tF9RVrMg+9T6\nxhDGH8dFLHWk7kMJroe2M6HCX5QKVqXAGSKAUlOEamgZWALiLlu34fAmy9bj\n46Cfmq3uOxxxGhx/AWo6xoUGxSNLnQ4/n3bbyLUaCexn4NTKDxr2zNnyd4u9\noaENwvq2tHRkU0H+EfyExy9q0hq+nokG3SiqhxUMm4+72eyhzs2/aJL1yR6Q\nmnYZAsxkjqsgXX/QRxkErVlHrY5jd0YFwhQq5EvDdbbnV6ifjn58+9+taBhm\n8LE78XcnFRYlS7orCqVoIT/rhHFNEdHmzzFfJr8bb1xS0QPaoWP53yW53iwe\ndAm9n6NI6Yngu0f/TIyPGDZO7fXaiDipGkjiaMEQhT6qNG67nMxfb40T3E9e\nt9LVWHrIumia7gzHnYWWYkXQ+wPl5G8unyScDaCP9fPzchR2HmaKsCgX3EhC\nB5aT\r\n=jeLO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmHrK9mRcM0be5XPd+KF+gw2/hh4CUAVHwuNMtvxZq5gIgNNOYC1Tmispf89TtBru/oq1CH83EhuNQE4NCNsR7wIg="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.2_1525386436651_0.26476028818617414"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.11.3":{"name":"grpc","version":"1.11.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.11.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-7fJ40USpnP7hxGK0uRoEhJz6unA5VUdwInfwAY2rK2+OVxdDJSdTZQ/8/M+1tW68pHZYgHvg2ohvJ+clhW3ANg==","shasum":"46093bb17702b9fc1b099789695e6f47d6487129","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.11.3.tgz","fileCount":1898,"unpackedSize":37440834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7NLKCRA9TVsSAnZWagAADMUP/iiUm3Qd+ga69/3LkZEy\naxqh8oNwtYfmE4iw1PBv8rGyb+qiU+t1H36muN+0fvNy87wKUE8TgGcavNY2\nvZHrYD/CdeRSBjVbOsmB57wrL9Q9R5rLVJvkgZtneGnQ5eh05VZQKYGeriuO\n3QQKVk5TVrYxJ7aZnsPmJpOoPcf6MNuFzbcv8p81Ir3wnB4fPQmF8ge23lsX\nB4G0qOYocqjPJHTgxZw+C4e6tbRibwxmnJAJb9DnRE+3ExLaOIOL61NCYUJr\nIdqPzP2fSQCfmvILVP2HtbwNG8sxt75aMuYFXEOSNhZBdFc3VcLXzZNY8W4D\n+3fJrFvt7Y1j2HvjtpcszzqmSL4KVoqyPxbptzgfkalKGDqVopqCpK0/2wOX\nOemU4ig2NllH1hkqwkQmjgcRSx2aXTxB1HK5Knj5SxTagz3DBme1NUh0+DMb\nYd1xav6FU/wNqMlFGREJtjWNF15Kwbhd4Ov+AU9z+H4EDU3XhX2JlDUjj8p6\nKd8uAy7nWnSpdaoqKVi/0E9b1yyC+htuTJHMNAj5nT4RLpolDg3dv4BiQg/G\nhHCWsBuS3y2N34aC9732c2ADuUWJyEcX7LL9+B2Xhw/Qc8qQEe1wRQgulewG\nPBVQYNDRLonX4gn5tbJqXrnFIxxSvQUWL0jz2JClYuaaBV6vhbRIh1cAJeMe\ngQWA\r\n=W+iJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFtsJOK+H4NOCaJ/cL9kLw3ohxyoRzytSCynW0AyDGX3AiEAvuZgRWZXMLLLUyzPB32ebSFAKBlXj1dcG8sHLtAuGWY="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.11.3_1525469897363_0.46589607493231444"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.12.0-pre1":{"name":"grpc","version":"1.12.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library"},"dependencies":{"lodash":"^4.15.0","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.0"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.0-pre1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-9gGXMKZpBD8cE5KLvVO3AcGJXHuVGj0o75UN+53oJhrpaJ8ssFqbCPdd+kq5Covg94CCWinYrvKDuFdZcvV5Tw==","shasum":"fd42769374f7030f4c76e34705f247d00d666355","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.0-pre1.tgz","fileCount":1991,"unpackedSize":38078191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8yxBCRA9TVsSAnZWagAAXS8P/1tADpj+zntB6CNmcXTE\nZX+dziL0tRE7ba8AUD0fAc98+SCc6+TeJGeYnH0unvUhHhcwe936/GZx7p/D\nMv6SNscSV/iF/49i7gPMdD9NChnOXCCN8QbSi8BVQdzOOAu0jSxZhRg68LX0\nFaR8cKr3k9rSLLfG1EXQSzpjdEddyLc6MRMK2vwWRIZxkvZx2ldYR8z057JE\n9yFZ9tprQNF2mjJKh5m4te12SOhBTj9YtLvj5NK+M/BFwKIFxiFmjNtexOU4\ns5zJKepOED/Jyc5eqdLZ/uDdJDuEX4XpJz6iDp8EKyGnf8QRe1ZkOvFJa54t\nQ9e/0IyVFcEW6duv++kXZpjheHJI3mZGDfwz6gExMfaol5PVeFxkG5p4BZkX\nKGw+Gv2uokX5g3yc7cl8JZyNfV4A9azXpod6aSbWcQWr/rKfcbZ5lyuSwoss\nHzJ+6ngIgfoV5CA6oA3eqvjip/APe1KR8u1g6tnO5xP4Z/Btd2Rx6WBSlIT9\nYO1FdemOB9QXkXt8oke+Vfelw9/ILmaVXr2msJN5iKkJys/XBX79Uef6N1Cf\nEE8pTxQqXZCITZ8WoY2CgQtoYctTxupvAS8gEIMxFdqYbVbmvC/ZCifgKDHG\nX+/LbUsGCfRPxxBdGHJZWJhHEOuRBl+/zIMNhOIgUq94eekcOUi5flmbgp7y\nJa3i\r\n=sh7E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnZBj7ljJwtB3IoK2NQ8nKv3ca0wop0jzeJL4+wMssMQIgYBPayoCTkzaRkrLCM6Z9jjxALPAAUn8NhuXP14/eC1M="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.0-pre1_1525886015920_0.8748882624021583"},"_hasShrinkwrap":false},"1.12.1-pre1":{"name":"grpc","version":"1.12.1-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepublish":"git submodule update --init --recursive"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.1-pre1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-1afuyGrTDKsMaR97jH3slAq7/LRTVLTD0Pq813rf5atP66UqBjzxGW9ETcVaVN1yfZZ0aNPvEOmeBK0wAfgFcQ==","shasum":"3826149fb4f279dc0a160941f1957d8c040f989e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.1-pre1.tgz","fileCount":1469,"unpackedSize":36263947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/mlrCRA9TVsSAnZWagAAVOkP/2ciW8EsdYHWGfOrUyPr\n7S80CfSV51TbithGarNnaSnNsANI92d5YIMSFIGs9pqyb0Tcz9gAZR/sWWIu\nJjH4k2Wcfhs0aRoNdfUT7bxOFvW7HTVZ+1LCqregDqdMyaCT43UFq5BQ6B65\nDmSyuh1EJK+WAQjt4Ddm7iZacsi6YXxzTP9Wj6xZ7r5/pj/kepMDbC0tFQGR\nrDSkmPgJCSnQaJHtzAIE8XzI+RSrA7xggAM8pcSu5hkEBE4/LOlw/7jt80wP\nFDh/HrnT77k7WVJbxjtuzH6nfU82UHs7kzkITnZfcFmbPU62OkI/aVUllPWE\nYO3267ZDL/2wdk9T2fvdM2zc/a+CmTXt436sE9iqQjbm5S7a70WmHQTdTh/D\nU/kxg+lJW6eT40XqTREpCuTquvnJGWE/uq+71lWLmCRrJEn4bpdx0/7yekTs\nhEUTno2++i7P4x0yuFcKy823UcigiDSdNtf+/n1fS+YgMcxfmUARkIUhTZPE\nN4cNMwyh1uayDy3KHkSrD2eGtwcIpVlomQn5CVRpQwtZdEa9lAjln5mES2BF\nZodvW+fkgkMZz8bEiwfgRRhhGPtwUGM1jVeA37B0sMmcCeuml8ghn7MNOS1B\nbMmDb9TFc5YyRf5TLjNECGloSYFDuypabx40swQwULoXpEdmes1+1xjqhio+\nQvco\r\n=atJa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEiPlxz23WkXfUxvbEbm8z6hTUnRrI8GM+qb7dBQALwNAiEA2gx0IgESsLNzH6hiYjlh7a72LENcK9FPbqxWrCXJins="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.1-pre1_1526622570179_0.5300138670498311"},"_hasShrinkwrap":false},"1.12.1-pre2":{"name":"grpc","version":"1.12.1-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepublish":"git submodule update --init --recursive"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.1-pre2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-8YUHop6ZmmpxRafGpT+BqfSKtIZBipys4UvrueyqHP//mJGtDYC5g3RUbvZzOOU/n91Ufd7KEjDhAGDtWipW7Q==","shasum":"a6cb711773c2cef17132bc59c78a578fb417aaf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.1-pre2.tgz","fileCount":1469,"unpackedSize":36263947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/mxmCRA9TVsSAnZWagAAb5YP/ihsdAtdkc17oj2lrLRU\nJTgYnGDcnfUDRZZLOm6NsA1NSTw4O7XsSziu8yVUv55hBFj1y+EwFBNGMjna\nGZgQeRNiLhTFcM+PazMg+HQCvEMl3IMXV/ZNsG2OLkB+1/7n/S49CHMUJ0Ix\nCIOhMdBMPUGgh9WoTIsILSaB5tD2Zl/8/RX1efv53go4VAWMN5oEXDn411R2\nxsCE6/OLNyNq8onMSpmKb8PEsnBqxOmMZZXOweIVuDMgr0rrKJfUOdS136uY\nH5o254hMz2o1hWTaGXDSK+mbMwqdPNV9vh4j1AFscvOZZG7eHrtRdLhDk5Mo\n9Hfo1czYAhkkK0Tx97zLvuSiyDeqsHOVmr2N15l8GpaEFlxlLvl3zkRzkKXe\n6g3+m4cRUo3q48+m23De6JiXN0IylUFXKKHxG42kiNzM1LpDcZGaDZ+9Uk0u\nF/rNKjEwH4caMmBMqlsq1QvC6t99jSmREsMQDbu5n3eIv+cFxf+WwajKyGKn\nHVMRWAHzGPcJwK3E8ldJEUwrJE7IubzRJpoomocPloEMyz/KZDLBK80HWPPX\n+hHHFzl2Y6sEx3pgBUaQcQzPlGYw7UWanHG9T1tDf8BAmxvPjYLtiydutjo+\nzVotXdKp65aywG0eEEs7Z0Ex4tl0KcwzrwUAGjb+UaXwXZ+qaxTDjXGQpDUa\nObwG\r\n=s3TH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFftSjkl6RbW9bUYnGW597X5NVXino4R01eBBxlffxJMAiEA/pDbyStp/ezS5VDlQoK8JHGyG3ZwxdXWinzJp4l3Lc8="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.1-pre2_1526623333484_0.6849028243532713"},"_hasShrinkwrap":false},"1.12.1-pre3":{"name":"grpc","version":"1.12.1-pre3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepublish":"git submodule update --init --recursive"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.1-pre3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-2Rz8ZKNrTxjguLyXkS1/xmBYCdM4e98LH0oeFJmlQ/EBS3x74xU+e34E3PdIQNfUlYtWZF8Gh3sClso5kPHkKg==","shasum":"4ee0c07ce63cb06ceeba9f3ef1b4e107ac9e1744","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.1-pre3.tgz","fileCount":1469,"unpackedSize":36263947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/xrmCRA9TVsSAnZWagAAF9MQAISVuHsc2V1lyCUW7ijx\nGDbdUSjVczm4Gicmf65TUp6Ra+DAIh+zf+5da8Iwx5QAMGisjRduKmQLbA+X\nRZO8mNrhWSc7wf9IM5AO7eCGfS/8LsjiKCDvGTPkAumoI7qcEhZJnUAAwVAy\nxq4gXXmr2MLwp3ODT0qHgB1uljMd2b8kEu7TT9O26TS0+PUC91DEYTungJ2M\nZkDHgxO+YO6MADoRD9dg7+wFGZuruZ+o52y7vQSq3SWkwq7BL47JZJWl1K+S\n2M8/0zlBOG0KY8sZMH8XSctv4Usxlyk0/+/fBW1dIuex1Q/4A3CU5utpAdX0\nZIRnpoRgeNBcvZmo41m1WGsPSHrq4FyfaoSKDp+xknqCwjTqBtmEfNIDbjTW\nSiaTfMlj5ksbgICvkRBcR755zCzK/WKpoxlfLxiu3M3ESdC55FBHBBEAsIg7\n60hxobMH5KIaBJDUtjSArTEHboFX6b0jdQ1j0Y99RKTX2bpBKjTnIPGDGUOH\n4slaP1o7MbLZvQ7h+US7PWE7fM79Xqaq0XGFJUIIuL020HFTj5VAIov6Hs5h\n9q8fBBLE9M+z5GUgqP4fhdBDTBMoENpKaq3wGApdBTK9bGkErm+8PC4qmg4F\n8tuJVtO/FwEMYd8sC4vco3lJjbRrZGZZ1GBB4csetxlYrmFb64jON4W2OwID\nCYyg\r\n=16kS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbaJcO3q4baI9R3vw6F9Y2+ub+AVnMt8b/DHdtIM0dbwIgIVzCH8qgCTM99B7QQL7KixluLaqMS5m4F9xLTHOT3/U="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.1-pre3_1526668004435_0.12453711031070624"},"_hasShrinkwrap":false},"1.12.1":{"name":"grpc","version":"1.12.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepublish":"git submodule update --init --recursive"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.1","_npmVersion":"6.0.1","_nodeVersion":"10.1.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-OOqoT6BurrGlaUHLS6sOZf49V63q0O2Euo3dCLWh6+F1Zfj/7Esa0VRsxjisSunSNHz8c/y+1Zj4rAvBVQT6ew==","shasum":"bf2ef184695836582d7b0f04a0120032460fdac7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.1.tgz","fileCount":1469,"unpackedSize":36263942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBZb2CRA9TVsSAnZWagAAs8gP/0XMRj3NM2K5qzuK2VI8\nW1pwndSmu4vxMvEY9lfuS3DeH9BNContzr/u0QSMdpA2PEfhOhi90m8fsMRE\nvdJrZo/Daf7syWPFrbY4R7PQ+Q6F6qIFotBunSqg0E6V8oKvR7t4X3/vkF4M\n6pKAtc8KYNyJAaZsdSi84lS4dbZ55EnkpxuuBqm+2Le4xPmaVgNwOo37wTxu\ngzdES9eXnvPXVfo9K+VmGWlNDTp8tDqqXB8mn2XczLKarIt299Jhw87sqedH\nXyvD3nclw3W6TTQdHTh4naxjmpbkUO9q5ql3bs/3taLjeg29YqM+o/R/X6HI\nzSDUz8Il3/37haYRdJiLfypfnlKpx4xEmWZzd1ZHTELn+4d7YCdUThN9CkYr\nZH9yRAg/nAzHyyIKj6XPBBQN1Bm1xE4fRfkEgDfsFcezWLazuAKKZmSFpxEe\nruwFoUsSpytTHsekTYHAmi6OU+kx1/H4GcKaNoshhKceuhC89nwaJYm049Au\nIZ9/Ye5K0ypER/1Z5pE/cFn4Ggs+vuxy25YWHmIhk9k4zmId7O1z2u7yY5jd\nse+I0tHoRmaKc8RlLxOG9aoX5Jvp2G1A8PoAW/ROz30hjrbuyHrRTk03Jp/X\nTDtdD3/0qHoJ2BxFQsVM9/CbJG/5+W/vCZA8N2yeraJtYvmxR6ihw+0hAEfA\nhGwh\r\n=eIg/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1bURC6Sj1pM8uAxccH9WBonXVit10l7zussZsx2PAgQIhALmG4RVtpcEEPKX42XB9/CLZBnKISOWItjXgUVe9Iw9Y"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.1_1527092981016_0.7360660864307653"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.12.2":{"name":"grpc","version":"1.12.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepublish":"git submodule update --init --recursive"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.2","_npmVersion":"6.0.1","_nodeVersion":"10.1.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-oDrW7TPuP+u9+RboUx8XupS1GOPCdLSmldyMHmlaB5wu38nOzzyDxzLsmleROw5/0XyfyuwsmFX6UUr7FaXN2w==","shasum":"b9f853540825c6c716c30d06794d7d52d081d968","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.2.tgz","fileCount":1992,"unpackedSize":38128468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBjMmCRA9TVsSAnZWagAA7bYP/j9WivEWlzF/HjCTHoNZ\n4JZZN+8BtRbY7eE5PIluRN2ZCaNniAY5+p2jcMfweo6QPaH4FAboiWWmqpYD\n5rUe7mpCM2DDZEIoHpA5hA7eaK3QtU1p3V8/SGRyPNmGMwdazWbnjow9lLwW\no0IT/D/B28WAFCnHjeJfc9XoUY4pPd8L8tQb+JWR6sZlV2yKTtuCYolPUNFl\n68WNQcR9Oz+5MMyl2vIFiJ14wGcFNpUOFclH5tyChHW98+r7sQR+oQx/jeNd\niX4yZ1yw60fjwjdU0AwA3sPUF9su8wY0KVoJ7Mm79iqial2sycvTCxFpibOF\nm1TZFt1UNG6rpksgpd6ovudDFM0sOp9XN9PQOdDGpPZb41eSKXLjE94U33wS\niOFO00zsF3MlxZ6Ah5JWJnVLFMXpqxrc3XWmrp6NEqYl4Nl7Q+klvBVvrnLl\nl/SQbqvSgNTndm+pbK58U/J7C/cwuGiQb4KmSvGQ6Fv36e6aPuwfirqlwRMr\nff+dOyPQm/xfKL4iybgPnhX91ZgkUiEuOuEpzcXi/9/n1bucZiSIr6Bf8OPJ\ndoHdx8QNoXz8GlkBH7bk9MlokTQSf53eMpv1swiYnwJBsLsDtyYLUk4IMQio\n/3iVT9XQHFqdrYuoku8RcfuTZRoWQCUj0+NsbBVnZstDV/Fc7sJOYm714+h2\ngXgf\r\n=pvko\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNPh7rhjefNa9QwnQlLvsfZpfTG5oap0zfzwp7DxtNcgIhAPx5gbAEAEc53KOFUCEGV2NnobGmfdo2xhIVSmdgrB+0"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.2_1527132963661_0.2609969160178591"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.12.3":{"name":"grpc","version":"1.12.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.3","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-QPwbAXRXd8IyXAhTdUVgjEqSdvXoTq5uFWSo+eGMTcra12PBJUkAceD+1AUVOx1GqBY74/7T7eB7BB+UOcOY8w==","shasum":"b38bf05f26477d42f8285794c0b1f8b8c0b6dec3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.3.tgz","fileCount":1991,"unpackedSize":38096087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbHrXDCRA9TVsSAnZWagAA4b4QAJefxDH9UDnTYuMdzxOv\n5e4YwI+DhA+hFgy73Ap+z+VEvgD9wI09K3/IkTfXiKJYjSsTZou3uT+c7+oM\n3L+b/Umw6fRbvQdBq5esFqW+lSl3dsQfWdBibfOr6k8A13qbP9EkIPUcA+te\n2oWvuxQ066ZR5YY9UIZJR3QcyvQR5zs21F5dWcAWUQlMctSS2zRAR0bqhbLt\nfy1TKXzkfrqfbFbTSSDvQZP8jFY1mauSK6Q51eeUG9aE0/alQpGlAvyrr1lC\n5t/frN1Ni9W5yTXBm6IhSKC3Sh41Y1HL9GRZc88NMzAVEtIokyOCCk2xrRsQ\n4KQcHgNQ9VIAIZuQwx8WrVbhe6gK0FV6FrmoU3AyIoRLeQfteIa5WtcHATmX\nS7nrYDFpGC8+zQ/Ue9kFCy7cm0+da6gVywATS/dVCORYAJXqspQHDi2ie9yj\nwzpdCoXvzvQbb7HtNVM3uIzx4QukBNMDYF9ZgoXwESdZxWntrySS19mmLsQz\nDfE9LCNYB5ggFypFqYIjLQlLHK4pPCheTU5BlXvdL53opIrONCO32XfnOTG+\nVCYwhszxUvBaEA9l9qT5PIlJVqmQ+lQzwLxa1vRPwux3kjj/EgREJpq9/Ng4\n0sVCfyuveYvUmkP7o1hSLvrYFQP2Pe28yfVaGwy8S1SkXenM1xLqXFpWJgdP\nqRBA\r\n=zLlD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEzgcoO1ErQujRbR18vOv+NtZBsIJif3Q9CR3z4ewzWnAiBBUBwRN1oPIuM0IAywaUwk6z2ZM0TAMqAGbIaMDccn0w=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.3_1528739264708_0.9347082827225444"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.13.0-pre1":{"name":"grpc","version":"1.13.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.13.0-pre1","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-eGqTX+Mgngt4NGSNAfTvpPtr7zpdybUy7Hw9n8yPBjGMeyxuJznFRvnW2mNtTX6IhJ8mtrs52qlCsjY7+4cOTQ==","shasum":"35eca62f4297f3886d256eeccacfa93cd65f6c73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.13.0-pre1.tgz","fileCount":2006,"unpackedSize":38510654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbItUACRA9TVsSAnZWagAA8FwP/1C4rRQzndLOcfrhjDlF\n6FjfC7YJTNzwO0jP7K+CtqmBZCxcBCA3lDLvFffJGLZlCwStf1AU0qvejZ5v\n/el6EEo/5fAtmpqzysxF/5F+zvEuweZeP2jYsq2lVak1JPFFEqCxDAsyRF62\nN4TDOl/6OwQ9yDn+kFNLP/nIfvoUqjnc85vYgGZt0agt8sXOVBeVKfWGFDQj\nucAhZgh7TDPjNZ8sbXUZsYGJHgkcNpm2R2jNDJSnSEocWLRAf7kdp8P0ZWLS\n6uY6ljgAmFj68zZRSwXt9Ngpfi8xlO11EhqHaV3LXO7698pIOUp0ah7Dg6bz\nevLEGCtKs3ExcQy5/XqcK1YVQFfYbiQ9/NCBsTaRzLl2XQHnk7lIQ6M+wKRV\nfuAzXR+hPlfsyitL8PaveRDhQhPQzhsbXuFJav+j5ApbVw41WUADAyR1rx3h\nIlTT8AzZFHFHTlDGzPyU2GSc8qrzfV1d8UhgjOZVIAT4Hdd1Ij22WDcQ+GJ6\nmksmcibcOqcf5B9rDQEOkn6h7iz3NhbuBA7Ueb3aQBlHnnsBg0Mbj67i2hOJ\nStRc1GgYHcGhUor7reye9dT3BS9BptHUA8C4emlmQYbY1OlTTlts+tmsL9se\n5ixUW/wyv7/4/dHtKUFFByqgiOcLOjyvTPIA8YItYJu/0rHJf+1rK9vSf4jL\nrn4y\r\n=r1sm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1i/+MRkT1JXv+zw6JwkqxFvv29IdMgkWRYFleS2l4GgIhAKybOiBgSoKv+j0cpOwhAs/YDCRdSRLJTjfEwjbWILU2"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.13.0-pre1_1529009407177_0.6885281656146209"},"_hasShrinkwrap":false},"1.12.4":{"name":"grpc","version":"1.12.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.12.4","_npmVersion":"6.1.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-t0Hy4yoHHYLkK0b+ULTHw5ZuSFmWokCABY0C4bKQbE4jnm1hpjA23cQVD0xAqDcRHN5CkvFzlqb34ngV22dqoQ==","shasum":"85a3bc26dbf61fb8555d182aec42c1ab6b303ecd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.12.4.tgz","fileCount":1991,"unpackedSize":38097294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLGkeCRA9TVsSAnZWagAAR5oP/3S/Ag326IRo0wG2phEj\n9YEqk590hr/K399GQMZxYZeBW/DW0+udKOfFGK3JN/hMV4V6nrYFA2yic9QS\nE4MpGQeLqat6sG1S3H3Mb5zt7dA1i57RBwH7VsuMYpyPIR5utF8Ol4E5eQew\nghamDWyALwf1jMuuxSmcl8Ori6v8KYeHcgCwx8/zRze+cptZxnpo0BzKaWUY\nYkTSxPF8QJEzkzG4IXE3N00PGoEeP4K+xWPLqx3mN/O0KQW24bt7YWuK6yKR\nPCV4kVzLy7aynU6hvBKlrKx7aMReGmMtl4eOGK4FUjtZh558tEjGJ45zL/LR\n6nZ+QxtwF9hOdngOWZi2aAUH3V95Pf7NAtrfxUufXphxsEfhT8zn/wl+0Kjy\nLtA4t/wnPeCzY078c2hmSPnbh3+Sttyjix+6P67VyDPjNg9xYjqy8+5PXyg3\ndwbj3sbG0NDxp1xRMr9DMcB4MXi/kMn6rbPU/cRvUIaiUYarejpIRmqtzEyS\nhrD8wxVti1SiGQSZQjhuxyutAdSiEN9K/pkQyJL/oJbzp6UoSblzLfXne7aa\nSjPigO9SU/DEs773Awv0cKLo1U3e3t5h60DpUMf7L6t1tz6gPi6C04X6UbiU\nT92CVOpPj9QiXgc+bv/KX+Btw6F0T55/galQQRQUXRjWrPid4XTxIWA8IWS3\nVHUK\r\n=wfjG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQD2qlQfUi5bUHJs6woVEbtPLy/XC9I70AP1sMXLh8QgIgNUw4NkySDIVE+tdx+ebFqNAwx+i8Bjc6jCN3cyq2c8c="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.12.4_1529637150187_0.9288428257676196"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.13.0":{"name":"grpc","version":"1.13.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.13.0","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-jGxWFYzttSz9pi8mu283jZvo2zIluWonQ918GMHKx8grT57GIVlvx7/82fo7AGS75lbkPoO1T6PZLvCRD9Pbtw==","shasum":"cbf884fa5e072edecb15ff019483db74b361e2c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.13.0.tgz","fileCount":2006,"unpackedSize":38513897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbO65YCRA9TVsSAnZWagAAbSMQAIapvGAkPiuggiZsJ8VZ\nEDN8m3VWMxzmCm2yRhSPAFAjZAJT1HdpQGh2q8uhNd0ZqNGtYQe/Ky9eiQk8\njXIqTbIYf8sluseVsE0GiZZroX4eNjTCZUuzQkkA39LZt4HTgI9GPhVYVBeg\nYC12XrLZDgrhbthX6veTr826t5L3ekprmXLr05osbi21Xrl3R8yEARI+S4n6\nFIacerjHNVhJWxEbq14yxOPn3e8npF4AsnfqBnCVARJSDg4CNKcmRvTkKwsj\nOs/xgqLca7MjjMAxBsDEFNnbUqLmoEQPI+4KdtE4a5t0uzzGjpGH4RPZXcK3\nOt9U71zhJTjbUyKbcQfTaElM8UlLfjyPmcbsyquR5QOXqPdeOUZ7EurNWk5I\nOJiyGeRDgy9AnpRqZpiEhop4la/fV5kaysLHL7zGDQW8kUNVW3RPAmoBtia6\nbcr1eM6wP7GLxTIpGH6RufeaAfuIoL5fzXQCQaTCO7SLN9VG+B9+PBH0SB17\nVToFokxAbL0+3l5S/zSlA7oXKyHSmi7QwKJd5NLui1E18bPzZoOoTm6yPn+H\nJnpOh0yM0eQl74cUKPfqDSDsvIbi5jDSw2+seZAnNGFOobby4C7VZt3Hl6GC\nRt4CL3qeZrOndjToBnQdOJMKOpDoh8Pw0Nuw48XZZxn1lOvdKZvLKwdrai8L\n5GGA\r\n=yGmr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGh3HHsvxMry7bpGsnpmcPoyxi8ntddWymO0sEQCq8xxAiEAmg6aACQan3e5oU2DZbMW7usPBSUlU/dIQJQb+SeBPEI="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.13.0_1530637912551_0.08224321794391876"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.13.1":{"name":"grpc","version":"1.13.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://storage.googleapis.com/","remote_path":"grpc-precompiled-binaries/node/{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.13.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-yl0xChnlUISTefOPU2NQ1cYPh5m/DTatEUV6jdRyQPE9NCrtPq7Gn6J2alMTglN7ufYbJapOd00dvhGurHH6HQ==","shasum":"9b5c49d4e56309b6e3bd631f8948b7b298d88790","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.13.1.tgz","fileCount":2006,"unpackedSize":38513625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbV7fDCRA9TVsSAnZWagAAMI0P/2+fPmqqhJHNhWLpXcHh\ndjrPIukqv68yIlIQxnhT8+Rl14VFRHttob7g6dQSurdx15dxQufwXmF40pm5\nkTdbJEWXQvL5fh+KDJug585TthQHYS0pDKospaCR6xloeuFhfs8MTaExPolz\nr2YIi4doInCeSClayCm1YN5G7RFlTjLygO9pBB5mf4Nm/p4WR0w6NxMaCtkd\nhkgVwKtdKzEdgaplCv9q2gfST4qBwV200lyFmRQsMvtc4uy9N+E9wXr/YapN\nQ5ISsp/vc+dgKUMODy0J+t27ZGwl5AyqmEpurnWrngA9m6nEF9lMCD+3pGOq\n6Jzx0uIkmYObwBQNFn02O4885D3ADGKNCgrPAxWfpMCvvLF3Hs7jfFj4jP/v\ns38EaObOXi+xar0bOBm63N8XGb/IghqPtBNikM2yN3NIBrXSxPPl1/diOkcw\nbLxTqp7qpUzg+DzFl6xyjwGQHQ5UC4E44gr+UU+KMU79hCVcEelHXgcfxKxV\n4qFnDkt/p2+vL7Q4LFGJOscmQ0OOwTCZk7Erv1NMgCqk1VjTHRH4erXISg/c\nosg0iQalQHBYr/+nbY1MnU5o5mKWdT+XLEABDuvoMh25kR5p2W9Q/mSoQT2b\nmMHNm/sXHn7f0DVrHJ0sDU8nDgdc+0pofd4g0uILVhe+4TFBxVLVtNSd4Trb\nVtm1\r\n=Yx/y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZWml+sxS1VR39oVeusxnizw7G7mqw9PtPftsOgFNt1wIgQaksyTmWJ0v5SkWYgSVBIRNXjNAx9kz2CWNKlHDJ0wQ="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.13.1_1532475331514_0.6693864445433166"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.14.0-pre1":{"name":"grpc","version":"1.14.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.0-pre1","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-pJphdn32jNYO8il31M0ISanhIybwqwGg2wxRk6RUKoLarr1ntgAq/OL5E0LgHRYHs2U8YvD5ljEwbcuwj1ahEQ==","shasum":"096f448fbef094cd02e669b69441840cc3ebfd18","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.0-pre1.tgz","fileCount":2021,"unpackedSize":38879411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWip3CRA9TVsSAnZWagAAYrsP/AlcgU/Cw/bpYcWcJbxr\nhl18EB0Ncj1EkAKLmzWXhqcdul4/gECn43D8ZujuGoI+Q4hmf120780eKgCF\ndzT5MBcxeBKn8kk98IQ1Wy1TXhafUmph3+wJmgQqvFo1rYU2LyjP0qLx+ImY\n8EcVGLCDf0AoiLUxfeaW0JJ/7PI+HkDsOvSsBex9T8hX6nZvFCYSHtIGbKx2\nz+su78d2AkbSEyU2S2r0VI/F2agmumYHth6O5HwS1mFT+Mu2DALbalSKzjYJ\njiE/2xQi+KtVDESxpnhygqaeZ5DxOOwZxqXk0DQQgj1n1EBZw1TfRAfhxE7q\n7m4plVA8GdFbG1qg3ownc1bZ7NJeoY/FKBmwbcEwMOhvJ3KKmQzpBT4MYpeW\nnuqbLF2dxuMHB5w7oZjlL3jWfFi9glONnnysF0JLiHK2rlJhvbftbv5apYxt\n4zgjYhfZ2aYsmLF8nUqjarfnD+c/UqeoYpJMg5fKzlPO/b0aVXnggm4nUB7V\nF6RXTJbbQDTpuPX8ozw+PWBF5EgMzeqpUeZ8M7UqI2mXMk0q2e+MiykGJV8G\n5+HBuh7Kmo8MYFCtCjwWax0ot1nEPOvS9Wp3e2xodz6UeGX/hG35Q7iEmIqB\nXSLLRvFl9wEEMVoVjn2VJ4NuZIPjMJoE60bib3TZYFF54eZtf5Bz7Ks3E5t4\nX4fJ\r\n=UOYo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgq/qPGzQQgCK6RRFkx51JRrQ3ymcKvuGNXs614puoWAIgb7s0+ICXShsqDB3guNSHOD36jFRciDLklfWAU/7AfrQ="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.0-pre1_1532635766808_0.710597116258397"},"_hasShrinkwrap":false},"1.14.0-pre2":{"name":"grpc","version":"1.14.0-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.0-pre2","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-yf1fmOnnRVR1WUzu7jPPzQxwX5q6smvsy5oI+1EFxivW2l5UuKWQ77lExQ8VnaWayUDYkyIvZo8V8Vu2rAR5eA==","shasum":"60b7273da9ad9ad7ce2369245c9e0a404f513b4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.0-pre2.tgz","fileCount":2021,"unpackedSize":38880524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbYhe6CRA9TVsSAnZWagAATtQP/0ivds9k9Ii6XjTDY1+o\nOurZhelptlFaR0JbNxK2wdTRuoFZoSqhqq+AYjEoYQO3GK72qsj00sMoyj8p\nb4igNupJ+usXHewKHTG6B99Rn5zpDaINNKJoCkz3M8y592Ch1llGB4Mlx8VQ\nRA/RjaKofRFgZA0W39G4B6grUb3gN/h+mxYqvhOxHXn2puBhCqXyzv+yTrM2\nABYm7kDPe01XldQ7mgLRmUl7vIcaji1ZnLkM3DZpSN6WyefMiuWNbo3s9GXK\nAnn6Aun0doL7iysTb4cIg/TbEEye1Whf83GafbBY42Z93ZmcGyTMWJ14H+d5\nkgGkuILVKYLjcjKzGxrg2PycHjBudNZLrzBD8wjL+JgTnHWB6bkcqiCkwE0x\nN53QAMXzjknDFe/fxhcvNQOLzkmetNZ1fnGtCQXMttF6B7dd7corzQJZr0HM\n6KkaRzf7smAjUhfk59Yzglw7Ux/gVzwXApIPXpG201HGbKKsHjuX2uUtbs3q\nlw9aHvUkn73jF9YHmn3O3B3UppMdxCWxT3q0hvZuLLuV/FvZsuAgtu0Etex3\nsVKQQ6qRYUDIEEC86B/N2UJOLrjbErGT0mqvzHLcYR0bkwTc+rM2pLihnv/M\nR0eJi4GaoCS9cuTWDuI98z3XiLnmlfjAe1TN02M1w9JojK8vHYDV4H6irwKe\nZkZg\r\n=pcOW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCsNuRL/CafzpHRICOPNPSEXObabAbCgcizbZ94RKvAAIgNF4fVRt4hPoq4L6q3K2zwCONnLrL73aUFvGvVxB/9Rw="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.0-pre2_1533155257986_0.4779586267852398"},"_hasShrinkwrap":false},"1.14.0-pre3":{"name":"grpc","version":"1.14.0-pre3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.0-pre3","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-vX54hE3n+QXMi1UYnQrAuoAdeqZHYMp3TkfSqXEsAZx8/nO7AzobcsX8xfCP5xxWSYapmvUK8LI3uc7DZBKiig==","shasum":"8dbc5e315e2347897f935afba5f4a2135a1eaf34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.0-pre3.tgz","fileCount":2021,"unpackedSize":38886511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaykXCRA9TVsSAnZWagAAwh0P/0Ao3lL4lcnAIHeRx/eT\nkP5jsLHHx1LKB21ZIdoG9jLNLr6jjgeESrdxOn5X7aiwh7sHmE4fWX4gdwhI\nTRZaSvrbU/rqq1gIDKaEyGNhNkIa1kwuRXa2PCheX8k2sHq8DH47PrDPZwn1\nNXIIISTa0pe/Bzhvwot1KahoQIDyYod67oCeclzuCU9XJXjXELz1zj5/WsL0\npMaDAFoTHxKL9DPkKZYLiMP9kSJ+UUQ10x0pr78Txxf6mgzoTf9lIQTF2QzX\nbMrziyC0/H9PW5gFnhtcFAjrGZ8ZrvMPxqtXBA5OEoRI/eewaxlvVy3YC9yl\nrTg3NgO5fW8xGkfQmba9D0ZPX5eL39IM+p4zEvZcxQsW8rkaGIWcbtIblzzf\np4NAWXAZ7Y/x1NXaj1YiEumFUvBwWRT7XROEOG5G7jbb3h5a1uP7szFRraG8\nsYLObdVkHvcbwE2xexKO6fnIfwAhtzjZnS6nny4iDWAnlahjWtdENVOq2YkF\nLKcqZ9ZF4Y/Vcp66qXkiyYd1MwsYQ3TYp9fal5BjOG8M/queB68rs8tYiLBl\nC4qt9ZNBcOOtYWXq1sjXd0oK+Ss8dwRHq/B8MVRG42dgnnekctouB81wiS55\nwBU1Dp3k7xUBFSnbEuX6gmpiJLjCGOg7wclRGkDX7lIk48CeeozsFyVkaHLT\nEwSQ\r\n=Ze0X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFeUvxA26RJixbvSWnj1RuuGkROICTe1MpgXndMGl6M3AiBullaCMvqLkMM/GIwOPzVcEQ2suifubd8UZt0D+JxClg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.0-pre3_1533749526553_0.19994292683371429"},"_hasShrinkwrap":false},"1.14.0-pre4":{"name":"grpc","version":"1.14.0-pre4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.0-pre4","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-SGuigZZROLqT9AQ0z+wFS+QVdcGwkidywkBl63f5E9fFvvqGT8NT0r/ExXLOG2jBAcSR1qU59GT6iLg1Z1LXFQ==","shasum":"83b87854f9b9c525714a7cda3c385cf7fe653708","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.0-pre4.tgz","fileCount":2021,"unpackedSize":38884737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJba3XvCRA9TVsSAnZWagAAJ8UP/i2bpC9gUgRRBEEuqD2z\nbnfwUzptOpOPWFpv+7HQ2NpZ9fPbPyuua9piyvkoo7wn5HJbV7FSKBZJeYid\npcxldU1KwMibJi53xM8IuEZy+reENOxx9rAUp2csNCiDs2OuQzh0qG57R0K5\nmVZFmYbKJ8Lyb4MFPbD6vPFPZ96wLmyfFwUY8DGPotoW4T2gzBjqUabWNndk\nIQ8YxjiHKsGWauKvcXCgBgY/6HIu+pDthf5KIacfAY+7nAoJDqLTZyY6arn2\nv6KO97aSjznvw/2QeKSID8h8eZSA6AH0zBkMHPNEjw5phFTILTfxnXhZp4Xn\nefburfqx40oT/Ua5nN19yHtlApBVQUvpSEnHFo2pLlP6g34aJDGUT6vhNfKB\nUCvSLPZengYDSyNP69QqkIKGPrINSaHZSFU3cDcC/8TZPUcv/37sowh4Kene\ngZIBkhO0HXTovGpRy9V7OV3XPf+nHiSH3YKVv4if03G6CtMHh3VXNsB/GJk8\nIPzp1MCPhpsg1PoXJFdb03C4hp4qMjIDGFqbcLNc1AlZSn6OiwhVbz/zdtIL\nzjStoNoP40ea289m1XNLmcqdzH/37S/CMNweHSIL/zDWjaVGNMQoWgkbZ9WE\nKkeZWJPGOkhZ5QXgUKyRaRjd6XrVVA1Dc0vPP7KIVbZsAgLsed4gcDo4gsua\ndx1/\r\n=JgnT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA/yv8aBKGqY522Ee9ZhSi3xZbm40n7GKQRhIzV5hCefAiEA6LR0+3fA/zSJPKeFTrL+7pOrxJKBUZS1SHXR/E2ogUY="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.0-pre4_1533769198407_0.6890390696357889"},"_hasShrinkwrap":false},"1.14.0":{"name":"grpc","version":"1.14.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.0","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-4Rbf8IlZJGXXSRE8KRMH0zqHZYVjkJeVJ7mFEigAs9UNwFbZWQr7TE6x8BJLA1MRVCwtifApNielywrFxFPgmA==","shasum":"5aea131ef078285eff543301b99ba994e4db2c73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.0.tgz","fileCount":2021,"unpackedSize":38884275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbcSJCRA9TVsSAnZWagAA2qQP/iWeNevIudjVQBdACzSE\nupM2eo0P2ANij40Amnfr45sKznHwT6U55Lc2EHGopTyhBN10ysMdHX9cuQyq\nDv0e0HLh4wQSPBlcIK2fgrmXUAMquwgpP0XONGAzKCjz1xllqmp1qHHpqBc/\n2HEgdMBpYGlK6qFLkt5WmHsHDERiCk1ZN6blN7bpBholtftKaQQ6y/w+2E/i\n764MPbQ54d+UugAhEkYgsYPgC6AtVhth9DcBFn4ber+RymHjkUc2LDdXNx9D\nQY3Dn83v+98WPnsG1IXUkbVYQOJ+0LYdJkATO8NL9BpRhXyVQjYDAveaebEh\n1sXepv3oKNKKWIVUtcaVE/cwMb5mSFUUxYZDfZAL/85DhPxBc1dLBsCL58nC\nOKwVvuiu38/ecNOqhgw2XLtwxoogzt9A6M/4evuJlXuSrVDo8VO2erX3EO6L\nCLRnoEUfRNacMyu2LQ6GFd9zLOUm821Ucp8bfeZ+x61j9KWf/bV5NfD6VrGS\nHNN0IsN2HrdlMglmnAh9gqX4+G993jRK5sjn3K/D9V/IRkBJN7xXiwF3tFuN\njF3tcTVqfO/nUdz5iEOEH9vKgTaawayKZ8wOAiyRRC2JPUJ036KolidBd78J\nvH3CdkVw75qZkIEaPjniR3HIC3WdtUB1kzdDnExh+/n2fuLAV0Z0kBkvGBcl\niaeE\r\n=NQtm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhX09CAdn7XSqV6lRf4uXXFuC8hd/l237+dFJMUvoRxAIgPdRxzom7ruX3vTFwoefd3Rv2LcZIyk/erndKY4dmwt8="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.0_1533920391812_0.244037955392584"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.14.1":{"name":"grpc","version":"1.14.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"files":["LICENSE","README.md","deps/grpc/etc/","index.js","index.d.ts","src/*.js","ext/*.{cc,h}","deps/grpc/include/grpc/**/*.h","deps/grpc/src/core/**/*.{c,cc,h}","deps/grpc/src/boringssl/*.{c,cc,h}","deps/grpc/third_party/nanopb/*.{c,cc,h}","deps/grpc/third_party/zlib/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}","deps/grpc/third_party/boringssl/third_party/**/*.{c,h}","deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh}","binding.gyp"],"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.1","_npmVersion":"5.10.0","_nodeVersion":"10.3.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-UQA+WSa6CJYKv8rWAHX2RXCKhcxbB/5kyVnkiK3U+dPm4PlfZT4PrEeEdt2uzmvMhp9PB0SVKpVAukng1By+7w==","shasum":"42d5900fd13a0daca1a58155cd4ab4d0c2f9c716","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.1.tgz","fileCount":2021,"unpackedSize":38884914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdJzJCRA9TVsSAnZWagAAaKEP/0Kazflwp94nXbcg4Zp5\nPyzkS1fX0TnwNKv7/CiVKsloGLUlEprEjgD6tc37w2HinhT4Cg4oZAgeNvYw\nNql146x/P1h7F8wpiRfnUYFUTyafJJqJMHLmX0V6/YKd/EM70m5v2QP05+1G\nHaO/1pQ20tr4xg8Ks0TvIE0mpiD5faByIvdMKYIGMtDvCLLhVpnN4FD01vxb\n3M9Jf/3EPVQf151YmR5+Qne0trj3tDUUreAk9BgE80db6w4uAz6JfGIt8Eqv\nudXFxw27QCknKGATD/I6flm6h4TymrvNmVOKCxhwP7/fSmAlw8+xYDXA0qS5\nPOYmDBaE3Y2wVmm8fqh2s6xnobxuxZhYor+ilevVRlezm6TV9lpgZ6AnbYaA\n7XRZWD8wFQg4G6rclpfjotGalqtvjPjEWq/oly9AL97/528zHiVeEqnqWgj5\n3HsbXAAbu/+q19mD0bEdEGIzetybCKkoBjQQtf3ol5Awn53mlKICjjOmb5T1\nyywhO4FeAnJfABTXk9vm1G8V7nkpcs0A1mU0/7v0i+wSEt8m/iB2GZnMrMUn\n9PwR1C+Z+Lc6dB2480yQOBXLp7tgCEwofUncZ6U8IBMp6EM/XJf/Pe7QxJXl\nldv1JYkFbRtvA/RWkuzgt0CwL6uD/lLck1UivedVo03IoX9cv6mjAW5eUBL7\nNM0u\r\n=DIoJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5MAsyehOpJ6AdRjiPgYuNMn0jz+9DviEOhPmCeXbIKwIhAOhxBkB7NQNKo62kaqTj83AAI2Z7tXPtGB6j5XvkXy/R"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.1_1534368969005_0.22340269157775272"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.15.0-pre1":{"name":"grpc","version":"1.15.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.15.0-pre1","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-VAwlsnlJiVcwXe5G3JK59Uk83+cd1Axoax+3eJEG6p6PONwkbGHD796z4sLi5ytwLrVP7fUVEXtzalyJLuSTFg==","shasum":"76917b6caad1f8b0b76a255f7901ab238d9691b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.15.0-pre1.tgz","fileCount":2033,"unpackedSize":18707567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhs2QCRA9TVsSAnZWagAACdcP/2PABq0TC8OoFepwLJGW\nZapzO61zGHEdRVR74cwKDR3+M1/1FRpFAuOHjV5rKmBg2b0cPil5ARLXsiLD\nHake1P/3Y/Z2PXVRcOXK3QOPQ7Sjl6H4CUDS8K6uWczvNuDL0+WCMTS4xN5r\nfgIhyiDvYSD2dsN4tL9q0SHO9z9HV+kT9MOy4cCB3WI0A+kIRaKVGqc8l4Vm\nR5JMiaHYk6d4wp1OfA+Ojyq5gU2y7mG66pHiFb9iZaJGPZjnSBX3YXa8EskQ\nipIJJFwMgHLiAhuFB511Lix21w9f1KbK3za1cOvvpQ7BXLRzuQLJTLUG5uWv\ntz82bu/xPItcNdNFoUtguRLlRjPuWnSCoSkyCmhgRMpYU6ny0IZe44d6YMLj\nTmq4RBNqYQUdVEtqU8hmthoRePDQRNPIaiXarWw1NOSrC8+4aCBe6WLhnaE9\nrP6e27X+A/HBTBN4359E875q33emLgs6tLl6s4uavP2We4wecXvDtbDnXCDE\n+ST0N6fq0XUhGzmdzmIF0VJpsQJgg0APRovZqHiZoBQPNjmvr0W1nx1CgTfl\nEpoIgGGtxyEQYrwn5q/cSnRhpfp2H+NjPeyA7LKtZx/Ysa8UYZYcMDwUFwI0\nQSDuhUJBqNneFlU/U1C9CHgr0AvYOTcNFUrtz/sQmjKq1+GLjNDe3WNr4XVj\n3AHM\r\n=sW1W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6szQqWVeqEuGwqhxIdf+td8NHORSFdSYzQVel4AEPYAiB034qbH4lV8uGIm6WNr1ext/FL4TWn7saP05K/BWK+JA=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.15.0-pre1_1535561103861_0.7506938183962122"},"_hasShrinkwrap":false},"1.14.2":{"name":"grpc","version":"1.14.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.14.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-1Y4R3s8UEoMZQqytoeSalk2FFbhnTLLR8kBQNB7jn8+KfYJalYtI/IyHLg+99irFZMYGu40jtseXX2Q+CqF8nQ==","shasum":"046f88cccc5a23470f67d480e320ec28a2dc3893","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.14.2.tgz","fileCount":2023,"unpackedSize":18454656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkWkCCRA9TVsSAnZWagAA0TUQAIm+0Z5VphekuAlEf2xl\ntmYcFkljjN4Zni6BHCsktIX0EL0ts+361xivoqwHD7LiPhMNM3Pjfk5bxyVZ\nGHw8cez0xgKOj6op8AIiW69rJ2pAS+IGDMbT2TvN3ABPwws3a9lrGzZ/EjqI\nikKNP+k/dbQEDmOuKj+hh7pcQt1XFKpnLl8IpSQAeYDdPlZFeY+2W9Jene2q\nDBPjIoSEjgAFqHuVhPvf75Irq3QDCj1F7eSBYKQw2eXXlC0K//wZ7MNWfyxt\nNdzuoneaEnOyPnrExuC774+v7GB6uUrrzCUwz/DDYCb2hsCE9ITyJxzSpIzn\nrj6iK98oiP8Lh0qiF/YPLFhOsijoNpJ7b2Mvjrek+nOSpxPcOLbg2bCFLHkg\n7ANZQ2SbgSKXOOyc1GwmT4KRj6BVZXGy0DjIj8L8jTWwdhGajnhK2cGenyaJ\nytCKkRCFjMkEe4lbQURHTOqzirEnvFzJ3vMqYgnc4k0notFkQ1H7h4SKo1L/\nbVE8NSF2alBmcyVAU1DoJmB9GbcqNK2ZTRHv4sqCAeiX7xubIZfDJfEOHhYB\nVpULqcj13J8n6kgYwWTvn8gLremCQPjC9Bf38mqAODzzRwFPfYzSaBDT3T6M\nRyuOrnu36E0K8bGmalTeqAuNvypjq2dQsJlXsohcRpQscydv9vqxugTcDEkK\n03Mw\r\n=Lt/U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsdAAfXkFpXONdLwLuw+F2VWlupuNDcawDZk6TroCz4AiBAget8TJUUM262CnG1FzswA+YUTuQFJ+wsZvYy7Lnq2A=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.14.2_1536256257589_0.1576805780781254"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.15.0":{"name":"grpc","version":"1.15.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD FROM SOURCE\n 1. Clone [the grpc Git Repository](https://github.com/grpc/grpc).\n 2. Run `npm install --build-from-source` from the repository root.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.15.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-EBvJ0AZDg3ka0rAt97t4HwvJhY/ePefbQGTlxQeeqkZSCw60mVkqRtXCXN+7MjOI4NAb28cKMjUXtOMjFE+D4Q==","shasum":"0faf0c6bf8fd319da510dc2f661b2855876aa150","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.15.0.tgz","fileCount":2035,"unpackedSize":18707729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmX/hCRA9TVsSAnZWagAAUOUP/194ekvzqu5iXYKZgxNM\nZj+XCZCRCWA26C8s+IvezEb+O/MmjQ2j/D4ZQI2mfeaBYqOh6eM/ThmhYr0N\nmb4BeMvPQirG+sVFem3211gueS4bMnMd+EnJ+A8kuYax7M2z0YFtO3AT5Prm\nsXo6Xfwsezrr5JoF8joq0AV4tQ3c4TKQ8kA1UbCAsaV/mluB4ZjsW5uLJ6dD\ni+5KRfWtJ8hD2wfCqGJoBpwXPw2cHnRrwryPbA95lnXmZYhimAcoC+gu0ody\nfsLU/XM02fo0ky6n84zTr2Hh33bVwM4b8i5BZmTxLFvHmPN2Gt/rqf/6fEXO\nlcumkwPn1BqivW8d8Ob9MSxey/4c0Zrnbo1+qcD4ftE+ws91myRrEXp671TJ\nvU3Ie3WpPdB4uCAoqx4M1ahRaO6P8uuGJW0nULtPWJZrNrbOlH0cYYQ66rKH\ns35Y0nCpyn8Y48REk5jFdeo4qWGCwCEB/hh/THQc5KYbqsd75M6M+OKQAPK1\nNyyuw3TnEtJgVElhL+iI9Jh79+shPgq1d2LYFN4PUyPMz3e6GEDx16zntOgu\nMJtNBDtb82IRAgjN3XCnORKmjoC6MO4WYPqmDSMN0mJ0elNtF+Cph+VEffeN\nHoXQwpYuIMyJGZmvQs3skJtsyrYnHtqpsLaNRzWs9IF102BWwyt+iGotO1f2\nqex3\r\n=UXXl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEf4Jl4oFKdgzS77LwM1RAzMiZNd+jgmPr8dyl86c+yDAiEArjAEqwiq08d0P2pP7oEJ9iXGtkTi2g7QE89edyD2RMo="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.15.0_1536786400370_0.86280967059321"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.15.1":{"name":"grpc","version":"1.15.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.15.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-BfJ6BpFE93xQW69oYfgVQDxSb7LqdQbnddvhFq4tUsj7s0NAIRrrN3fmN2Bi3qpGFRemsKsWPIchw3YNNq2Xjg==","shasum":"046263d9b0c440c8e36fece03e227cb3afe28514","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.15.1.tgz","fileCount":2032,"unpackedSize":18706297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbnA3FCRA9TVsSAnZWagAAH6IP/0TorYrjaAvMkwhlVVMG\nUFNq2o2BdFsz85HpKZuK498J6sSmJdHyHrRaOKaa0LH/z7EOq4m59BWt7GaK\naGeBAQPXrE4C1zrXyLOMavT8px8i294xB1XileWQVnoBkZj1VoSfJIW/aZmd\nj2g1z/boo2csNHkk7zuHTBj8YfqmZwav1HrFDZ2JxHBY+A9icLxeZ4cD2vPT\n1gLHfq5pr1XHCJHGjHZG7AXpryFdYZtDYRBg970Z/rJDrYrr/7MJTf8idtzm\nNAIHKmu4oSxMUojI8uLh6gsCvh+ezhfUyQ/a1wRExoqW1Ep+UHGkcSLSaZu+\nkhNJgz2GsW5SlaxMihkPhXyQ//dNkLPLZmV6dfe3UAvMZCqFZrZOdAyy8OQv\nJFLN7A5e9I+Nka4NywJi2k6yulfNhjnBKjRXpVvbE67NxmUtC3MRscWbaS8f\n1wtpz1bmpF3b8WDofPUZSfiF2jWaSkO/PzI0EJ30DIxkc0YhAR+hRQ8kQvTw\nUnIEJy1cuygw2rqJ/dHGn7bz4dObY6/PShmiXNfCETZeODAuO5gB6O9DPeK8\nntZX2Sq08fdKkXPEuW+1VDSyXz6VnUMV+KQxL46kibZRYuIs1jNhEztf4yHX\nBRw24r4uU1rl04pvRQ1XCeB721r5yCCPtSkqBsId0A0MA4toyK6O/LOTtLud\nGGOk\r\n=oQWN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAI2axIJaLyJL8LHkBmXKMPVWNnJR1D+FdDJe6iIHjwEAiEA/T/1bxBRsBqEddHFuq/GhV582rB39QRMz0dmMj2pCe8="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.15.1_1536953796672_0.6324986364399929"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.16.0-pre1":{"name":"grpc","version":"1.16.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.16.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-o+fCs+X1zaNoS0jkG3eAjXVikPs2eFBRDDm+YG+QhwFNvtDuVz+vfOmBXfFXJAGO+2hTXltcAHB4FVJSvshR0g==","shasum":"40391ff2872016b2cc92de2315ea758da1efd94a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.16.0-pre1.tgz","fileCount":2037,"unpackedSize":18734591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbz6dJCRA9TVsSAnZWagAA3EMP/RE8FKu+lOQuieW1/X73\nH+8wuCVhyxUklH2PFyeQfxE4qg2U4oXYXPlh1ZmBpr72oX7A40C1GVRUofno\nmQ8YZWcdLlVQkCdHHp41S3rY4G50Q1/HsryCTXQrWB/eaZC9BU926shwW71r\nU9zKWt4DU/7gkzrzuIwMqQ4h32Gc2R0bUU1G6Oyy+AKY1kvM/cIH4Dz5rMId\n3UD3OI6I3ZzEuOADS5q0X04xLTzF/IZM9UEhU4KcaZ1pNmXeknJMGpsCEjZN\nzwXZ2YxrdL49bbOrplWKmFS80Pcbav2joxseCFliVQt8RbTs1CTDypmwYTDw\na/zp0rFu4/eGXgKSK3oSwWGdMNvlIYiV1lHHwFXNEwbdUuY9d+NV2ubUH1wx\ngEQHMDc9HGp8reVN0/77MYnc59Xzb7CTc6FRdLVV23BZ4ZJmAgOQF086LI6S\n34kujS3KsGSauDPMbNWld4OVn3EBjxLvC1oL++ZDe9NSOmLy7fFV9+5Yr8Mz\nKnB76vnCMkMK/WK37iUnJ4hyWXK8jqofuCrYIC2xsyt4SjIl54owHxO4roO0\nQqdwJwXiZabg3tFto/xs9KFhr/tJbJRcLzFlrES7MXRFq7p1OlgLyo6/OJwN\nbwnc4x7zQ77RBge8GqKlKCgW7D/YIjg5DdWQxMfGsZg0q5irUVnstAnuDc+f\nSoyM\r\n=gvJk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh2EVnmbZS9U13c8WS2ca8s8rthv6SOXUWto6fcGAL6AIgEZWz8ltmk/kLOP+RT2uog9APB1Gk8TkhjYfE9kXATJI="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.16.0-pre1_1540335431698_0.6286925709947144"},"_hasShrinkwrap":false},"1.16.0":{"name":"grpc","version":"1.16.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.10.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.16.0","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-+p8YRIng7Gihkn2jycAXwXdA9aQ10SikRrcHY+/r3W1Z1Pr9NFIbLcmBZPoaTbzzLDv/ysqwqFEZriAdd8tveQ==","shasum":"cdf56d6ede2f1b6ab5224ad467cb22e1b3ec36fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.16.0.tgz","fileCount":2034,"unpackedSize":18728360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2fPACRA9TVsSAnZWagAAduAP/3zMDIylgauTz4BEQAW0\nRfRbkjz0YrJAtxnh6Xs0Rqm4exTlGUIpLPUXdhfyb2GGeiQmBwAmqTfKA/CL\nnvz6BJeqapbvwgmWtWWNOy3GEe9MqQ/tMF2jQcUkOUX+VIk7HNko6ViS3TRu\nT4yi2oQFP7t7peLVhoA3p2PG/Buz6dBEhyqaZC2RGNt+2GVF+rmgVzgAIlSh\nVWby5uY/orAKxFPlU+jqUV+iucDeyfmhRbTLUGas9q5qJcZh7bcusmejkqxA\nV8Pd8bC9PAWj5pzhLSwfGUcVQzjpt8FMrxJGR3N20yn3F/ZaGQPbC56o7vhn\nsFDU3MSc8rk2Br1731cM+fy+YWLoT8sYSV4iqqO27zQCz+jeI/pI4/cYG1Zo\nWRy33/yOpCGmDH4wm5knX5O/NJo48j5CW6ZqbMvI2HGIsh+mUaTn9DyVUtCt\nWZouby8TOpdur8KTm9k89BPJFGKp5Arlqn47bCZPmhyPxzFfHBmZGlIlK15l\n/WE98jN4ujF/x5ccttemPNsP78mmQHgLho1PWj9j0Q3G+X5V3AuQGYnPRh0e\nRZx2duCzOrGM/rCMCv2uGQfEs9PgKXaJcHpBQp3D3XSLeqYurNQROGgsjigj\nf0wHloPqgCnrxJposoahdfo/aIuoPDQ7LWXB5JVbLvmrhRC2/XwIsRhMDhvM\nkXiA\r\n=cQ9n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH4pbw61MxlAeTA1S/IPp/xdc3sg0eZ765NLsGIpCnVmAiEAjq/GeHY4nCOYwp6n0T25CxpmsAa+t2jP+Uk3VQehMwY="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.16.0_1541010367483_0.25623980833129756"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.16.1":{"name":"grpc","version":"1.16.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash":"^4.17.5","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"async":"^2.0.1","body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-auth-library":"^0.9.2","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.16.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-7uHN1Nd3UqfvwgQ6f5U3+EZb/0iuHJ9mbPH+ydaTkszJsUi3nwdz6DuSh0eJwYVXXn6Gojv2khiQAadMongGKg==","shasum":"533316f38cea68111ef577728c3f4e8e9e554543","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.16.1.tgz","fileCount":2037,"unpackedSize":18741059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7y4pCRA9TVsSAnZWagAADmIP/2utcsR2saNr5iUDhNE+\nHcwPlu0M8LoVJ3ccOmyJq/Fq64WdeNwIvfRcUovxD3Ip4uVT9V+fpi82FJzf\nATqJMuIas0fEB9eTOerMA0FtIL6P6BGFb55dom+iiBwvQhGAtBSoMuaEcX8g\nAhQTJH1P10ee5kSq4Zp4zcrtZyfa9n+cOdMMOlpLskhr+x77z/9Oz0yMAvCQ\nn/Ozyq1TYtPXgQrhdnT28FIxzqyYBkDSLuearAYjsPtLryayVFYMxj9XV+T1\nxpqHTj5VCUNSJdWsxwgWCYi+YjA5URT8Tb9BkBcEer2BLn2A0aaToMd5NeJ5\niVs3YsPZ37RtIloCqvxShyI78IrjrHPa9bBj5lu7B0vCbisMNNHH1UZevk6X\nHb9PQu2BGbNhmnHKXNMAJnkjRqi6DyUdZoFCz7gFy9NAnl8JrWXB/qaPlI7I\nMtFbytrlXqIsACvV8MADbIrR0DpFTHkFCq3pCqcXVpQHEUlqJhdsFqVCehuW\nPoVz8pMHVKnQuefYlhzgl92j/EDFTeUOJABXlm09hVd27gTJWktfKufv8a3R\nl1WeS1BV/AHEuHN87+9h1ClcbQcgVUfF196sQecXR5OwEqOwptgmsnRTvkeV\nDD6J8nRgUF7L7IAE6sa46bklC+Jxu9fGnxZzh0YHDMTe+BtYZ/Ct/Vqeq1/r\nTWh7\r\n=W0r+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxw3rg+NAjGpfqGnywcSrpGCk5uLUCEKndANj25cvkxAiBZBFoFjrxiChh4dvUC8T0uQiLa9/8j+uFYesWT5AeMwA=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.16.1_1542401576959_0.9641097320311245"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.17.0-pre1":{"name":"grpc","version":"1.17.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.17.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-LWoGYW+ylOo2Ldvq/1i/SEwDsIxmDEJK9KoHPHEQkkwdG5zC+9D3/wJsgf/JFvpUoHrPdzLfBUqxfzRVCR90jw==","shasum":"e6975778ec04f01f31dd056c7447ce7c21eb6156","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.17.0-pre1.tgz","fileCount":2054,"unpackedSize":18954992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/vkPCRA9TVsSAnZWagAA2fMP/0mTg/PbBBenkJLfJNDN\n325PMlTXwbghwbL2HqvWb5OjVUeMa1rrEIM3oeEmyBXv9r+tVpkYuvEAYKDb\nc1S/XwA1J2FJEPEIva+2vYL4/uBsp6zfM9ZOgLyI3Or2RWH5mHyTBLcOdFlK\nFwQK/+iq6sJZRF3o6yTTwP7E6U0kYsH/Ws4PXdEMC/JPMXqhMYUUNRAmH5ri\nU8xN6KSbh+TRdnDtkKBFsEVUcVvejiDP2qgWa9qOAX8ysET8KlKTUHLwXnZz\nyBh3geZmBM5n95pEaBUZjkN27xyAkpvhgF4PYcPfTGzl70L7ZVYyuv0v93cp\n/nqIVx9Gw9u7VZaWIuIFAWWRfwZqz6zDeLToxdOjBkaI9LodVi3JbLdxwB/f\nDaNIZqub2uYVLSRqFljDbYbbafsb9FzgvKu9RSJKLigDBTTCmAODKr7w/33A\nvnyYmW0Kh4jqtfeR0Hid59wKznOZ7qXeOQBnCLj2SWzQhUc1U03wuMDjMoyd\nsbaVRPC/DyiOSvPEPX5/JMKxYwiN/yxCR2eFFe0UUcMSKIg8LU8GolRlpmzP\ngvjdSdu9deVupbdWeSNP1uAZE4+BQkQCrLOHCByl4vcwDejzkmwaoGe8jluk\nqVSQr770I4DOcU8w5W03ZFVcK2c1eDp9ixSjMGK6CfRiFVzFgWaSaOD04HwK\n6TIS\r\n=Fk9W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4do/CcwmHjUKsU4dWTUA8wZAcvVdbDdCsBK65myC2tgIgFgdWAvbBg/3c/O28PA1l1un679oXhGizSWJsVLcXMT4="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.17.0-pre1_1543436558702_0.5862811200486502"},"_hasShrinkwrap":false},"1.17.0-pre2":{"name":"grpc","version":"1.17.0-pre2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.17.0-pre2","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-//OnCKwkIcfzO2vhKdHpLDvnQKqdiKZ2MfuoAUV01Rf1meHi/U8gQl+xH/bqnf9UIZGhSqBWWo6bEJKiYqtOLw==","shasum":"19ca20a665fe092248a347d786dab34cda745b3b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.17.0-pre2.tgz","fileCount":2053,"unpackedSize":18958833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDvilCRA9TVsSAnZWagAAx6YP/1yDbjdGNAC+smnNGcl0\nrBDUFsmi5OW+bBK9Pckzi7BGwp80BxnmK5KlgQ7tK8cKQB7pduect77dPdhn\nGGFYxXeKHBCLFyCBIVncy6+wVLralkfsoluz9HUGdM/62ofLyvClqMVP2MPT\n5mD7wtD7YUjPyksJutyXLs3+KeeqHOPPngk3cWGqKHEUqkXjV+btfM41egcq\n3lUwsTVwJ46FygZOwmdecc8E/gQnSL6j5fsRP+PmBLACWPnzgxxLMTgZW8gT\nVmKHVLGS89ezJtaFO1gRJLQ6wyGcG924cQH17NZdIDTskVwg3ZYhuamM6L9+\nwUIgNIm7Cg0rNpu9Ys7zMYx7fuGMbWvHc22CCKrSiFVCk2MnpXdErrM4xGfY\nvXH92K5lPd+q9PYN5HmGbQVVTS6U0gKZJzMV5IW3uYlSg0ZanZxyoiUQMw7P\nyC5ao67h9Nri1fSL+JE2sFPBVneT4pgXw6fqCi2TvfULct1aeqvtAENb/BMP\nGOIKfeWSNDsUm4rHwt7Gxtp8aWW7+cG/OPnJaS8RzxRUto1Hkek3H1oTHpIl\n4YD0FYYRrzf8rVyMr/lLcsntkEMfJtZtLFdZSqW3YOpx3XRYkziwAwCnud+i\nNQsFs0nF0x0o4sEwL9JSwy9ao3K1YUE5rOkt17efdwaUkvytzIvjxMyli9/7\nc+pV\r\n=3tpf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDISnA9IjMGwsqWUhGQNtSp6ZUbyrWDcmAJwahUwxfcBAiEAktaj086S3Bbjg/ZncNb5vdtGuzOy+0VhsYN2mKFFwAs="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.17.0-pre2_1544485028427_0.1786416306767089"},"_hasShrinkwrap":false},"1.17.0-pre3":{"name":"grpc","version":"1.17.0-pre3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.17.0-pre3","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-A+LnsQQ/+2V0SMoXtdV+ZlfAvOno5hfOJa7mI4MOAFYh/J/WDGfFEn9wRk1y2a53DAHMd1WruK9KgrNuldKPlg==","shasum":"4c55c8d18511d220aad61bae5f45253cf3de5c3b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.17.0-pre3.tgz","fileCount":2053,"unpackedSize":18958906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEXN2CRA9TVsSAnZWagAA5KUQAIV7goXxi2h+xy7NQv6Y\nnzsJXUTC5iAeaOT96XLwZIPsROEdQN4P4qqtnKNz/MxVjURHepCzwHOvX2vK\nyh2dLGWwO5Z1ZpxTG4PYAOtJ2mhrQHKPR4r25tWlGQMinos03ymVsK8fiMuR\ndYaB4jTmq7Al031idMzWGah654EOo0ZMieRltTQeryIYyIOVGQDzWrNl7Nmt\njIp73k0Ghq0/SspJEvM3up+PsRHFa8mL2GyC99ecseY8UjCs72a/nwKbrHGm\nUlrIfQ7wzLPRUBvvnozPh04UCEavGCaWq137I9uIO+zrUq7hX/+3BW0CiqkP\n/zZ9Nh63ZIOviG8uYIavCZHPBWHFvaweVWosmgX3ZjsaMU9B6F0AWN/TDRRK\n24TZwgKxHPx2UK3syDZ+9kYBmpR/EZ0WySOqMPwPkw7PoJpY7QZVe3srxy8P\nunjXWyucDMrjSW6CvNRUqrU291AZjcEy5cddOP26VhUX7ZWjus0a5GqNFcBy\nG8zk17yWjdTPtJWbvkTzdyuPdO7+u3h2LENOxlRRFJqEkPDAS14wH9A+hPSF\nhUOMUcsz12VZjVDNTC7qsYob5DYKMGauWYQASA6C2twn5WojQwkIptNxtsn4\nKRaRd60+O4ZH6zPQWhUaTUIl2WBjabaEnQoprmUyiy9Eg2I0ON8Z/oCH62kO\nVg+V\r\n=kWbX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrdzzg63yUnMCpk6ETIDvF7OFSPnRGUb5um8E/9zeC/QIhAN3Y2Tz1+bCr6kn5uxHRn1b+i7PoEnF/NaOAq0j9oFvT"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.17.0-pre3_1544647541786_0.253076971637201"},"_hasShrinkwrap":false},"1.17.0-pre4":{"name":"grpc","version":"1.17.0-pre4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.17.0-pre4","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-xKbE5h/JCS7+DPymPc9jc8vBXippl3rxQNuTjki2ywOFbXuebSXKOaQ6e3NlfBgyFeIVCL1ZWu8WtXAjTq4Ppw==","shasum":"daf60f40ae2d8b2228e5539fecc6b32757023d9b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.17.0-pre4.tgz","fileCount":2053,"unpackedSize":18958968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEq5CCRA9TVsSAnZWagAAv9oP/1SNmjokUM51WuZPkvzC\nZe53VhoiQ/0cXDHAvKfA/KzTRa10/Egl0kIb7xIQVkvnUtpndsZxxRqfR8Ov\nKkpR5d0Y+q6RGhN2hKNOJGiP8phRlsUqt9w+PSSmHXE+7P0asvkCMePnDWFY\nBgy/wrqsWywzvVpavv2euaTcQzlPz4Ebsc0kkRtaDvmcmXQxRq1CBMPAenCr\nsRxyf1Zwbgac9XebrnNY9I8hIuzkiIy1CPqLXR+AGfuXVJt1oWX/XEuvDCGQ\n4eE6Z6HhDy9oA/5/Rruxz83lbo9KQnSHuW2S/UdKCYaoTeWHnUpZ9rmpGBSC\nuIylD44efBaUF8KxhJG10g66Lxr++tmmMSMsptTA5F0oh+T33X0JWGdWWXyq\nqoo1RRANvRoSEpWqYNlmLju13tEEVn7C2kp4PpKYJWBHbgL5nM3kHts4g3Vw\nGLkFn+EFEKixejvhXCRcduuGq79FpgVMixZ+auQXH11DIQqlM/QWfIR/1/kB\n7cnzsezHJ6jlhvbUBF5h1uHAz5jc7QnIx4Abr6juuQpEVjbZebilbAIhMhKy\nn3yER+StmWOrXPlrEMMcHIZID3XWG4H3r1Nz5TyHgUE+TBmcxKRIGOZIwyu4\nK+qqkoV7zJW3cDi4dFVDHRVoEB4zV9/6Pv55Hi1E8Yp5G6MEfddy5sY5+8rU\nMO3x\r\n=63h3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/5bontesk4z6y/Y6VFtOtXxuZ8X8X7/uIYjk99gfrewIhAPlvg+28dFylN99WzdjUdbLBa2lKztnBIh6zhlDuXULq"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.17.0-pre4_1544728130210_0.9574180147112066"},"_hasShrinkwrap":false},"1.17.0":{"name":"grpc","version":"1.17.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.17.0","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"nicolas@nobis-crew.org"},"dist":{"integrity":"sha512-5zb5ilwHlsiWfE2Abq/IN5SkHQ2zi4QF/u9Gewcw5DO3y+hGTtzZUiMK52MX3YZHAIRjqxDcO3fx0jLhPjT8Zw==","shasum":"d7971dd39bd4eec90c69a048f7727795ab504876","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.17.0.tgz","fileCount":2053,"unpackedSize":18958958,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFBb8CRA9TVsSAnZWagAAWHgQAIAY8K17B5VtR0OHv8Rp\newCOcWyclEBHhhuuzXWJJzPHIMDs8mHrC6t8qpvNfSZYeEbkZ0TSYOm1Z13N\nvz8zwXlpqRhCunGUzxptAcbLXms/xeRiMt/h82+Kp2GiIXCrYalxfkUkaV/I\nq3YbAFrHVSl+8sSAwvGF6+us87G23nTZRV1ukRVtMeIudzH5Ju47oojL2BcC\n5BDRQPh3aRhC0QDWoa/VEcAQ22tBmTuHqXYrrGcwFfZITPFiTeW03j5s20vn\n2Sbt2434BJoDiSq+E69dcywUnIYfbZAZrjlxxUpJnARaLXBnyMuiW0ljG4UF\ngY7NRjcCpfn5jVmnnrFhutoNYOEnMrXINeWqKpaSxDoKBSW4pfmi4j/KmJ+q\naROIHEaXHbEJX3zAvLpDx6lDJRG5tupvfsC93KgDzWYVcWdKpOlnaAED1ZuE\nCaM26+b0ZTZSXWrnTz44SgagZkHnPO/mMFeogxOCeSift1M3L36mpUD0Rj1x\n6azysPH8k9Kx4liq2Sq9F/taWEnDxEGtMAx/nvMGi4uOz3/on+wrBFr2sc3A\nbBuQ6BOvGOXmH8WoKvBg0P65khgkqLaiy5WIoqLCjnSx4bJgKQ39bMCBnun+\nTlN+3kTh/RAnad6AeEaGKu/pqBRVZdIZY11hmAahJ+p03/0hhqNINw7HAubp\nTj8p\r\n=3pBx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICL0MbsLweBEibeRGLuBfQL65jMlTOQKRIotHr9smzl/AiEA7M6zrYx3rap/sVuIk9YPHvEDmdaXZX6DXY1KLNQxEpQ="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.17.0_1544820476068_0.8218947332502189"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.18.0-pre1":{"name":"grpc","version":"1.18.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.18.0-pre1","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-p4tdz5NvBrEdGCm58GtiNeLjI9mU8JP7GfaLf1OS0aeSn2KmEgQ8uTPxdDenYi+0M23jxdE25e//ZbvGkimuUw==","shasum":"4c13031ce5480c5eae3f8770a6107b04c94b60d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.18.0-pre1.tgz","fileCount":2060,"unpackedSize":18989021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNUxFCRA9TVsSAnZWagAA7RoP/RLOGL0J2XsRNyXvI7e7\nm/dn/cyOIVgd9e2bOZatqQ/DNjqwmjd9MFb3zjmxOZKTfTVRShVRHod2/0t1\nlWSJzJpjR0h2sI0M87rpusWLqfzXbGUcga8rYi6LWCTSF77kbb9GG1rZMJxP\n4U1/K505zEQ0IZyKnLKd9CauuiktrkJJdILsHUv0MUoJpqroubMwQYTPOxWD\nlG7ecGWdp2VltfzuPzkWv19vLvM9qoC46bWOr+csq4BEJ8fiVQbEBjAJ6qsW\nhVQUz64qNfsFEf1hmbMicvsdn6tRHYsn939HQlJO1dpaWGiEBUsaNfCpwA+S\nHcYoSdj0C0LB+rurEyItfhEIQJ0/6SsykWWPA+pU7QJS9GyEc85zOMgMGUCr\nuLhwRTzLs9foch4dvOfS8NBHuS3BZB63rdAqmlVSBlX5aKaErHPlFeYGau9Y\nac9szQpspJry3O35U7PvkscxsP/Gg1N9bwzDj5JUQ8tQBmK+ETpRIOrfG/nm\n03W/GUKmUJx8QhFbHTpMi1G+Rh4BWKpet9pNj1ukcwcdJ6x1c/9PtiIMa++3\nJ3E1W8VgQl9MTfIj0fVbF+bbTOFSKb8hXbbvqE+zo2Ac7TwhK4d/ygMsfXyG\nF53SHZxi6tlH6GQTVO2S7dXZAFn9c78ouye1GUFDGc+CjC/hoH//EfcTXlGL\n2AM8\r\n=wLyz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE7oKoPjIyT8po1yaUx4rTGnGMSUWqg7P6ev6nc2ni0lAiAxa0ub21qjUOrBEMw4AFTBz1D7Jsa2u6RNpGeVakR6hA=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.18.0-pre1_1546996804081_0.6098560676801903"},"_hasShrinkwrap":false},"1.18.0":{"name":"grpc","version":"1.18.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.18.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-M0K67Zhv2ZzCjrTbQvjWgYFPB929L+qAVnbNgXepbfO5kJxUYc30dP8m8vb+o8QdahLHAeYfIqRoIzZRcCB98Q==","shasum":"a550a464f787073f305c0a136ecc4b74fffbf94c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.18.0.tgz","fileCount":2060,"unpackedSize":18989688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP5tNCRA9TVsSAnZWagAAgGIP/RtNIltk0YiqQaLbvF88\n5qipgsUQnZ7PhtgLcY3bWIg4yOqhXuRoUrDyO5YVFWIpv/uS/C8sVSdImwCE\nEXQsFK3JGJRr7Cer1WYuOWA9gIKvKj5GDe3RsAk4Zvt6iZ9iWwatHmfpHWI9\nZf+tTvGjIj/Ck6nrOKudx1NpknRCQY5TonB7r9PUgK3/f5qHUkR4d0/UCYCx\noSzY5zQYqBfK80ivrz2E0qGVN+L2Da1ardw9fmY/tdqeamG3JOeoyM87MlHy\nYAmrra+OP+mTkP6fev3RQ4ZsjMxPGdBAXa+5o4J3fQ2hLDWbirdWBLVHZXjF\nDpSTyGTrgvfp+J/Ddb0oofnRmoyuElwkCCjzCAZCLsuEF6gkQOVuvtW9NneU\nPKZlcf0wRDj2H2NyQI9kTeutZHlcFugZ6Q1DGJ5kKc1PYJERmG1fKdufOK6g\nHfctSrUYZuOq83WCV6crrV04jKF7vXeaGpO3EIgnBSY9IQ2Y/YQGdVAZhp7E\nlu/b0z5SSzr/wcjze9+20sVaNjI7PZ/iDyQSPbiglQuROwd2q9OUXPMXJ+Yl\n/Fx1VUyMpAV0eYdQKOoulujuh+FHe38jOQB2ksfsOnK/EQRbH8Hxyf5eKK2a\n9OVGNNNOl3OH6pwyLULEUWuyoR/Y/2H2HX8fXm+bYppwjauMu9patdaXlM3+\nL8rK\r\n=Njmf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCB1lymKSuB9E8P8yRDxtqbVhMlce/HE8JWKSUn8iPhHwIhAIPw27lzaNJAacMDXQIk8usCQnD90rdp/QEHGFUiDqVS"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.18.0_1547672397075_0.8982382530854944"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.19.0-pre1":{"name":"grpc","version":"1.19.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.19.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-gnXKKFrVLAOL343rCnPLuDx//QH6WFJZCqWu11vnJzBsRrPoKp9pPsfcEEDXrxfF/C2tp8yOU7gHccgDZMLcBQ==","shasum":"fc0edfd3782172b3996640db7faf7db1b2c8e37f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.19.0-pre1.tgz","fileCount":2069,"unpackedSize":19063985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbHNzCRA9TVsSAnZWagAA4IkP/2TfPUNa7/hfRktpxNJd\nLIi36BfTp2b8WHQlOg+1e73U0beHjFQ79qcl8htbwwfkMtLf1etS1U3ZgpPL\nrthDnmbvfOZlxPGf1NCMsDeJgGnJiAJ3lWnCDTmhSBGoXG405mhf22esUYPX\noPvHC3Gf37Zij8CkbpZ2KYg/oHg2OhfKo1ecTRk40KV+2hsY1xUrUElo31Ek\nltKzD6NX8B5X+WmgBf6FDli9s8aybAy3nNGDW8S1yzeeI87oYTKNDmTDzTGU\nZlicb1sMcOY/kO7+s68FWHBmGjpMUKkhmZx0vNZcVrmSbDE63FoKQmv1iC2f\nRbbBVs/c84DzQtDRdnQQZcCq5EZFvACpbsfcudk0p3K98puyVDhS837Gb5ad\ni5KOa5ICZYYoWBhDWSZwv+qZ5t2n055vD9o7gytB47NFrK2qseZbCL74I0i6\nHvR/ttrszoQ2c0n84x/O86VTRsxtyAw3B1vah1r5vRkIJpfaHTTrvuhjA9mM\nKEpcjPlZ/w9s3clbnMrFxaaYVkJ1vUU0iFIbgfcGe93NkgMbKcas2L/+leU/\niaOt/HlGQP5h4RCiv5SPgHwNzrv6RBevH0f2vv2nRESOoLfzr0Rzw9iiwgm3\nYupjAvTyGML79wPXCy/vnT3mp8x6HXTZy2pllgQTlAqDdjEmiw9vm3dD/upO\nCSjM\r\n=fkag\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAVoTzm2v1p95/6GhCKWIDm0onrNeFkyOeOfyRHTpYKIAiEAxkw//7XgT8GLIlWODd5ihIJ4MxaAEiw5laXeCBv8Hn4="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.19.0-pre1_1550611314683_0.4308611131370803"},"_hasShrinkwrap":false},"1.19.0":{"name":"grpc","version":"1.19.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.19.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-xX+jZ1M3YXjngsRj/gTxB4EwM0WoWUr54DmyNq9xTeg1oSuVaTPD/PK9wnZKOJWTt1pkeFspXqwJPhddZNxHOA==","shasum":"129fb30923ea2fa7a9b2623f9e7930eda91a242f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.19.0.tgz","fileCount":2069,"unpackedSize":19064267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfbTmCRA9TVsSAnZWagAAbBcP/3l1561d0QOzkkGLUY8b\nmqsnOy2F+15lBs7xJMJG+5LxJNZNZ7BAt5APADmfq46NInFpMSIISozl7373\nLb3KkQDtUtFME4nWfkV2j5koBGH+QcOq1bz0QNn5DHqX4lX4PUSysGabZ3GC\n7v1sLQ/S36YXwjkPZJlDFILjxSfSgSl7vRJGUAdDNLP2Vg6QlqxBgaMf0p9C\nhCLVPbVrWF+XPKJoDidDRqH5UAGtuRRZKlfrOLZvcRT6pbO7aDgK7CYvc/Tv\nYic7lMvm8815/iAOUaMZu8BaYQ1f9+3PWaEQYMR7FUTYvx8VmPmC4z/C7CFd\nt648JVNjOuQEt6j3gkAl7jss5IgH0NTMnPD9fMYeiEj46yoC5wRhwLbPkl6N\nV9nKOnZq8XRKyW2D/exxQAERyqxoVSFHKNMKjf3c1gM374J4TJaF1UuJjUGw\nLR03jYm33kUUBwq29+PicEeA/ZHDhuh2WUjO705rZ9+sHYtW3MVbE/yGiGVG\nRF9slIjt2gRXt0QfUp04DZ79dL+ArFX7tFj4EMS85mTWjvog7CxXHkfTUexA\nrf9gPBi/kiHTvHeo/vRRXprTgqfzYLsgDL1y0SrJm1sSdFtJQTIWo9vFvsfV\npi0G+UFBwEIjNo9sA0Svnzn98LZph89WMzFX2f4BWt7DTEaRgTCG/QSGciJ7\nm/gm\r\n=nd4D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBb+90tefEIQzyfvzuzycR7flQnatdq3HALQi6TcLxD1AiEA4pbeFP7n3at3NLS0ngKgRlu+pQTSnHM5xBO/5IWFb3w="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.19.0_1551742181130_0.2787124388706579"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.20.0-pre1":{"name":"grpc","version":"1.20.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.20.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-572C/f5v5rWwXaDhtIJX7IRcWTpgw5LGdxj9I/2ZZc6aahAF05YnHYhBeSmIWnDlYtTqvCrtydulfBbGM01BiA==","shasum":"28f850b2cab79cd95104bebb33c8240957cbecc7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.20.0-pre1.tgz","fileCount":2124,"unpackedSize":19881555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpjSlCRA9TVsSAnZWagAAGcUP/151D+5tgfJDPnEDtja2\nuoe0j6KyFr+BJGGxcIGihtXx1CCTqcXtzWRwECWY4cdawRlzl/hwNk1BkE+G\nRvvZhV+jfONlgJqsO8UIOULk0XXJTziwYdd4OiB7Vp6PLH96A+ag2ss1Wwmq\n4isjgWMoILd/nNSmSX2iGDpbe598uYS083ZFv3ba5FfyA9l2rMd7PljVW2qn\nO/kAADmIbPly/7GaOYedmuiYZKoVObc409REk7cCZHdPovGPaD29LsmuLGpy\nfXcQSKhHDfGy3x3Mmt/JV9CPZsVU0YcStgE2PFAYjWzlxVMBGblBH+nORI1W\n8Rj31yDM4ns+42OxtiSnHLuM472uBe1kWFvcs+NizNtsDnvpkKWQpYz6w2cQ\nZQ61ZpDwNs8ONlQy2ZMh06tSU3Ndq93ZIX666FDJM+5gYRL5XoaMENNZBDmY\ndY2RpQMdkJVao7BQSy9x9CvE8z6wXQ7H+T+qJCg/+XTIsIB95hpzsY0uLk5w\nYzQaRw9tXjaz3y22QNXO6iPTU8T/wKbzGkHH/dsJ63IXYSxX51FosDaezjxG\nTfobr/YapPaVrcis9u5OSSiba5U8Jgg6swARgIzfdMo02qNmBKPQ/GUw39n3\nRaZVo0PhipoacuIb8lKt5LPWoncqsn+9zTHuvHvD+ry7t+gNFU3Gh/wN3t58\nx4cw\r\n=n1QK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICIgDO4a1PW3bE9d3E0t6Y9Zq+++zn5UFqjnxqO22DqfAiEAzvGlpvqiOs0SXkz55+5Iy0hevWiV+zLpDHzaHhUYpRA="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.20.0-pre1_1554396324600_0.3835319358138416"},"_hasShrinkwrap":false},"1.20.0-pre3":{"name":"grpc","version":"1.20.0-pre3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.20.0-pre3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-/QAvci8EH0VAjDiwNdqh7niuMXyiNVynK3uVdKdDmuj+ysPnSOptU9P/0QgaaOBH1IjuC+AHLuzs97T4Ow8KSg==","shasum":"67ad8f2b5104ac32ac68c9ca9ecf13d6425b0901","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.20.0-pre3.tgz","fileCount":2124,"unpackedSize":19881637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrnbwCRA9TVsSAnZWagAAT7UP/2wo7tZDWP8IIQjhYDDV\n5wTPGjPuaQyEAcQbU+6trnm+XWGCrjpvv/jzR2y9k2TLRt45zz7sBIZvGa2C\nkVl/40m6ZVgkVW9fRDVAIZhtlhsXj7ZeNgmQAr8Jm+DArilegQAA2eQYhLe8\nQYwc2sS1JEptjnk32GEXENuyRjMJd/1XGMRgL4nE/7azZTGNXUKjIzlHAsV5\nFcb2J4pgUCPIy5l6GPuKrONknLUGQfBNsUq1JNQ0sFtSEFNtvqMpBUGQaDvE\nl24TPgdBWypaF+SZTvMdTs+IGvLyFx+952rq48gvbDklivQfkYnFppo5yX4V\nT92qea4lzSut78HIwWBPeWDyhwk1XUnfaQoM60iug6wWRqJ2REkZQLztOOQz\ns+g04fY7Nh31BaYsCVB5VSkp2Ke8V3jb4NdYzuQXm/81B2tEXoiVhoBEwbAY\nVSFP3cj/8h2hfNUGCFNAhKs0ub39hLb9VrOvqJ1qHqMDMrR1LbLAU+GUsqDF\nSByLDys605zTBtgld7Bf+sY1PK5Pu6s+1bUnIZLifhk3ReVqIThPW4tmxGj2\nk9v0lGErgbGrRFpggW3tPO7Y5Qw0EhYyC5vToEJxFXn+xdSgai64SJzNyg6N\ngZzk9alJoXynjwQItZE2WSoX+x7+fhkjzn7h6IIn1xc5/AyyvJ84CVa+n/Xz\nw/mr\r\n=P3yp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFKUKn0tzaNWsptGU53riRBmICmIehQjWgh3n5eUKtgoAiBlu7TnEZyQ+XufYEsZyzh1Fdwzknla05rfhVlsSQv6iA=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.20.0-pre3_1554937583249_0.025912819179265023"},"_hasShrinkwrap":false},"1.20.0":{"name":"grpc","version":"1.20.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.0.0","node-pre-gyp":"^0.12.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.20.0","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-HgYuJzRomkBlJAfC/78epuWzwMiByxgj4JsO6G6dHXXNfARTsUqpM/FmPSJJNFGvzCev0g6tn33CE7nWEmhDEg==","shasum":"85ad2aeb94bdbfe59c4a40b2fff8fc1ea70cd6a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.20.0.tgz","fileCount":2124,"unpackedSize":19881627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJct35LCRA9TVsSAnZWagAAFfgP/01a44Zujpn5jfTzFWup\npqZXHFqL1mLD3v1/KikVt76n1Y0F4Svq1UjZmudbW/l2/PezQ/ovEFAklv0i\nByjce9g0aOPwCqUAt3QhK1m/x1204TSpobGMdDbVrlHDchkC+LSY4/BV18+e\nH82qpg7kXvkv0a4Lmd1tAOfgMLVQsyhzzHcAYVy051LKtVj6ezBHEZlpnZka\nwXsqQFpqiYOve72xA7I6hObOc1eZ1kqlGrbkBcypDPjdZlCQedYrYrDvoaZM\niSdFa9nLHqrTjKZLiROd5Wa66+rUMr7OqedhBKoPYo2Yu8Mp+PZ6KJlMLYm2\npUnQurCNHXj7xt4pRBhmKbudHAbRHSsPDA2qjHN9chqXxeOJQZK0Opf2eMgN\nveWz0IYV/c1SxVocJ/LSEwzat4yz8NA5RRVVKPlxBCqt+Xh3cZLMFc6P72U7\nh8zSgSQDwhL3d19boVy+rFZt1uUEyQPLMMYy4gsWH5Bz3RG/UJgcIrhbfObW\nL4+Fu6+E7lyh2UQTplie1DebIqOoeNGKIpyz5GBLnn8rd8NBU+Ftuy7pv18D\nvaXPKNxiqUDJPFDnexXsIGB1FPXx4axPwXL98zzGeh8yQVMkvappvXjE0WcH\n+NBadAkzZjUPws82UQneBPpVq/C4+HDsj3DCj7Xuabl3DdR8c4ejNJTH5CRN\n/r9w\r\n=0Uws\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXvh+QFCuafoMI+bqYwyG82QAxmKrFpdgN6amgbdnIrAiEAjjFbBjo2EawM0MV351OGIRxx/dkoZyQQWpQS4fxeZt8="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.20.0_1555529290486_0.16980350780426368"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.20.2":{"name":"grpc","version":"1.20.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.20.2","_nodeVersion":"12.0.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-sJS1Ri8bxwh2F1IUwJ2c2w5SKY6/cleWuheO8gIvlUbJAtUWZEATVF+QCR4fgNnQWnYWPXm7oEeNoxh/93u9cg==","shasum":"be94dcce68f4756170ff19db5faaaa7d0587d2b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.20.2.tgz","fileCount":2115,"unpackedSize":19916206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcxyP+CRA9TVsSAnZWagAA7oAP/1A0F9DoVvru0PmLtHTS\nG7TXvDQ8w5orlIqNVWxtyOL+2iLmHhV3Ah+fCwE9PBU9gTetmShETDAUi4MW\nFvMr7E4dlWdLYdbjX+pws80r/L7NW+w+QfwP0wIDZwwx3la60My3PpC8Ejsz\nm+JpsPXIkueRGkm9OXSuBrIDer4J4rCHKITU4Oo+2I3KQ4DW50dDo0IUxx9Z\nFgj7/QHkGkuDlds+Ohdqd0p5jwmzRh7ZQKZVMF3prWwRGsBeFuFGoVdP3/DR\nDL/2eJ2N4HQbJwtkAXWYfu2BhXDZc9Kw5S6ZeOxHOPFWXuTFF4IWxoBCJWYO\nlGjfkccKDoG1kiZadfLm+dZ5v9XHNkLeFtREd0qIdVxVjscq0AMzlcqvQ9sa\nh0fKcZxOjm0U/EKXWgSgvHzygNALPDtdzsUC0/C/S/vxhmpxf5L2ACGXLYwb\nLRfmVJi9gNNGGKORLcRXc6h8GGW4k6E5WJ02thYF21guq/JD2MOJDoegPaqY\nqr9aSoxilwnB5yEOV4YXgTPOQsjqvHedfiO5KtEzb5MT9lxNPZW1ZhgABCNZ\nU6lYKpDHiYkeWJU18zNGa1ZIM6Kj5nLDjlBg0yrASN9p/USMr0MhFfm3A7p/\ncHQeVUbQ7g3+LbaHU6yLJoZ8NC4v916VxMwj3eTRKKk7CWccwLv1dNdBA6Z+\nAjKl\r\n=MUYT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZN5BYY7nioramCbp+4PqTGxK7AbiVrwmmLI0OEA3iKQIhAPPpYhFJPzDLdfyFdJc4xJG1fUAv4l9W6OSWiy3v9d+B"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.20.2_1556554749796_0.7778007530207522"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.20.3":{"name":"grpc","version":"1.20.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.20.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-GsEsi0NVj6usS/xor8pF/xDbDiwZQR59aZl5NUZ59Sy2bdPQFZ3UePr5wevZjHboirRCIQCKRI1cCgvSWUe2ag==","shasum":"a74d36718f1e89c4a64f2fb9441199c3c8f78978","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.20.3.tgz","fileCount":2115,"unpackedSize":19916319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczG5xCRA9TVsSAnZWagAAu1IQAI33kffptJ9JKOs5emhm\n8nVsGwFok/boYn4htslTqpY2fci9Uda5dEzUE7nfMhikQYY4/HZV1N4E/bS+\nfYNXldTYR/+yl25otYSmJm52i6WxJKpCOI4iTQP1uE71KuWR3x9bp0C2gDPW\n1+yKRYDWBH5JOi0SexRpfLCivtIMTdmAW1OrPtL7ED4UuQJ5+b0V61buOhWa\nV2IIVoKEJ4p/BVgugCnsEfX9OvXkK+FpEQhvr9o6b2UEOY/wdmekOBNi/XYm\nbLpu+ZpY4qcZ8DXWpurEVGnjrSuR/Gr8Z77ytcQXiMw8gKmbMDmQow6GNkoS\nA8lDZP4w4+KF9yP4+5HNFA057KrTdW9dTxPLpn+0ClANNZk1gNviIQOztXEk\nF5WgRtXMnCFGDR8X8gO+P8ePM/KoTVuPlZp991eI9PPztuhd2naj846jhgDM\n+HJM1LiG09VeiN7jke3G8nklsMcvnNGtaKH65nZewu3kQa7plPPJkteRp9t3\nPvHjoyWvxM0UMcOWVw2zA5Q8T06egg8EEvo5W90GHXQiH7n3Qv/VJrZ47R5U\nt5/Ik8xfsgzpYPw4GzSnqdpAiQe6/w+R71exGMJzfNZy3KgjKgkzNT1Jb0uW\nlnqL4xKwMMnCLVp+3mNDKFTXW7pc7/xG7/ZJ8+70RdQmysGp55Azhv09yfB7\nejdB\r\n=sXsI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWoq7Xp2bh7luwrOszp5C1qo+sX9+QjbHGgLkSyxwOAAiEAn1FyHT+dtwb2V/sn/StIVm04CiKve1eMwzVKRPD+bh8="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.20.3_1556901488162_0.07780338989234359"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.21.0-pre1":{"name":"grpc","version":"1.21.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.21.0-pre1","_nodeVersion":"12.0.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-6O8kNE8aIVwqoME1EpMe473t23EU1ryfaFKlmQZaAh90CTg3je14ConqsYRQeS4qnZcAvpXF9P6TMXBvuKoL4w==","shasum":"eae976a0e307bc52e29d9d826f760b23a3ca7379","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.21.0-pre1.tgz","fileCount":2135,"unpackedSize":20104169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3fqWCRA9TVsSAnZWagAAf+EP+wQu7vhpSmEyx9P/fmww\nStAq+PTaxGj97zJp09CMnFQRQb3BMpFav+E/1Q8/UgiWqvXpj7oAD7c5YyJ+\nBxZXIHACp8g78QhlERidx9TTLCN2xWfYzq4GA8Ei2d72uVGlLCjSdo6QF8Qo\nmw2ozwXYiMxltjRpYIbIWjDiOtmsqCa842eUNcmxDOfC3J3lK/rKlORCazrb\nH8pKX3DJT9irv007OcFRCLtzOr2xuubcRw4OlUitYmKNINwZbc50F18xWAxV\n60FTQfhCvYugmBngk6wf7ivQ/cOyWQxct2hU9LiKKK1vSVsdiFuAeJL4VJYi\nE6OuAScHbIIrYDIDfVzy0PFl4YIO9Wtdv5rJryhl5cJ/xhzEVocQ+bZssTk8\nBhV5PPX1SxiBV5U6nJx2+rtuemmLEK+MZtgkiGCT7iKbNQp3o3PmXlnUr4S/\n309NI2MyDYmPvDXMgN8i9uTVXw++4Y6Xu9cYNTOhUxWRfA4B8Z9E2FGpSlqs\nPpsW71/bQO95wF6mMOvl6Ot32xXvMKAPTx26IZyM/J+adbhGSDtCBIat1oFx\nCznBb7kev12AAdaxB36TQEMwCbLkiLOlwnzmmIyzpxmyg3yRThlGz/Z4Xtrq\n25pTk11/tXY4Bf8jx1pp8qb78oh2+Y6ZuGSgF4sJnBBxrn8hPYNLn3yEZZdo\nA2oP\r\n=hvtD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH8khCJEwqDdjcucI5t1FktGsM1+qIq9wC7gsZemovDiAiBEZs2/5JO6JsNAyLH8P6b9w8DGB79PwirJ2OkAc0xQgQ=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.21.0-pre1_1558051477056_0.6431100291338336"},"_hasShrinkwrap":false},"1.21.0":{"name":"grpc","version":"1.21.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.21.0","_nodeVersion":"12.0.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-nNdp46uVsyXTX9rIHbExmFPRKzTJvNJHssDuR7XoRBK4NfZEkLEA4quswggDbj14717M6BzLVAofMR9iRKww6w==","shasum":"98f5b3c476994676ce862cb39c63b496aded7bb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.21.0.tgz","fileCount":2133,"unpackedSize":20100762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5tBaCRA9TVsSAnZWagAAyxgP/iScABjWDt2seKElHFB6\n/4jNLMSKHdRAljhE5D5dBKLWT6EVghuvWvAxlwHvCqC8IH32NtKlaj+kt0vR\nWvE/jzB3rftxyYreCNKenL5DZjNIGw24ztTbATkQNcuvz5H8c5ER03yDGoBh\nJoM+pkkfhDBeQ6OEPLvZfzsh1SZlalur5uwMdwm/aDXGK6qTGYhQeX6/8txe\nui/Gglft69hNzKklfERrF5yLq5jmBSNPqYiz3XphiEf7jwU6pn3WzsCXwESp\neFV/SP3E0X4hgV/qvaNP3ji4JID77N3YV79DvsHtwiECB+0H7N9FkUTuigYO\n7GR93S30+JC8iF1kVArli+2imcTTbSRLOKwwUMESoSyAeOkDvecv6i1GE2Xf\nW5waqazRFRhFVoOkrljxCyS8UodUKAlGa2a1NRK5G4FRSASy0M/cyIbaPB65\n9Tlu/cum27Z7y2lVWSiLf+yEp6IjubI/tANeJiobpHcFa8go+1q6/4h8PYir\nxJUuR0DpF+ndINYrbxMMgcUQgse/yC76bh0Fg/I53YNugP9TE6iib6kKE0Rr\nBdMaotzWBKZNC2dJfXlUORZi185P5qwg5y/Bu0hmwLoicoGtNP8y7XRIIBMg\n8T2EgeCSD46wCsvqvv9375vjq0LF/1qj43pV30TBTAjhutghCFOJICGMxsAc\n/n5v\r\n=NoBE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB8WurHbtSfp8opVoTf+gjqK4rrtW1wlK2/1JbDqm9wQAiEA0X29oFusmVH9rWZ7+g/VaWwJknu7lcseqfVdOQuG1e0="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.21.0_1558630489347_0.09970018589703988"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.21.1":{"name":"grpc","version":"1.21.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.21.1","_nodeVersion":"12.0.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-PFsZQazf62nP05a0xm23mlImMuw5oVlqF/0zakmsdqJgvbABe+d6VThY2PfhqJmWEL/FhQ6QNYsxS5EAM6++7g==","shasum":"541c0f4bccffcf6aef200536179594633d4579cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.21.1.tgz","fileCount":2133,"unpackedSize":20100726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6EsOCRA9TVsSAnZWagAAJEEP/i/qvH4wYuhwR8PrpBwF\nJYJ99yZfRrxr37Uj5lfiRMqjG+JQZQ8R+qrYU8FhmudsyZcQrGuyo8Er536g\n1bEwsKJITyS/gMK+LK+sUsmvGNAU81K7IpBSM/NoZhg4tWR6v2duQzsbm6mL\nKixAIoFRMe+wOrYxK5XzQtPOepgypPzcxyyvLu6MHmLfh7hA8nDivZEw4Y7a\nLbzChXfN+rB46uEXaUMpDSfA8yWIu96lbca3HwXK5FJ45xZJXtDhhGyK2LiE\nbkhcZalEqHAYLc1TEM7ywuquNes1ux3jCzXjPADO4dLCKNeZ8DlIUa8C88Sd\nU0gVGy7JzJ+ir+o35Mf1TJcJrZuTPq8XYaNJyPXV6en5eoKCo5vDJSmdY+lh\n3ESAhO2/ZmaUusZLDWOX7jeZtSFZeR2Oco+idlxZWbciGVGYQ0hjcSFizUtV\nyGKK/0HL1eBWRENhh8va6a9sFIHfvHRtprONhOhMLXcThL7x/9gfHcJEZub9\n3seEcL6G2CfLp9Z6Ae4lddzR+MUS/5a8mChMx85dbRHmBBs2PyO3nbLFzIHJ\nceXRcGhUIoK3D7tMzw3h/mODKOk9aFY8VrknYk/zYbWUD35QDI49XO5FdiWd\ne5tG37SVFRljQ7YJ8GhHDN+PhW7CLg+BnFbG8Yvmwt0AaDLvJ+w83UJe1+N+\nxQg7\r\n=8I/c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEVbH+T+bltnoh1rHA9KW1edrjlhLq1lLtOEZhrKcnaTAiEA9lESYDCu7R4xkfr6YB3DtPIVYw8WKHDhH5P21huIwGc="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.21.1_1558727436321_0.8160728559432655"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.22.0-pre1":{"name":"grpc","version":"1.22.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.22.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-YAt2QQr8S3T+WOR4660sbu2H4bnNGgtaWv81wD2XQlp0RrgFQUMx7b/kfU+kDCeS2tPWKSfbm1eWg/G4B0RLNg==","shasum":"7b44bb9e91f0d0005bcdb84bfa077a6b6b4e66c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.22.0-pre1.tgz","fileCount":2137,"unpackedSize":20166182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDQgPCRA9TVsSAnZWagAAv8IP/ioiX1YweHZhhwu9+pZb\n+sEqSWcmOhEjozqDUNsRV1Bud0Nu8VhrciB06wTfnylxXN48AAGX+l1ZiQ0O\nd27rIZtwjsbYQlB/SAQ/oqRFfddjKeydW2shaM6mUCvdYGZBLkNi/tFgRZRM\nZTcquQzm+YJctqlLt+xYCeFUv/5zdJUl2GZaZ+tkEmS8ILKbHxLpDQaKvgOw\n+AY6bDv4X5bBleFCRy7t3poXvicNPSjrGoE6MJ3VktVDEyclSzwnuAspAfJi\nZbcQyrBqZayHD31mo4xNP4XqdlbKKa0CqMS9xm+A8L+h0jdrYKFHzIu8F9xv\nXuClCxu+Bh2THxoK0Mmgqq5t/UECo3FyRWV0yGlW8QycxjbYEL5EnFx/FPBj\ndlz8ualOGBmkrBmbD9A5063MOb4EiyLgS4LE76awOh6n+PRtziHdVVojI5J2\nviW2Mj2PRbPGA96ldfVSKJN2WCVUP7Lh7ByBnlmG1lrLxS0X6ESV/2EYXMjJ\nsxlrMHN0nJPWgcMoW9ppPlUDrvt5Hup9cfauWTOm/FE342TU+r8x0tJYxIeG\nnxzofHpyxgayfQAZ/VGZYdy5+yQ4rBkzzDwAEvRfqf+qmHYk1RjtyqPyYf9z\nu1WgSk+mMsdB/gB8SA9B3DWWvGXTVo3Q3SV/tPac1knZgBl6HhsARkJPuka+\naJF6\r\n=UrPE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDykMzhV6Zz3Uo/nIP5BQo8v2Ry4toGqE6XaKCGsam9SQIgXeFB6N7IMqDzzA2Tt6l8h3HddUSx2sGc4kmT50MmGzQ="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.22.0-pre1_1561135118292_0.7530722298773307"},"_hasShrinkwrap":false},"1.22.0":{"name":"grpc","version":"1.22.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.22.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-kQ83nrX2SuiDLHnTI57WZjVqVizD4HYXhAG0aAzq8xAYYylNGXV5r75WIKW8mYZwHMPERBkCGm68ECY/PUlNdA==","shasum":"eacc43ee3a144d25491117641bd408b9c8df1e9b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.22.0.tgz","fileCount":2137,"unpackedSize":20166172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdI9feCRA9TVsSAnZWagAAo8sQAJkUWYPRiisFPhdd2fqQ\nR+IAPEnRx2VVOfNJnZxWPedl4oOJRObEOWAPaqVfLfH7vemNl2ln8ru8DPKt\nPx/XAi8j9NigIEO0K6ky2SbCP/vFrpHFziTIcnKJSOPGe9HAccoBb17tk7SA\nr4ZRL0PQrTWFTr08Dr+0UMChQxFjlA4JZTPqLi0a1N2QkUZj/C0xlTyI4l3Q\nVzRqhJES9ef+P7PJXwwKkrNYbNpWF1yC06o79ZU7uGhzksTvNczy1A6f/Al3\nnLJp5eA02ihayqndiJJZr17Bv8zma6NX4DL1YkA41uhq6rfPcrcJZ1Ffbykh\nHrqqs8Cq9wM7oAuoVQ+CePRdfYtuWNDnzIftUBvAifRC3fgo95g66o1d3+jC\neRwTy0s1aYZstLkTmOwnErsgAGhX8LyUZorPgTd8w7OVXQoWC1DoNrJVT4ca\nL6SUrt71wyNGnVZ9H/lIWzcV9gmByGIxftG+G6zDFPFRz7vuKTt56cgweAUn\nINq7th0Tp+qLjpwnPtE4Y4TjnXD3slIRlTGnhtL+G8kBDpWc5aAvr5ZWXu9A\n0xSDvl74xNk+64cr824jUFkjXqkTFduiWsQSCGPQze/NCCcgpDDsqYpUxG3J\nsErK+kSXYQAqg6bantojciqvth1Va5lGDa/evGbdn+YpzFuj9dm6Jn8qYwZr\nWPCP\r\n=OuZD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxRmPENCZTdL7EyubKk3dxCJOHBysgah2HbYEMitrhjwIgSs3+qWgZOxsCop2CMpm5X91RdGfILRrt4/RN+rCg+c0="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.22.0_1562630109543_0.43893097619831356"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.22.1":{"name":"grpc","version":"1.22.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.22.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-iNFDTtG5/ySoCXFhx5IYr34Bfm968B08dWBHHd1D3STE+k/NXJmWzLidVyKBU2EYVX1jxheAD9lxMoLE+u4xKQ==","shasum":"3277de5cb120680b9c60957a798a336018f5f66d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.22.1.tgz","fileCount":2143,"unpackedSize":20196371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJhEzCRA9TVsSAnZWagAAE3sP/inhUeocRds0/niO4Qdu\nriqcHnYKnTGNk+ugMlW9VqPW93Omc8xTAacx0sgFzClYDS0ZaaXrEa+pK6Gy\nWv81ZOxwIfePtoMGiyO/c1q7ZRT5meuf50vEAEi6amdZxz3olyfCp7SsZsHg\n/V3LTWIt/lDjkOPRoNNj3gts6taESqMmrAEI5rJUA8BnQlsIL4N8/E4G4jSQ\nqgPy0Zao3gWDiStSHPWWFBAjPAav+7Mm3KmTGz8WvlzK/vqNMh3UIZ6YKKE4\nBKqelV+M2RWc6MKVTy4zBGNRDzvpBXtG4bxF3JDV4Z0HEh53KOBEuTK0Acv+\nKTDUNG9E9Q50UGH8I/QKJPyFmqw0sjFhcJ0mMWBM0TU4j6roJAQtspj7A/Yo\nD91NhpFhxV/4WK/OuiWs5N2SyZo2AtF0NeyfLpieP5E+nfD7sDoC2Dyho60J\nwiIygnZe2MRj1Ej+5GXdzpta5/jPvSX1yK97qeq7bSERo1HoydwxGasKY2oe\nDDhnoXZs9SELCT4n7BYgpc3c3rSVfaighUA2lkSBKm1AS9MFJRMB2mwwV0x4\nwft6phDgJ5SrRTjMbITeSu0Ncd5ojLgWcspMtH60Iqqusq54g0gCSLDX+8+Q\ndYGY+SY+f1pghFUsJfXBgFqB29C9Gc8PIedZFLK2UAJ6zLZDSBTHMuZTJ8HE\nxBGE\r\n=dpEr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN8ipSOTGUDq3ehO5X28mL0mO9ni8E/3hvj0peO58dcgIgNIkCF+29sCxibm7MUC+90+PKCsJUqggAsokbRc4hfBI="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.22.1_1562775858358_0.5579704630388003"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.22.2":{"name":"grpc","version":"1.22.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.22.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-gaK59oAA5/mlOIn+hQO5JROPoAzsaGRpEMcrAayW5WGETS8QScpBoQ+XBxEWAAF0kbeGIELuGRCVEObKS1SLmw==","shasum":"1a60c728c692a93a85e855e35c2e0216654f0198","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.22.2.tgz","fileCount":2244,"unpackedSize":22845410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJmiZCRA9TVsSAnZWagAAQywP/0P8VYxmSiV/f1kWqQc5\nDWkICgAZi1R3HiKkQVJdSyPeybX3oIXG5WX2BKBvPYwa4oHBSBmkv5SN2XRq\ntRV2haagbEbmL5L1fsOVQ40dbvLhGLcA0kXsgzTQJ/soLuDk0MhSCjDBpYYQ\nrswf1iy3vplpdjy5SMEnvFDAzfusU+mLMl4ocgopP3KRQuKLeLze3WUZVvq2\n1VvoV/fFpppCxOc4YwFmS41XzwRdL2s9mXAugx+PZSsNPnMNay7stFBHRC5V\nM12zxGwbi37VkMjgxVdu/E/XfQ5qyRXAseOPua1vCDiOd5WsbDR2QXDIr98E\nkd3mQiTJq2t/CTy2s/pn65PADH/+qXnXSKaYm80cntCWgri+FiYCv0L1jc1u\n5WWbukihCdZF9dKDKAL6l9XOn2qISPttpAoIkLB6RgtAOyHkhr+MSYvkHrOo\nl10kIA+/iruIOGrLAM03mLY5rlcE9Y6yGWJw7fInHFXmlPHUCQoMHMcE+fqx\nF0aQT714Lyu3D65mWd1Qqpm6EUuqE6OAMZjKf0oNQgJpy6/xeNOJQP5VY9LN\nxjA7dfZYDcKqyRPag14HsGWMxxN5LMvpRm0SaZ43OGxJqeZ2NFhLU+128J/A\n4dWCma+ATkJJ6Sr0KmyuUH23lC1486gXjWKXpWhwSuOMnS7GONY36NaE+TWB\numQw\r\n=8GEE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDY2iUNVwkr2O8KlEcHndoifAJFfXeZq9uNu2QkkeknXAIhAMn8GpODaUsIXV8MJY93W/A2SR7jUWXqPLno50xAa1zU"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.22.2_1562798232842_0.6398089010401451"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.23.0-pre1":{"name":"grpc","version":"1.23.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best way to get gRPC to work with electron is to do this, possibly in the `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.0-pre1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-CZJlFsJ16yC2hkHOqB24ynFgst34T21P0o2v2A9yGJElrWJ8lZ/dBbf84dM8YjbuRNwTJivWx3Np4Fw/J4GMvQ==","shasum":"4bf40381a192858f18529654c598e3a3dd7ceaeb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.0-pre1.tgz","fileCount":2760,"unpackedSize":30476481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSzRPCRA9TVsSAnZWagAAi9kQAKJNmsfeEC/Ceep+CQa4\ne1CxwyKJ5n5mWjnEv6f+W08vPDJgu9smM9ZV66c2cwLNtHFlQ4Wla1ZZbL+M\nTat4BFPXETAnywedNZB+O/2X+RDW+Voss7vKANaRUzKZ8OhVES4/vlRwMLiO\nohV7Y+zbLfR6b+7okYcYnPOrI8aAlrRA5/GqgxtVzRL0nsKFsVaanBnu3DvV\nGYF5kZU1aj4eWnRgF5xtUy6jllnwbh/2Svz6N/BS23jYacrUFtIVJVKNPRuQ\nDECh6NcWJENQw5XwC0oI7q8ntR+dDHCtTs6HwXlTWczUn7+ojXogMTn78k8M\nww4ZIBSNZdoqHe/+2r/oM8aAdOJeacLP8+26TQpJkEDhcz+evKVJcJzqxjYZ\nHu+JZsoEm0EfrEYmGH1YX7mYo3WO7dFRl9J9RtybnRCkxekGBKqiE5OlJfJI\nm9E+oWgNWbrldNj+ysdoBJ8dQwrpu+zn7RobQZ5SGf0/0qWAYZj7xI9rwZW6\ng8XYveVhr4ukbq60pZcL3mF9l5y4AY85qTMbuioMGE9d362mRcunNNtzmh03\n4IgLajM3BIWMMgZtt9lf8r9+St39ItVa6/M/0btxOG6ojnPpvgdU85oHRc5N\nRjzsvDBYOA3Iyb1JT8vt1v0oGenQnDpBdj+9SQpTeHYTryTPKYXXaonWLs1l\nqrrC\r\n=MSRl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfxA/hdW/W1WCXxi/L0gz+4remHi5N/hKoRBSk3RpaxQIgNCBjyGlo0ASbSmb6tkHvlv7pYrcSR/t6qRnurzyvcdg="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.0-pre1_1565209678080_0.5716038306704654"},"_hasShrinkwrap":false},"1.23.0":{"name":"grpc","version":"1.23.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/protobufjs":"^5.0.31","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.0","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-4ezHHZzY0iVDGmwoWWUnNwq1+RoWPdMXJ7KqfpcrE/5h7rELiuhMPWmc2nvOFIRrzH2LmG96izkn4FCQ+cZ5Bw==","shasum":"ce3bdd6204fda45b9911a54ebe48c3b372ee4b05","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.0.tgz","fileCount":2760,"unpackedSize":30478660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWterCRA9TVsSAnZWagAADMIQAJ9n46/+STmr0VA6M3u1\nwMKf5IH9Gj3ji50H7qv/zA4b9fs8lYhZbeIFr5m5QQIbqTwSnl1F/0qOI32n\nlPkWKuzDYMatNMsfVBYz/v3IUdsqK/N16NtXuYs0bwE1AkZhyMCDsPwcfFHe\nzx9oo3S88+p+VIMWeB9SP3QwL5J9ng575DfVJBK2B7vEgAcWK6F45OkeRlWh\nZ4DE/iAYcJC9FwCPoHIJWH/7bwW30DgOm2UDzegyLhVyJv/Y2gcscKRZvj7l\nAmjbyzuxi7iz0gTDFrnsGCL3+E+MDDWGorqM5QMqmh5fT3QtbrFunu7GXWZ6\ng/6cqJttoPBcgP0qciF8yMFGxqGuH7f0kh9x0zVDgZOjjwhSYRHg2WSH186i\n39C2K7L42VdhbOn4E/3yU6/kRwEkKWyKegUKPnyXLypqHNVtSjAOIKHbPor7\ng1/GloTyJUVRW5E17rcVWiYSSBDQljvXgfZ++MTKHmdyq3ia5teT4S2eGB5l\nu6QtnJWe7loUWVcUnwboPygcSJuugow9HZyxG7ffSy1Z4JMcGn1LwJchuljv\nTpHmP6VVFLnKkmG8k8KsFbEDB8ppxHyi6wN0niKjbYgZq8aDZzgJhYmDkyWr\nnYxB28aHmF1DBtIBqtf/zJw+cD85QeM/jmuTQSpqmHEVidCCW4p+uNyHPqcO\nqJIV\r\n=dRHT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCznMq7C/FnfC66GRllJYWDrrJISi+tC+wcfJZn5PoBagIgC4Sjjq8SkKPR9XXaH2hSu8g5cBEdz1wK2scasAn8xKk="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.0_1566234538194_0.4374047536449399"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.22.3":{"name":"grpc","version":"1.22.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best to get gRPC to work with electron is to do this, possibly in your `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.22.3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-iMZTWtkW0B3ME1qJ0tQcugdAxk9GgnlUEdHfB6IKLQ9rd3tpLOyNsd7m1xmn61V8fXDLXZkWdkQwtYshhjgczg==","shasum":"19eb6f9308e793ecc57d6d9b534369ce98b0a137","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.22.3.tgz","fileCount":2244,"unpackedSize":22850844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWv07CRA9TVsSAnZWagAA9AUP/RzStS2Yd0P3m2nQVGuc\nkhm7DRlhKbjtno/kAzSh8PYWObeP3mNqF0MpO5bGy2p1kAVIC9ZT1nixfvTt\niIO6GBea26Cp2cSAT7P7zxqNuN4wR6UKwBMDFvwyki/SG9CB4L1F177fu1yd\ngNe/HkrqNy0iXr4FSWBiDM3s45qnFX2btSsdTLu/aGKFRC/47ykvE+Dneiu5\nSq023dObofd8/73FDggahkqc7QDFOX9VzBosCzwZVNbLrtyBYlYZgragDNAI\neMwdSFxOtId3BBUkb6t+JSyd+1CRVSII2aMVjuJU1fpyPixqWW8s68rBkjL/\n9uD6O9IOD5wJNYnMeHQv/KAAwM60XNvyBhbMpNZKdFOKn71E/eqx2I8Oy+Hd\nloypfVmPKXi0nw3ZKvFLd7gJ8HJ0ic9/WhJFLi9DKn+u4gZqV9MsyOT03ZVZ\n4aKurDbwT2ghNfoJHP/u+zVMkTjRDRF4/6IMpvvg/whSBz4Jgb+p6ti5MXxD\n6MXVKgvCNs01JtJj6VtJ0h0mjap9t0EeRPkSa0YkiV8y1mTPugdjvt6KeL8q\nD2pog76iuA4PHz6W0VjZhg3lm0a3m8o2JUFsAwcARG2nC7nrNUayf2vqn7/J\nXGVVzNE8lSlP3FysfHNOsewisg7dWZdjFqmfcwm9GPiG21LZD1iIJ35tzuwu\nFa17\r\n=ap+H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAwHESlsD0F+u37ZBuZme+rJqrJsYkWbIhMMjXybGomKAiEAtiqX1CxwHZo0EJ+ke6O2Whq/pTS/TlZLaQixYpqCfao="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.22.3_1566244154383_0.07155258037766044"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.23.1":{"name":"grpc","version":"1.23.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.1","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-hEhb5aBh5tlGw6vIwdOv3rMCRjJrRDI/RCjcBlWEfog0jI/2Q5Yzt6zNvUxfQHOYMMFXWX4E3u+nm7jr/qoKYw==","shasum":"8955b8eb9800ba861df1e806912aba5ba289360d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.1.tgz","fileCount":2760,"unpackedSize":30478624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWybtCRA9TVsSAnZWagAAJNYP/js8R2a1D3m9C5LFP4tX\nOi+NCqaKQ3rd2tMIezUhPKe81VifCqCy1FK0hhB9YS1qzZTLNZ6gyIWe/nc/\nIg2Q+LmO7lJZVe7rpR3bHARwY4Odxi1PSEm5BAY9toat6AXqlr+aFk7SLMRW\n2agQaiXuQwdqZFh6ucKDe00XwpMHg9OF6oTcXgoR7BuPRlL6xvr2Iud/ZJAn\nECgx2XeunELzCsKeozHfCTZJ592kTdx4AZgrDU0hNG6jn2Xhe2IiEaTmPpm9\n6mYuh9J64DFZf1aq2HmoD5qcfhyD5eNIx6DMDasqkx8Rh8h+ov4N3j+PhhBu\nTnD7H/ln6+47sE+wn6huwfPBkRM3Rj11UbcKL3gF7FTmC4k9NtaD3v4vWlxj\n9Qrurb7CbSwUZlQa7G70GQ+hQN3Dlnku656/ignYWu51jBjoKJapgs1MXe72\npfiPUCpJ5xcEzxoyIQpMDZR04LVaeTxl/KkgZObqE0fDswk0ATHRhKfyWuxI\ny4sQPmmz7bMy1Ad7kERA7WlXf92t9VnRmnJq7PyZTLdxJMmmo6JsI65Ccc+I\nthBjB8dhLvh1NKEae25ZZSFowGLu+uwk/dXHAf4Q8lFRruxy0No+U/feGf1U\naQgk3Q+5rNLwNIPNNYvEHTokEamL7gqmTqE6pvY/LzTT4PbXlGGvPdN41IcJ\nUWsx\r\n=igN9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDW7ShejZ8FAhWD5KPVgUDFNxKjjyJcawyqCsJQZxeOpwIhAPZ5HeW7yPFuwgENKFlz/H70t+CVx7OxnfPJ7X5J6VAl"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.1_1566254828111_0.5290724612167022"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.23.2":{"name":"grpc","version":"1.23.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.2","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-HT6rADjdORTz7ZQ7Ti3LCZ0ijtaIRXzcK406LHVEgRa0MF5wQjHLz3UdRWugJGkf5hLlAXs0RKPdtwLbedoruw==","shasum":"e6d3ccb335ac423f94d844832f6ef0036d241774","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.2.tgz","fileCount":2867,"unpackedSize":33161137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXaMVCRA9TVsSAnZWagAAxG0P/0KtDgXPwapmeC9/c9dp\nvglViCyB3ktIq5Ijyruej4MfkJVm8UEJAy/9KLx2bF6RtLaiZXsYURInjgSb\nJZPVVj8jOnPN0oKA87NjkNcFxRjdTgGjrt8QCfVch45C9PG///sOzY6jSTww\neuQ08AFd7f4ModY1IuKrYiI0GSQrYdkLrYcY52nSyRaXw+69EpK/hlbg2gm4\n86zOhGBuSTcgtboVsnXyOZdktj6R4GdUMSwOvzv7q3Y9KJ91YezdAI/YmPlM\n041DCFXxRQF8/ZZpYqZH/mMNjkxWbrxJxsrm82EH3MLjDOrcjNssRV19MDFV\nKPDYYoop/vWhfK+/UycNPYVcEllg9eBO9mss3NiN3DSbHWNWluLq6999Okkr\nhlZA6Im9F91CW2xjOWAmM0Ykbl1oA8BtnPXS50lEDCVwFhA2JeQs5uEVuNgX\nynTE2/u84YObdNDe7jgrFUpnM7wVNdXcYgihuYV6A/yVcPqxT1lQtycPaN6w\naNPWvIc++qPNGyUkpTGL5bp2/B+ybMc8vmjIx9jWRHF2yYoU21WlV8FE+Gy5\nB776Woq0iZHhi0yU/rSa1kq/IoHTSd+/al41Lc+sJqkv3xXJx2EBDo+vkYm4\nolrSkLIpLNcd5EW3iHazwJcuOA/D2m0Sgda9AKSkoK++h0wj+x5nwygwRM83\n/RXA\r\n=WvSc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHwLUnBxnetZ/h5v4X9YZQMUW8c+uls3Qi8PaTzIuZaMAiAdAs4j+Wqm66wOhaCYPHWeePM0hxlwPo8DaR/polVnIg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.2_1566417684231_0.7480892233598"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.23.3":{"name":"grpc","version":"1.23.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"dist":{"integrity":"sha512-7vdzxPw9s5UYch4aUn4hyM5tMaouaxUUkwkgJlwbR4AXMxiYZJOv19N2ps2eKiuUbJovo5fnGF9hg/X91gWYjw==","shasum":"30a013ca2cd7e350b0ffc0034be5380ddef3ae7f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.3.tgz","fileCount":2866,"unpackedSize":33165492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYB8QCRA9TVsSAnZWagAAyDwP/RMegfhDk6oCqgMqw2pR\nWnA+mR3wCG0VTavwHwNHBsJC4oAitJpVriyYofD+5RN0MTCy2TaCwPVfrG9R\nEJxLUZ8d7f+7nuJxjxwymBV33zvGrSyeam1qoeMdXQYbe84Y4RSC0ruuPjh+\nPXL/8OqpxGsULHWDiSfBnx3L706xRWKNfwFdwRXZ4E14cevmNH2QnvUfGQk2\n9cGuIJ/0hpJE279YZrknG8oqhdw8CQ/V0tia1k+z4A+fJsc28cQSOfDmNw2V\nW+GnPpzsfSbeike1Y+Rri6Qxv1AR0dGCNEk5iZXTU1UlyQss2jy4b89a15lh\nMCFOLuinOPn4Qhq4Hm7bJ5c9TNNGWJQNfFyxLHmgcrxKYKnaBxiQO6XD7C1g\nBYSUbVo0vTAeIW7Q8ttSLklBLLdOd2iJ9m0sJg10z+9JeRpc/P2GNkPXflBK\n2khk3a6+K6DQiN+OLC2z5G1Ue3ZmmYbHWfT4uB0nIv4VN0rGdqTRBE1kSMDz\nYKTqEwdIq/AgSAfSCSfXgpo0s9bWCWzBDYrgZOOflHgsTZkHvVxJ4M8EGqvo\ndMHcpkgbXEQn5ZCJq9/qqB5Hot3z41fiEjt5y1bMzGeZkNWNjB9ND5LGYBiz\nYrEe9oVtZ/nLGiNkuUjVc8tK/X2M8miOYj1vurmkHRuvy9OD3OzyVJUgltVv\nY4oE\r\n=UQl/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClLYDwPWhBALJtx3umpd8ywE93jUdlrhm1e9bNDt2wFQIgYUbextN9vWLbgBHFbxYrAIs/q6yfIpi8PdB0KuME5sk="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.3_1566580495131_0.9973865239329593"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.0-pre1":{"name":"grpc","version":"1.24.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best way to get gRPC to work with electron is to do this, possibly in the `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.24.0-pre1","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-jCwIdPc1oDRJoazgeOyychqM3E7DvGwQ6cid4XtWSHHkkpo1TglfyiqSnHyMCLQlKyvBI9B/KGRAgobfGfXVlQ==","shasum":"e3e99af603fc270a78c665fa9612b620614c131d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.0-pre1.tgz","fileCount":2328,"unpackedSize":22366777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg/GBCRA9TVsSAnZWagAAFE0P/1wjl3ydsRXPle4Ux1Ga\nSeUzwlCFYb56SPyJu3jxggYdS9lSgE6Zzxj6/pZJfWin9jkGdN6g6zVDgR4E\ntMtEXLOrO+0bZxOA8RjTPxlFAx0euFCpiLkdavO3oL07VpZvF266quWKdnIP\ngvn3flglI6dXm8bYCTxfOVNJUD9xu8/5jHFdjF28390zy6yhJDosX30o510t\nMaiYsm1bTGdyFN6NPvMj82DkQ/GuuT1ioWaVOqBUx7VwuaEEnlMKRmKHWoB9\nej2o4XfslLNPEbV18T8+RsAQ64p3NdJIOX2+LAaZiJ5Dj1ZppyVDfsd6Q/Fi\nKraRDvCIt6U18EWk8Wy2+VlIAoFh/dg+gwuAKihHHdQB2ng3SqXVNpQUyri0\nnz2K7AKgO4QxUkhlAOI/4H74Z0mWt13Down/TOzIt8QX6sGEojECOT98M9Rl\nmVfM4MdHmU29V66FNcaVbkoKlIDqB4VxbZqjJc+CgP2BJiBJaOfAMvujdanj\nbNtQ7qtaIkpJh5/xno9cTIrzjLAdnXaprYF7PVcznY5QxkY9F31bXsF1XP84\nBbV2K2eRbKIgoA/dB1B5V3+dxL1qmxm235DZ9ILUwK/CyKUd2Q+5Xf2R+Mov\nXO9GtMFN5cLlS2P6aJp05kOwagzVAud4WoZhz8pZUL9OwtqLZYOISDRzDUKi\nv1fg\r\n=EONz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB3LMz4+AYqOt2mdTpieMfFwKgHc04bruZ0Lzkk0kAO1AiEA2cdo5KaClPwnsJxVaHXT6h61w3AnsDod3qbD92+eck4="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.0-pre1_1568928128451_0.3782113129077682"},"_hasShrinkwrap":false},"1.24.0":{"name":"grpc","version":"1.24.0","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.24.0","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-zq1rUh2uzfMqSfQ3bZvlQuX5yKfd/2vob+l9sK5Qma6P33m7UvyMCVW70+Wz0WTzy9W2A94eQD5XIOxKnZhsYQ==","shasum":"5a08ebe7148afc8f2b8e0874e37dde3e3e591fa2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.0.tgz","fileCount":2328,"unpackedSize":22366839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjRXdCRA9TVsSAnZWagAASpcP/1e6oytNuJOJDlfLsYRV\nzHFpAJIcirie93MWIvaUKjk0N7yG0nKJXGSNm0BAS6vn9PgaxTQPXf12THrz\nfugs6Yr8XWVnTPSi/squmq0igFmU2096dFNKV9mIZxcEB2hUoHiD04zAs1yT\nwZiXkDtmlhe1J1e/NwClOYbnr3268kY6oy+yRAmyOucTbEEBLDRvxfHy4XYD\nJrZScqvXnMNs6Y+7GN2m3CzSvllSuDnRjh/Q0hkClr5RIkOdaJErqBkddcHg\nWcvandyVAsVBhlwChaRIbYdmF/DXFcz7Qnd2kBBnhcETMeECLA4yn4/GvkjU\nhrfsGLs7/w9CAl0YuslfJrJowmn65xP/nPbw8+gj9HwTyIPdb4c3UYM45ZVR\nvv8w01SdU/1Uy+qscapUV4DQETPWwaPiXehzkzrSvPrAtUx2FrhN7c5+vE71\nSeC9dmSHu0VLLg5BAiRrMO2vx/7VBbsyLc3cOKRkOAygLYA8km7396Z+3UgT\njeDcc57MfJg7m4BclQKZbE9nQFIPGct61uWS6TP9aXLnx90JqFDwfcIPjhbc\n+49ci2ldrTgtVP/VsYpATFVNsOPOtiDK8YEQhT2kaql7hGO450ukMaKc9+sf\nPhfsmS7xA64l76AsTPpA6bzd5gZJCJWnVRJ9A6RcmTuH2f24/3L2R0qeT7bZ\nG7Eq\r\n=DD5M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn65Y+hFJfdOSwNvbBAh2B+pPslAIghkKEeTb/j5lA8QIgHaleBZFy9s/uaUpImXSAFHq2hze3OhINBNdbNOiiEDU="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.0_1569527260614_0.13447050974727248"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.23.4":{"name":"grpc","version":"1.23.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best way to get gRPC to work with electron is to do this, possibly in the `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.23.4","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-VnW5RREY8Sxtvw02McjYx5Zm7qsZ8vIHZnUxU7Bs5/6ksaWzGr5gocDTNh/pQn6PcRfwvlPRE8li1ycBSONEKw==","shasum":"2d14ebc321bf832d74be3237325e139ebd81cf0e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.23.4.tgz","fileCount":2451,"unpackedSize":25138734,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdljLTCRA9TVsSAnZWagAAIQYP/A2KO2ETOSYAOqxUFIEb\nhV//GSeB7VS8EFk4caX1SOwtv/iKWzb0Wt5X/RCIEZo9Xvq77o92JfEQjh6R\n8/TD3YpWuuhxW0j8LY4SDujimxqTWyFgvM6JYO56uell8n2GamxsbqkrEX5y\nJoIHSD7iUnTJJEs/QjaO+LFdi5TWD5TZ2jVOwrurN/2D6RN8++MXT6OfPawE\n1x+Oq4My3HWQFMPY+tJeyz/02KRc8Hh0Rd9eiveA48bHn0XMyQ6CBFXpIjhZ\nPc+VxPIfs1PiMORXTze+aPdDCRxHd0AdEBVRJ/toR51yU4ZTlWhVtHo58HMP\n5IVyxW9ApA3wtXB0z8T7lN95PXl0CcZWeMyyB9YSQCGvnmwr8s24axowzY01\n3KAiwIiMuzPq34hNW2pXGjmAogPJrywVUobzGTCsYq2urYREr7Bj6KdmqL27\n9MZ9N62Z8fl+k7CUcw0J5gwx65T1pHy6xmRzwL+lDmsLz51m59NQmt3ywl3U\nOE0rYmHBwtkrg667MxqgzMUOORLFoaBDpgW3rVLE8/17tW5JXZY+ylOzjFXe\n+36WoqZa0TSoYdJ0dcY2rhuzHTmerKhogDpIscay4kg1Bli09kbr3NjTHSuJ\nCrR2pdC+PDbQoob+hdRnw3UFxQfM00yZtt1Yht1eG8TP3KeLr/x45CvA1Z3K\nXPq6\r\n=wBKo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmCYWX8GZynRITwXFdsrAI1W/SZnQe0LqKkbUYmL2NMgIgWT6rdI+FWYOW3NAhffxZNk/GGuH/3Htg/k568t6NQIk="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.23.4_1570124497968_0.7994144740030273"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.1":{"name":"grpc","version":"1.24.1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.13.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.24.1","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-NFIWbt3RXZU4VlDLpiAM/Ca8Yz30QShUdPGMqOPH652PmA+2fau2vuW+tOYWQUkYMfBW2yege/T5p65e5TetVQ==","shasum":"0afefd6feeeb3d9ce09586f08400007ea6cb6a16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.1.tgz","fileCount":2458,"unpackedSize":25235266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrzZsCRA9TVsSAnZWagAAqfAQAJSZnsTgCP3psrcx0pWN\nvY/4FDYHlhDKZgi4TUTRI5WxBSTP6skAZ+KWgQaGPR08fG8i7QMsN8igz1Vu\n08ukDC77B7W+utsipaQDQ133TH4uGVKwFY2iBUI+CQKOK2CRKK8bY+lEROKz\nQelRo3V914AdxHAQqGJJoU+4lFXhrlZzizsgBpF5FyN+EZVGPPXgHObHKA7S\nMqMQzhOkEzTjTQEg93wkJBpdT5plgTlPu2TjZC9v3WYjiZjhNUL93pNi1wpA\nVEKLs8o5Y80EWcXNs8tS5P61YCWGir0Y0NVJX3xIHeC1wRp7cHvdmas2jQ1j\nabzWjE4QPaTjvYBPTWx4oXAueTfFafFVdPctj9GPqEJbEx8oOWBVquO4IkMG\nYdiE9tj5vjRVSdG+j+LW140G4zrTIUykGcvZjNa5/61yo6CuvXfcNW0A+XAV\ndS11HnvN7keVklsAZPFXAczW1VZ7M9X+7pIvzVaClyYnYdAFNxl2Z+Qhs6pc\nAXF67JZPBKiLuQYg8XtcJD1w8Rnyk9Zhwi1Emfb0Zd5cKjXdG7R2Gr5aCai1\nbQrNNSkhvvVFMnpQyvkTEP+ZL2ov9d1RmcpsLzX15X2WtuNRf+/+24gjzgXC\n7o9ssy1Ix42HB/TGVl2stn6i+XGPjNN169QQ+Ip+6dH8bS2XMZX6DW0sNrnG\nNdPx\r\n=VKEv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFI2DhfmClHFBqTNSjOenZRSudVH21y7FQ1BpoZLk/pTAiBgOtWoQ/Wuoo99iIAP4thdnX2Xzs2p5P7ptl8CYbJJHg=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.1_1571763819604_0.44223670613162813"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.2":{"name":"grpc","version":"1.24.2","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.14.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.24.2","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-EG3WH6AWMVvAiV15d+lr+K77HJ/KV/3FvMpjKjulXHbTwgDZkhkcWbwhxFAoTdxTkQvy0WFcO3Nog50QBbHZWw==","shasum":"76d047bfa7b05b607cbbe3abb99065dcefe0c099","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.2.tgz","fileCount":2457,"unpackedSize":25248265,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvHPACRA9TVsSAnZWagAATnsP/jwsqZfjKkf9r7VXMQvZ\n7pQU+ir+kyOfMGeZ2I9fPf/VrW6as+PAwncrw6MA70cm9geXfslTi7W2wZma\nfBxSoHbqsS7uCjyd3H1R+wOoNdZYQbf776oRSC/tImZIox9VNg+Gn0joy9BS\ncnnNYw8nc4lsEefTTtNT5e6plsTCh5KqzqJDNsnCvRpokK4odRIIJXeySaML\nByJPpny0+UHEnzKt+3bG+R/u25D93CPA0NiSniiq9NqEUL2e/ixdFwoVgH4T\nDVkI7a9S1RqfnGdmWDbnm4tlAJ4ZlMP1wBSaCz5z5QszlFHIUo6DhUEwWYLH\nfXWfsOm99UrYWDpu4w0nDeBW1tQKrN1RsrwhXAckN0wuE+8ORWpYZ875qloQ\nur2Q+7Uk+yYrc70CT8IXkvwhUykiZYnQgGoWnlakToPzrfrmeXln84H+WYOT\nvifkm/j0UnCLU2F+fTGrGZthTxHocKbnUMOJzox0/kbrCsDUPFL/D4+JHXCO\nsY3ae6HUs9Dh8RxHPIPSVpPNdqoprmGsBzyzKFH9dE1ApNLoFS1xh8vn6FJR\nLquvowUdeDrIVPW93ZXT1qILae8+DCxgYCxc00J0hsMlEpx+0sQO/mwup59N\npS2M1HcZaDhZ1YOpmLEWAfYopx0qF9jj6sfnnt+8fPGp2JSs3GNBxDxnae7m\n0pUD\r\n=Z3+F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLX2xeFd3+IYKkte4cv75PNUC4uErfbDEiHRFrLHrknAIgf2Xx0KFNBLlriJRtEwQgGj5733W5YxJEGmkaP4yJUG4="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.2_1572631487757_0.6228346235586375"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.25.0-pre1":{"name":"grpc","version":"1.25.0-pre1","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.14.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"readme":"[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)\n# Node.js gRPC Library\n\n## PREREQUISITES\n- `node`: This requires `node` to be installed, version `4.0` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.\n\n- **Note:** If you installed `node` via a package manager and the version is still less than `4.0`, try directly installing it from [nodejs.org](https://nodejs.org).\n\n## INSTALLATION\n\nInstall the gRPC NPM package\n\n```sh\nnpm install grpc\n```\n\n## BUILD FROM SOURCE\n\nThe following command can be used to build from source when installing the package from npm:\n\n```\nnpm install grpc --build-from-source\n```\n\nThe `--build-from-source` option will work even when installing another package that depends on `grpc`. To build only `grpc` from source, you can use the argument `--build-from-source=grpc`.\n\n## ABOUT ELECTRON\n\nThe official electron documentation recommends to [build all of your native packages from source](https://electronjs.org/docs/tutorial/using-native-node-modules#modules-that-rely-on-node-pre-gyp). While the reasons behind this are technically good - many native extensions won't be packaged to work properly with electron - the gRPC source code is fairly difficult to build from source due to its complex nature, and we're also providing working electron pre-built binaries. Therefore, we recommend that you do not follow this model for using gRPC with electron. Also, for the same reason, `electron-rebuild` will always build from source. We advise you to not use this tool if you are depending on gRPC. Please note that there's not just one way to get native extensions running in electron, and that there's never any silver bullet for anything. The following instructions try to cater about some of the most generic ways, but different edge cases might require different methodologies.\n\nThe best way to get gRPC to work with electron is to do this, possibly in the `postinstall` script of your `package.json` file:\n\n```\nnpm rebuild --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nNote that the `2.0.0` above is the electron runtime version number. You will need to update this every time you go on a different version of the runtime.\n\nIf you have more native dependencies than gRPC, and they work better when built from source, you can explicitely specify which extension to build the following way:\n\n```\nnpm rebuild --build-from-source=sqlite3 --target=2.0.0 --runtime=electron --dist-url=https://atom.io/download/electron\n```\n\nThis way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package will be rebuilt from source, leaving the `grpc` package to use its precompiled binaries.\n\n## BUILD IN GIT REPOSITORY\n\n 1. Clone [the grpc-node Git Repository](https://github.com/grpc/grpc-node).\n 2. Run `git submodule update --init --recursive` from the repository root.\n 3. Run `cd packages/grpc-native-core`.\n 4. Run `npm install --build-from-source`.\n\n - **Note:** On Windows, this might fail due to [nodejs issue #4932](https://github.com/nodejs/node/issues/4932) in which case, you will see something like the following in `npm install`'s output (towards the very beginning):\n\n    ```\n     ..\n     Building the projects in this solution one at a time. To enable parallel build, please add the \"/m\" switch.\n     WINDOWS_BUILD_WARNING\n      \"..\\IMPORTANT: Due to https:\\github.com\\nodejs\\node\\issues\\4932, to build this library on Windows, you must first remove C:\\Users\\jenkins\\.node-gyp\\4.4.0\\include\\node\\openssl\"\n      ...\n      ..\n    ```\n\n    To fix this, you will have to delete the folder `C:\\Users\\<username>\\.node-gyp\\<node_version>\\include\\node\\openssl` and retry `npm install`\n\n## CONFIGURE BINARIES' LOCATION\n\nYou can configure the location from which the pre-compiled binaries are downloaded during installation.\n\n`npm install --grpc_node_binary_host_mirror=https://your-url.com`\n\nOr defining `grpc_node_binary_host_mirror` in your `.npmrc`.\n\n## API DOCUMENTATION\n\nSee the [API Documentation](https://grpc.io/grpc/node/).\n\n## TESTING\nTo run the test suite, simply run `npm test` in the install location.\n","readmeFilename":"README.md","bundleDependencies":["node-pre-gyp"],"_id":"grpc@1.25.0-pre1","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"integrity":"sha512-tKqZUxhUnVtXqIE/iu1pePHe2acFuNMD43n7AXm+ttj/Dv204usFwT8jg4P+zE9GYBfVHTMDMz/LlXAzHclpiA==","shasum":"d0917a4dc5709e007415346c8d661e8e6d78a366","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.25.0-pre1.tgz","fileCount":2507,"unpackedSize":26087507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwzGNCRA9TVsSAnZWagAA0WQP/A86BCitAt/5sBekw9zz\nc3BumBAy7xDcFXo0rd69ngtrNhGmo3mfedkmn8oPm8aqQqADhsOcBlodPT7k\nZxrJHp4qf5S7CE+Fm6cjZdWMHWAjiDVII+UfZneLX/6OcC6DlLTIbnneOG30\nQ3lLZ71GP7wrn41Bc3Lyc829KbjhjOCgr7cEtFM8EWpQnZKCK4SL2EdPFEax\nX8MTI1GgYRKjeWoI7Q2yHsTIJYT1tYGZXsgS0K8sksGXvt2ZNRsTv2/zN6H2\ndHl1xLDyDjLgJo3LlmOl8WEj07OJKkp5qMTvmwiss2m6XM6nE7SyXz6LKEO1\nthVXK7f0FEiab30l3/aKS8V1piPvcjVIbSfLcjcLSn0AMh7fUVZXgQdFoLyS\nstsAQv7mWL31mgalNGG3pSjojiDQARpm83U8PUtRMjhnYfgHvWn2OlpguUCP\nPGaekNIeNshAz0XFJB5enniytJLHmCdPKWB1EUbkTiT9wIoxw/SVh6K3H3NE\nePlZB1Et7BqcX4XrS1KPvTyDcSusivQ0DBgBFq5jXD/KQivPe8iuPs5KGUMR\nDO3T/+IYnhItEyVFkK34oOGTNIpImqltaPV0C5h19cU1zJrYSULm+E9RGrbM\nAvW23k1bfxz4eXpPlv6COsLIvpFaRT5qPEDoXCDxPVU8t4cgjv94ieu/SZoZ\n79W7\r\n=1zwu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDRmE2J65wCDBWtbmjACl6tGt9NhL1XTXxVfpH6sokrAIhAO8m4zxZgXWykZ+NU1djwm0OAMGriWl2uWcHgKK4FrOD"}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.25.0-pre1_1573073292773_0.058965580130911244"},"_hasShrinkwrap":false},"1.24.3":{"name":"grpc","version":"1.24.3","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.15.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.3","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-EDemzuZTfhM0hgrXqC4PtR76O3t+hTIYJYR5vgiW0yt2WJqo4mhxUqZUirzUQz34Psz7dbLp38C6Cl7Ij2vXRQ==","shasum":"92efe28dfc1250dca179b8133e40b4f2341473d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.3.tgz","fileCount":1940,"unpackedSize":23333658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2XXtCRA9TVsSAnZWagAAiuoP/jJNyetKuptPpk6FCM4y\nNDcxcb2kIvxF3bl0hb7+GABDNVJavDgEwUqceMiqqWH9TppFkLbBTIwkLm8A\nbO/xxS1GOI6a4DW0euax9n1mha2wKxyPGOL55m+g/sJnvHK2GyKx8SnGAUrS\n7IesxiYXPcUgAdxHeg11Pj3VTXJV1l9w00xhNtkOg5ylI3Fgru9ooGE6wzpq\nbo4EG2an3FpXRz8RBzWo/HLAeYYPMShNFmjQbw7VQh/OrgiY4ydi6ENXmTgM\noWAgZTq2uOeNWKOX3zjqziUHef9OxzQcm5ZxBJVDFl09G27gEigdKzA89R+e\nFsiexe/RpvN4gqfz5H3jcsvgojuOUtBC4IFmxTa80JIhb4WtBxOIRSe5aH+y\nO7PM41hgcWEHjTilUJb4FrAi2bbyQSI5JFGwB61zR0uKilqZ6G9uN/5l+dMW\nnGxelqt9aZ4bLt3nTBtQJNQT7dVP/Izq4jPlCEtbU83h0qYF4k8ic0IbgbAT\njbH9rdYZRuAhTHmmjg5woI22Mu2lN0ZRoXTDmUEPqBfPbzuOjaVTCwGWST/M\nuProwLaL0u69AsohI2RwJLsAXMOraxFIIy1bhg6pRbIyWrkuomR9zSrpN0RM\n9ffTWZ7kq0hGCnfFoF1x/ag6pl2c84sVkVundDWGTPNLVdeINBdDNw9K5F3T\nxcXD\r\n=KeRs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHaolGDrfFCM1WFVOrGNnX0gANttxwxpLyUOCYmaT91XAiANQPGDFunsnMQ23xsVQKfAqSfT2TmOg3zT1KkrN6jS5A=="}]},"maintainers":[{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"mlumish@google.com"}],"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.3_1591309804724_0.006879243980063565"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.4":{"name":"grpc","version":"1.24.4","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.16.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.4","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-mHRAwuitCMuSHo1tp1+Zc0sz3cYa7pkhVJ77pkIXD5gcVORtkRiyW6msXYqTDT+35jazg98lbO3XzuTo2+XrcA==","shasum":"9240a3ea33cfaf04cd32ce8346798709bbd6782d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.4.tgz","fileCount":1940,"unpackedSize":23333865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqxpMCRA9TVsSAnZWagAAibYP/06i+tUC83hlXffvwoAe\nW3mcqLsel/2lhV0RoOq9oGSbTvT9ZE3cfJpaGR9Xl0eyzTpOLO5+DWxEw5hg\nDb0Frw5glDMdQVUQ4EklZO8KQX9e7uTiNc3JBYImmADzzS/K1ThZidwuU0sV\n4/xmqwxAvltIl0scgiZLdBTCDVPCfKOC8NYe8n0rHlvMa9ZEArfCpFOiJr0h\ngGDsAIgNUhIDWDCrpwxoSAqQeqBGRdNfduZqpRm8p55SEROtwFdx/g81aOyX\nvRcT70KSyfsGWlraUTJsuAH1mfgQ+IHje/h8A4eCngF58kfikeGXtnoVQiax\nfUR7fnyfxBW8/ZxXiRxdIQXj4AlKB0JVmyMTV9fRuIezS7/ad6qBCyBL3Odp\nCOU2UE93Cox9x7JDeRzY6/DZB9dXDOPe5Y9WBxWxGNEMEESwjc/Bgq4v5WQQ\n38/YetjrDrtC19usZm1cxMX/BeQWf3ruLWy+LFBOfeQL8K3Nfu501RPRtdCJ\nGQV3kFyOzBATlTSiGRJMmYVVMkdo2TZkG8FNQt20AeASoVBjm2bWoOpkXLgS\nf5/1k55yaNSn14uYTIdKX9pX/tUOiNkNQpwLX1gfTzCezhmew8AU/muKjHu7\ndR4uast8OSJF9F71ebh14GPJ49+qHji+UdtNxgk7GBAbMkx9Fm/bBFXW+Nf0\nRuVY\r\n=md0h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqPRH6VFLRihcGi4T06o9hXg1caVAjNgVFK/ttLWb7OQIgL6DD78sKTgJgUWDLfT7qM6PNy2kMQVViEhxzVIfMwBg="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.4_1605048907739_0.48170061257009533"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.5":{"name":"grpc","version":"1.24.5","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.16.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.5","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"integrity":"sha512-+dY6lfLPovblJO5QitBQM2L67efI5JjBzCqJQURSINPzoFHos+5bs4DHwtes7BF+dkx5eN3fx/VUFRCmWTsE7g==","shasum":"ea39fa44b0397c5881009337de9e8b44b919fe54","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.5.tgz","fileCount":1940,"unpackedSize":23333865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIwYrCRA9TVsSAnZWagAADsoP/1rDuTBaztMfKyrooHp5\nGv0deWEl6CC7fArpYlEJV/4zXJvEuM8FBei8VbhKRKcTgNYXMpaD3+/PHgBd\n9ljQPkJFvcFgxkvurqCQ4WJ1jpvitO+IVLA9rNFJGmfzJOtWInX4nZ+s4Lnz\nHkEaHfIcudtiMP46kOkpSLxms5FAeJ+z7OUF2VDtNW5g9bUIt2W4etHLLgto\ngc8okCBZNewPePWoElPv6FsiUkhcNldvIFXQjGiSkkPxf4MCZLjwhrWl6hKB\nEhf+uTpRY5Ik1Pln61caHj7MVSSQYnpYzkZo6M1D14GsMWn+QSJFUkfFC+43\nMsvgsgtMjj4owAbwTzp85PLRpJfYqpjgOtuOa0NLe9zinSlgHKcTBvmKyp9D\niKHUPfiuHUseorf1llnjRYLw55CivfIw8QhtMNDLsbmki49dKvINLUNkwem6\nnxB680+DyphhdijtmCwxo7QJHfFVK93HvY+HsPDxtDx915Tlx5X5JhubBHMW\n1G+D4vZkLUFnWRIhBRaiW0DLBKqdD/xZmw1qf1rbd/1BNr0ykI35KgEH7qCS\noKGRkDrK5m/EqnqujjpD1Ix6Z7UhSOXaqmqeqvPbQQ97D8yxVrU+vUGJ0O8j\n6LqL1Gv94+c48xTJFqoONvNfoBGc3x9gtOXAWTubaWp+aYynL/M7cRhQ7ona\nKUjY\r\n=xrWV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXKZACVi4csPJ456VoNb5dEar0+A8zzW98kKs7Pes/5AiB3AmiYFeZThFn0wXtvjETG8NzDLG6D3oB3shaAlHs0kg=="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.5_1612908074929_0.06848062803489019"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.6":{"name":"grpc","version":"1.24.6","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.16.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.6","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-BtifKdClMYU0ZEo0Pdr2WV9ZH54AoEdIcp2BfJkh87g2R3HoNPLYKHRYefw/ByxrCdVDTAy3hkraFISpqsRcrw==","shasum":"1862a9d990f79cfa20b962d77f090000d915469c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.6.tgz","fileCount":1940,"unpackedSize":23334166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSTqXCRA9TVsSAnZWagAA0/8P/Rwb4ssezn/IAwwbyPqG\nytRy4J/AsmvIHc8g9whnJfPM2PAylAk5eAYaH1zSFdum7XJeSSrMRdxi6Fwn\npf+TrQiudBIqttmzyOZiH3wiFl4ka+NrT/MfsgZqsiQkUQ5YkZ064tXR4AsY\nEd9c+F5PSQm6gjuFgQOuoObbPZy6nB/Qn4F0+vEldS504n26M+vWFeRjctz/\nD9NK2a7r32BJZ8fDFGIp+8CIGST5HZwdQ8uv/iHR3NrZ45QxkF7VlGNwY6Nf\nZPQ8DGOm8m2voA9K22Dp1pJV29YWxdX4sw/xvytG5DTtYx93bMvjvYwWficg\n45yBCWKtcLoJ3xzXyEjQVPAzykzIWoQplPzGGyFbRR4xQw3TNjzAwUcXj3bZ\nd/BBTQL80vg/TalmVmQqsoOoYq0222ekoGSjhGYSgNyZQP7vgcBLJW2+dD9l\nye/MwMLwSc1kuLnrm24aGIrb+8aCqW61fEFYbBr7G9pK+LXdgSktWfYj9Bg+\nbt0FgD83nOsjSCT5PDNERpllHz3LqLT8XYrhFlA3E8YArEl+UzzYvxRiujSN\ntYpU/FB3Oh9rqRKzn5NMfHMR2u9CS6rhJzuCxwEMVMLhw2Gr9tmoAsZj3FoG\nEABVZvAd5ZcWDpbNAZS7KfgH47QWOgHg0SpuCW6KhkFj2EnrLKXuNeeicfTB\nOK1X\r\n=ryuJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9mMlvL1G0ZwlKAc3WtbyscM5YDkCZ87tC9N3ZHDl7HAIhALuHSCc/rsSLKEuaplWDbtuzFuwfCk4Xe7zbYt+fVzP+"}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.6_1615411862636_0.20920405911456452"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.7":{"name":"grpc","version":"1.24.7","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","node-pre-gyp":"^0.16.0","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.7","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-AFWychfq60LBUrelOWgT5PWk05n98z7/C8qCgeNAJ4YvK8khVNSlbEHMLaCu7COqbX1JwJxSbzw9B9YhnzKeYQ==","shasum":"58d8eb2a8a9c11ccd678f27403ba54ee4ea3d895","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.7.tgz","fileCount":1940,"unpackedSize":23334380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggde+CRA9TVsSAnZWagAAJBEP/jTZtP6mx1K4G4BpGdzR\nEz10qwoNyOqYEI5GNul/tNHupz9h7lDNVq89fuMZBO8arnkjMBfWZTdKuxSY\n3IX9fwiqaDJLWyeRbdwrTKKs+AZqbc5ZKx1UFFEutUs4l1StnZraXXlj/uWv\ntB/HVsLD4Zw/6kcQrElH70tyve3UlxRiyc7/W3fkgagbfnBpfVOWlRQ6NbIC\nVEnYyinVCBABjc1zoo1jY2Cy+UA4WzYt1i94NJIHpiHBKJRWbc/SuO+qeXvc\nDffdxeL0SgTxehnyM42PhP92XelL4MoxxVA0WUbun8d/i47SDYWGvaLcTIvP\nhueArNeXgAodupbqu1MxcIPxdQwB+KSLtnuJsefE7RfIyxBaEV6wIAAooMeS\nRsHWKh/JITA8FpFcnWl+EqVXt0vN2ZAN1zVc31A//F6HQSKcfqlzDU9QN8hd\nRgRPhjavfHnIXf2Q2/uES7nR0lmTHvRbs/Jhdf72/dyqR05Rmt2nlsZKfjsz\nsEClmb80npuDM2F38f2/dl2CN18rBfQ52g9twMn7eGpa7ZmgXjU17k2j6pSw\nbNe4tRsny4d1uVqmsk4gjiqGn2MLDoHEwINB+c8/Xu9IIpQqBk6cr2G1AcGa\nMtPgj7n4ntCqmMtFq3Gg4Fyku/vkH3mxMsxk60CBJnsiS903UmgRgebupnWP\nei6x\r\n=QYz2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDljnQ9usJ51Z0IGt46dGrbj/zf+fpx5B3gKf9RNulzMwIhAJ1Rx+du4yMYonnf76no+/vOA/hiEziOeOobSAq1Mvsn"}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.7_1619122109500_0.7838784237882224"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.8":{"name":"grpc","version":"1.24.8","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@mapbox/node-pre-gyp":"^1.0.4","@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.8","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-+3NcScdwgyL8cI1e1hDIcx8D+FFXe1ejo74uxDqqQhEUYg1qSLmC/PVoJmZ3KJVYoH7zXwCEf0vuDAVpLYt4wg==","shasum":"8e17ceb83a480aaac77436ff684f0b073a0e195e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.8.tgz","fileCount":1940,"unpackedSize":23334315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkGxACRA9TVsSAnZWagAAcaYP/RZ8k5T2k+E4nquPv6cG\ntKu+lqd5NAPET1srvFnZvjzMO3jxEOzhFXYalKzASwhH5MCYr2YlQO0SqLy4\nqMhB4Cb03uD7fBmQusiNAFlJOFvmE2Z24tkUpZSbbNI8njAn1Tyc1a9ZzIlL\n4W6xmV70SOIs1uI749qNecTpjTIlAQ4nAd3ykJiFpSTOl6GdNg4rm4BeH1kU\n6gKvPIa0Y0bIBUfaw1wmAhkKcG9CJDojERnVH/jK/w6I+PhHNMNQnS+HJl6C\nF+Wg1rm4oNIeZ5I35d3uadGYWTF5pn7wg7mW0A9jNC33V7riBOTnsVAaq2nA\nHLvN+rFxBKNZYNMwQbsfQqhZiaMxoojHtKKYnEvZG9lqjADlkH/4/cgS3CQj\n3sBBsGcE3j1oITYPnFIrtXVMElqAi8HE8/1gPgaRTjvlyC70C7NSOXJ5gG4v\nGXq4sQ5KZyAOE3mfsArXo4TwjRh8nzSMu4EKYv2AUbga1F9ynlu7AdwEfZjh\n9vGPfcskpoJiSJD+hg1ihKsZTf2JoOflcn7KusWTNv968c7J1Fgrfrc/fnat\nADvULMizE/VzLUXIK0egpLgb77nTpS+AS3yZ1h7BSTDV5K+0n4/pyetqkX+B\n2xXtnLjqKzctkmKfdVGW4bxE2vHLnsTZxbHK2m53kvu7NXom0Dd+7jJApKn8\nxtad\r\n=1zlg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHyoy12gq9ZR8J3ryXIhxR2FCX8PQRupPMR48eT83lVNAiEAlhETPu2CS4mwvVjVZ2effwZSBrKMiRwb5D3sdtNndSs="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.8_1620077631714_0.04475609600176189"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.9":{"name":"grpc","version":"1.24.9","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@mapbox/node-pre-gyp":"^1.0.4","@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.9","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-BOq1AJocZJcG/6qyX3LX2KvKy91RIix10GFLhqWg+1L6b73uWIN2w0cq+lSi0q9mXfkjeFaBz83+oau7oJqG3Q==","shasum":"69519d9a62877bb661e2e1f526ced05882922dc9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.9.tgz","fileCount":1940,"unpackedSize":23334323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkbMVCRA9TVsSAnZWagAA1BkQAJI3mdLnh6XeSpK8hK6t\n9h8XeszcRbeUBes2T2JFwefuu1/pkbBijMMv28ppSr4nf0Eeg2qCdMhvcjDW\nWBx++aH28d7LI0HYpvPXcPLOvM70VtiKHkqNkErZLFTtvV/zj1U3pALGtCCM\nsq7vzMizihGFMf27dUhPTrCe/PtL2s9o1kFZsiEEyK2CXqaBhAj/t1XmhE90\nvllnUiiRjebHCWEdAvhRnub11afs0DEKVJ3ZDZSnlwg5IoEyvEnlCEwFufQU\n8hlsgWNi/GKf/kPVbYoNnYRuas54WJHg+JSOCLl08kqII21Jy1okqh/RezEf\nNz/xPwl3mZW3wzKRXfEmbXQR4IDoyv1macALyg64DkwCPbiYC7BLoWd7FE86\nHWGwCEKOP7IIPExv3KFnLguhTN54Hi0up1ZQ/yukRt4wVvuwFEwglIJ6gGlF\nPy4yqFVnGs47PDTL5pbEPRsoS6chfsdzDBj9VOZSBOjEui30Nt7w0IuS9D5v\nk/M2qcXqnwElx3n13bWfvqmyMj7j7jShHfSjVixbbaATDvQG93Fdn5C83hvh\nffHdu01bE/9ULVk/0aL2ubh6r7QtuaZG/XdW00pPaySjpvKPpD3OuWLJwpV/\nPXetbvfp83RPGSaiWgDhgd/eXG8apkaL+k385eZoglyZ7FKtkQl6YHsmkpRO\nq4K4\r\n=6294\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGw0unLdgKiSuGZ0x++f4H2kgkQypKGUNjFG0JytyAAjAiEAptti3pfyVtzuUwBA3QxSAcKkSBPdHQ1AKvuK/EV8pXM="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.9_1620161300509_0.4867959694921469"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.10":{"name":"grpc","version":"1.24.10","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@mapbox/node-pre-gyp":"^1.0.4","@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.10","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-mTR+P5IL3WO3oCgNwxKFE5ksXEJfCYP+dk0aIbjB494f7OnHTmssU5r9vznsSq3+cdLcxAzGFskOj5CaPwi8KA==","shasum":"4cafa5f366e6d64440c3c46e134add47b205a293","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.10.tgz","fileCount":1940,"unpackedSize":23334252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgorKQCRA9TVsSAnZWagAAaDgP/1+3QfstqSl2gBBF3hMh\nSHuCvDy2ng5VVENW0k0fNYTN71vstMmGKhtd3EEt7IgB6A3VCsXR8CIdMzvL\nAlbMN+ujw5N/DeU3EnPfZyC8ASC7sOPGXcfkEjZRS8cbne9ghpPzgp3z2cSq\ncz6E1pkQy1ALi2qfAgozja12WrZX2BG7SDP2WdD/QLeiZ13LYdU4aA//QCUW\nL/TqLMEwjg5VHWrws81zylv1nms0MzKjp6V5c3NbiynJzMm+SQKkU7/eWKbh\nss17PZZK/Qun/GE8WwAfbIAH+3kZ3kbi+J/vntMuM0mtxSftXzZWxQcq2ag6\nL620H6ous6IeXdBsJJx5tva424xriQoqG29VoU/FZ3Ww37I63vSdQDLtSYJn\n1YvRfyKATR4dE1wt6v9bjmUGYSBXG5Bi8hNSFLUuPAGfNrFbBHpQDzV9wgo6\n1AvMMxGyqTU5hZ83XM+xqc/rtZ1irRMg152liebZbV4+OmCNBLjpCPgffPXg\npIQ9bMi6GnkA7lR9FLLPevxOhkfbWJfryPWKSKYZkS8N2+b3/6fR2Udcjx5Z\nwJxGriq/o5VnBMgYAS7qdZ5vzSQIor/51IcmG76BYTKeEDXxs1slKJna7iGk\nbFlpmuX3ZgKGwTxUhwPE4cKwtQSQtuk8be/JLzYxGfm0lR7vbzi29FeCtPbW\nib0Z\r\n=6OYB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgzKPT0SxRkV9qupFRmBXIgpKKZeTrRBvxkGAVZLwpsAiEArrGZa7L49ZNpwLNOGK/BrMaIWs7jYnH1bESoW9+IAC4="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.10_1621275279551_0.8460184417038432"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."},"1.24.11":{"name":"grpc","version":"1.24.11","author":{"name":"Google Inc."},"description":"gRPC Library for Node","homepage":"https://grpc.io/","repository":{"type":"git","url":"git+https://github.com/grpc/grpc-node.git"},"bugs":{"url":"https://github.com/grpc/grpc-node/issues"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"directories":{"lib":"src"},"scripts":{"build":"node-pre-gyp build","electron-build":"node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell","coverage":"istanbul cover ./node_modules/.bin/_mocha test","install":"node-pre-gyp install --fallback-to-build --library=static_library","prepack":"git submodule update --init --recursive && npm install"},"dependencies":{"@mapbox/node-pre-gyp":"^1.0.4","@types/bytebuffer":"^5.0.40","lodash.camelcase":"^4.3.0","lodash.clone":"^4.5.0","nan":"^2.13.2","protobufjs":"^5.0.3"},"devDependencies":{"body-parser":"^1.15.2","electron-mocha":"^3.1.1","express":"^4.14.0","google-protobuf":"^3.0.0","istanbul":"^0.4.4","lodash":"^4.17.4","minimist":"^1.1.0","node-forge":"^0.7.5","poisson-process":"^0.2.1"},"engines":{"node":">=4"},"binary":{"module_name":"grpc_node","module_path":"src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}","host":"https://node-precompiled-binaries.grpc.io/","remote_path":"{name}/v{version}","package_name":"{node_abi}-{platform}-{arch}-{libc}.tar.gz"},"main":"index.js","typings":"index.d.ts","license":"Apache-2.0","jshintConfig":{"bitwise":true,"curly":true,"eqeqeq":true,"esnext":true,"freeze":true,"immed":true,"indent":2,"latedef":"nofunc","maxlen":80,"mocha":true,"newcap":true,"node":true,"noarg":true,"quotmark":"single","strict":true,"trailing":true,"undef":true,"unused":"vars"},"_id":"grpc@1.24.11","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-8/AQdFCzCeCDWW3SoaMNp6ccbRvTQEH1O1u1uFtt29eWsg5gSZCJ3m6fbkduEIh3smY7WAPP+LgVJ5n3nZRxcA==","shasum":"7039da9f6f22ce35168535a6d5dda618398a5966","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/grpc/-/grpc-1.24.11.tgz","fileCount":1940,"unpackedSize":23332787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+wVOCRA9TVsSAnZWagAAyFwP/3OIe8EEEa81UwxkHEHB\nmaxBOnydOwgtU7sXbjGhMXkNB9ECIvxveJgl+vYXxLUGAR9hCVCdxeOAcO14\npIiw+FvoqYYyMnko1lHGJGgAx01pYTBPkgNhtfMmPDvtio9vralBJ02zD+GD\ne/ZrQVKCkSaG1xZtO7dxO2TlGB0Wt3M8BDZqwszd9KmebX4gYHX/GpuuIful\nT2S+aWR9wnxKKaOjR3tIRRhhlQGSbtkakvMAK/XnuFLalDtUweqoI0fkFkBi\n2VE9ZU0gIxyCQpXB6kQtwz2o9ddJDaDBPXexbBvdQ9TPlGxXNsivsNtOMf3d\nwigKez7+08t4IcuMo7ity4ZjvLxGNDizJ+cnFfa/l4ZUmOMA7QOVkr4l0blp\nPSG76rBnjtNK6urTD1vwy7FtcK1TGGROzHm962BrBux/02p+A9KY7Sg73itE\nZYlwzTQr7TfVcxG5tBIg9QxTBMd+0t/WfhtvJHyt8pucJM1DFdxBl6M87mwV\n2XW/sul5Z3KgaEaWzUruvlsgCkO+AAlZotBN3ZJMKizZ5WpvhFARlUM92eOL\n39j7p8y/KgvP5YVHPznet1tqZjSzh/9lV717yKbMHkmoZeSWMkiGkh6v1Fmb\nCTHjbmK+TCjjUmd4SZVXnlAczvzWr4qVpvAT16AaFOPOEKisvO29DpVKBfOG\nu/Za\r\n=r0lu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAX0HNuFI6cfA0Eh3AToy1glU6J4i5VuHwTpIaLh13IyAiBorcoh2EFsYOnEbDf0Flmxu82DhqWwEo9cwhIa6zRGsg=="}]},"_npmUser":{"name":"anonymous","email":"mlumish@google.com"},"maintainers":[{"name":"anonymous","email":"mlumish@google.com"},{"name":"anonymous","email":"grpc-packages@google.com"},{"name":"anonymous","email":"nicolas@nobis-crew.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/grpc_1.24.11_1627063629915_0.9741925489186893"},"_hasShrinkwrap":false,"deprecated":"This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead."}},"name":"grpc","time":{"modified":"2023-03-07T02:23:15.394Z","created":"2015-02-26T17:28:35.569Z","0.5.0":"2015-02-26T17:28:35.569Z","0.5.1":"2015-02-27T17:46:29.838Z","0.5.2":"2015-03-05T19:33:46.994Z","0.5.3":"2015-03-10T17:00:41.563Z","0.5.4":"2015-03-12T21:36:12.991Z","0.5.5":"2015-03-13T22:51:39.736Z","0.6.0":"2015-04-07T18:41:18.012Z","0.6.1":"2015-04-13T21:59:56.044Z","0.6.2":"2015-04-23T20:56:40.961Z","0.7.0":"2015-05-08T17:56:13.365Z","0.8.0":"2015-05-18T16:12:03.954Z","0.9.0":"2015-05-27T21:02:43.062Z","0.9.1":"2015-06-09T22:33:31.666Z","0.9.2":"2015-06-12T19:57:19.720Z","0.10.0":"2015-07-11T00:57:53.140Z","0.10.1":"2015-08-12T19:28:56.175Z","0.11.0":"2015-09-24T18:09:42.377Z","0.11.1":"2015-10-12T23:16:27.045Z","0.12.0":"2016-01-14T23:16:46.662Z","0.13.0-pre1":"2016-02-09T23:55:36.790Z","0.13.0":"2016-02-13T03:37:21.746Z","0.13.1-pre1":"2016-03-26T00:17:23.992Z","0.13.1":"2016-03-31T20:05:37.460Z","0.13.2-pre1":"2016-04-06T22:21:17.953Z","0.14.1-pre1":"2016-05-10T18:34:47.676Z","0.14.1":"2016-05-11T22:53:02.372Z","0.15.0":"2016-06-27T17:24:44.820Z","1.0.0-pre1":"2016-07-21T18:11:35.885Z","1.0.0-pre2":"2016-08-11T23:06:07.048Z","1.0.0":"2016-08-18T23:13:29.235Z","1.0.1-pre1":"2016-10-06T21:39:14.096Z","1.0.1":"2016-10-27T23:13:46.091Z","1.1.0-pre1":"2017-01-25T19:29:15.346Z","1.1.0":"2017-01-31T01:31:28.968Z","1.1.1":"2017-02-01T20:53:47.197Z","1.1.2":"2017-02-08T17:31:06.822Z","1.2.0-pre1":"2017-03-16T22:10:32.115Z","1.2.0":"2017-03-20T23:27:35.786Z","1.2.3":"2017-04-07T22:14:27.151Z","1.2.4":"2017-04-13T00:10:17.425Z","1.3.0":"2017-04-28T00:30:04.541Z","1.3.1-pre1":"2017-05-04T20:08:15.101Z","1.3.1":"2017-05-05T20:53:56.339Z","1.3.2":"2017-05-11T19:41:24.792Z","1.3.7":"2017-05-30T21:20:31.536Z","1.4.0-pre1":"2017-06-07T16:41:01.473Z","1.3.8":"2017-06-07T16:44:15.906Z","1.3.9":"2017-06-21T17:42:15.743Z","1.4.1":"2017-06-28T00:53:24.197Z","1.6.0-pre1":"2017-08-23T16:54:59.224Z","1.6.0":"2017-08-30T16:44:20.385Z","1.6.6":"2017-10-05T21:06:13.607Z","1.7.0-pre1":"2017-10-24T17:11:26.194Z","1.7.0":"2017-11-01T23:16:17.151Z","1.7.1":"2017-11-02T21:25:45.657Z","1.7.2":"2017-11-21T01:29:42.195Z","1.8.0-pre2":"2017-12-04T21:11:29.519Z","1.7.3":"2017-12-08T20:58:01.987Z","1.8.0":"2017-12-14T17:49:38.855Z","1.8.4":"2018-01-18T15:17:25.731Z","1.9.0-pre3":"2018-02-02T17:38:06.018Z","1.9.0":"2018-02-08T23:55:16.218Z","1.9.1":"2018-02-16T01:46:03.545Z","1.10.0-pre1":"2018-02-27T18:19:27.822Z","1.10.0":"2018-03-14T00:09:48.827Z","1.10.1":"2018-03-28T23:38:49.520Z","1.11.0-pre1":"2018-04-09T21:22:55.152Z","1.11.0-pre2":"2018-04-17T00:15:03.034Z","1.11.0":"2018-04-30T23:40:53.648Z","1.11.1":"2018-05-02T20:42:10.384Z","1.11.2":"2018-05-03T22:27:17.371Z","1.11.3":"2018-05-04T21:38:18.058Z","1.12.0-pre1":"2018-05-09T17:13:36.499Z","1.12.0":"2018-05-17T17:01:31.184Z","1.12.1-pre1":"2018-05-18T05:49:30.779Z","1.12.1-pre2":"2018-05-18T06:02:14.111Z","1.12.1-pre3":"2018-05-18T18:26:45.195Z","1.12.1":"2018-05-23T16:29:41.510Z","1.12.2":"2018-05-24T03:36:04.365Z","1.12.3":"2018-06-11T17:47:45.366Z","1.13.0-pre1":"2018-06-14T20:50:07.573Z","1.12.4":"2018-06-22T03:12:30.592Z","1.13.0":"2018-07-03T17:11:52.996Z","1.13.1":"2018-07-24T23:35:31.873Z","1.14.0-pre1":"2018-07-26T20:09:27.183Z","1.14.0-pre2":"2018-08-01T20:27:38.555Z","1.14.0-pre3":"2018-08-08T17:32:07.048Z","1.14.0-pre4":"2018-08-08T22:59:58.839Z","1.14.0":"2018-08-10T16:59:52.551Z","1.14.1":"2018-08-15T21:36:09.647Z","1.15.0-pre1":"2018-08-29T16:45:04.379Z","1.14.2":"2018-09-06T17:50:58.290Z","1.15.0":"2018-09-12T21:06:40.849Z","1.15.1":"2018-09-14T19:36:37.027Z","1.16.0-pre1":"2018-10-23T22:57:12.005Z","1.16.0":"2018-10-31T18:26:07.750Z","1.16.1":"2018-11-16T20:52:57.247Z","1.17.0-pre1":"2018-11-28T20:22:39.159Z","1.17.0-pre2":"2018-12-10T23:37:08.758Z","1.17.0-pre3":"2018-12-12T20:45:42.106Z","1.17.0-pre4":"2018-12-13T19:08:50.512Z","1.17.0":"2018-12-14T20:47:56.381Z","1.18.0-pre1":"2019-01-09T01:20:04.489Z","1.18.0":"2019-01-16T20:59:57.395Z","1.19.0-pre1":"2019-02-19T21:21:54.977Z","1.19.0":"2019-03-04T23:29:41.549Z","1.20.0-pre1":"2019-04-04T16:45:24.943Z","1.20.0-pre3":"2019-04-10T23:06:23.566Z","1.20.0":"2019-04-17T19:28:10.808Z","1.20.1":"2019-04-26T19:45:20.140Z","1.20.2":"2019-04-29T16:19:10.267Z","1.20.3":"2019-05-03T16:38:08.579Z","1.21.0-pre1":"2019-05-17T00:04:37.378Z","1.21.0":"2019-05-23T16:54:49.745Z","1.21.1":"2019-05-24T19:50:36.721Z","1.22.0-pre1":"2019-06-21T16:38:38.606Z","1.22.0":"2019-07-08T23:55:09.850Z","1.22.1":"2019-07-10T16:24:18.696Z","1.22.2":"2019-07-10T22:37:13.179Z","1.23.0-pre1":"2019-08-07T20:27:58.493Z","1.23.0":"2019-08-19T17:08:59.422Z","1.22.3":"2019-08-19T19:49:14.740Z","1.23.1":"2019-08-19T22:47:08.567Z","1.23.2":"2019-08-21T20:01:24.651Z","1.23.3":"2019-08-23T17:14:55.602Z","1.24.0-pre1":"2019-09-19T21:22:08.836Z","1.24.0":"2019-09-26T19:47:40.932Z","1.23.4":"2019-10-03T17:41:38.501Z","1.24.1":"2019-10-22T17:03:39.971Z","1.24.2":"2019-11-01T18:04:48.213Z","1.25.0-pre1":"2019-11-06T20:48:13.110Z","1.24.3":"2020-06-04T22:30:05.064Z","1.24.4":"2020-11-10T22:55:08.207Z","1.24.5":"2021-02-09T22:01:15.340Z","1.24.6":"2021-03-10T21:31:03.069Z","1.24.7":"2021-04-22T20:08:29.852Z","1.24.8":"2021-05-03T21:33:52.055Z","1.24.9":"2021-05-04T20:48:21.158Z","1.24.10":"2021-05-17T18:14:39.845Z","1.24.11":"2021-07-23T18:07:10.297Z"},"contributors":[{"name":"Michael Lumish","email":"mlumish@google.com"}],"readmeFilename":"README.md","homepage":"https://grpc.io/"}