{ "_from": "@grpc/grpc-js@^0.3.0", "_id": "@grpc/grpc-js@0.3.2", "_inBundle": false, "_integrity": "sha512-vvcC4EZwS2kzEuwe3zmExi20YM1tqO+L/xdpzInze0WnRfhwbssDfLtMfAyAPQaL2CD8dRZLCOVLbsSdF1KVjA==", "_location": "/@grpc/grpc-js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@grpc/grpc-js@^0.3.0", "name": "@grpc/grpc-js", "escapedName": "@grpc%2fgrpc-js", "scope": "@grpc", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/google-gax" ], "_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.3.2.tgz", "_shasum": "8adcf22154bfd4a0903296d6656420c2ff86e388", "_spec": "@grpc/grpc-js@^0.3.0", "_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\google-gax", "author": { "name": "Google Inc." }, "bundleDependencies": false, "contributors": [ { "name": "Google Inc." } ], "dependencies": { "lodash": "^4.17.4", "semver": "^5.5.0" }, "deprecated": false, "description": "gRPC Library for Node - pure JS implementation", "devDependencies": { "@types/lodash": "^4.14.108", "@types/mocha": "^2.2.43", "@types/node": "^10.5.4", "clang-format": "^1.0.55", "gts": "^0.5.1", "typescript": "~2.7.0" }, "engines": { "node": "^8.11.2 || >=9.4" }, "files": [ "build/src/*.{js,d.ts}" ], "homepage": "https://grpc.io/", "keywords": [], "license": "Apache-2.0", "main": "build/src/index.js", "name": "@grpc/grpc-js", "repository": { "type": "git", "url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core" }, "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" }, "types": "build/src/index.d.ts", "version": "0.3.2" }