{ "_from": "@grpc/proto-loader@^0.3.0", "_id": "@grpc/proto-loader@0.3.0", "_inBundle": false, "_integrity": "sha512-9b8S/V+3W4Gv7G/JKSZ48zApgyYbfIR7mAC9XNnaSWme3zj57MIESu0ELzm9j5oxNIpFG8DgO00iJMIUZ5luqw==", "_location": "/@grpc/proto-loader", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@grpc/proto-loader@^0.3.0", "name": "@grpc/proto-loader", "escapedName": "@grpc%2fproto-loader", "scope": "@grpc", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/google-gax" ], "_resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.3.0.tgz", "_shasum": "c127d3859bff895f220453612ba04b923af0c584", "_spec": "@grpc/proto-loader@^0.3.0", "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\google-gax", "author": { "name": "Google Inc." }, "bugs": { "url": "https://github.com/grpc/grpc-node/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Michael Lumish", "email": "mlumish@google.com" } ], "dependencies": { "@types/lodash": "^4.14.104", "@types/node": "^9.4.6", "lodash": "^4.17.5", "protobufjs": "^6.8.6" }, "deprecated": false, "description": "gRPC utility library for loading .proto files", "devDependencies": { "clang-format": "^1.2.2", "gts": "^0.5.3", "typescript": "~2.7.2" }, "engines": { "node": ">=6" }, "files": [ "build/src/*.d.ts", "build/src/*.js" ], "homepage": "https://grpc.io/", "license": "Apache-2.0", "main": "build/src/index.js", "name": "@grpc/proto-loader", "repository": { "type": "git", "url": "git+https://github.com/grpc/grpc-node.git" }, "scripts": { "build": "npm run compile", "check": "gts check", "clean": "gts clean", "compile": "tsc -p .", "fix": "gts fix", "format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts", "lint": "tslint -c node_modules/google-ts-style/tslint.json -p . -t codeFrame --type-check", "posttest": "npm run check", "prepare": "npm run compile", "pretest": "npm run compile", "test": "gulp test" }, "typings": "build/src/index.d.ts", "version": "0.3.0" }