{
  "_args": [
    [
      "@grpc/grpc-js@^0.3.0",
      "/home/techugo/Desktop/newsletter/newsletter/node_modules/google-gax"
    ]
  ],
  "_from": "@grpc/grpc-js@>=0.3.0 <0.4.0",
  "_hasShrinkwrap": false,
  "_id": "@grpc/grpc-js@0.3.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/@grpc/grpc-js",
  "_nodeVersion": "8.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/grpc-js_0.3.6_1552069270433_0.09785338326415816"
  },
  "_npmUser": {
    "email": "mlumish@google.com",
    "name": "murgatroid99"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "@grpc/grpc-js",
    "raw": "@grpc/grpc-js@^0.3.0",
    "rawSpec": "^0.3.0",
    "scope": "@grpc",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.3.6.tgz",
  "_shasum": "d9b52043907170d38e06711d9477fde29ab46fa8",
  "_shrinkwrap": null,
  "_spec": "@grpc/grpc-js@^0.3.0",
  "_where": "/home/techugo/Desktop/newsletter/newsletter/node_modules/google-gax",
  "author": {
    "name": "Google Inc."
  },
  "contributors": [
    {
      "name": "Google Inc."
    }
  ],
  "dependencies": {
    "semver": "^5.5.0"
  },
  "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",
    "lodash": "^4.17.4",
    "typescript": "~3.3.3333"
  },
  "directories": {},
  "dist": {
    "fileCount": 47,
    "integrity": "sha512-SmLNuPGlUur64bNS9aHZguqWDVQ8+Df1CGn+xsh7l6T2wiP5ArOMlywZ3TZo6z/rwKtGQgUJY9ZrPYUmHEXd/Q==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgrKXCRA9TVsSAnZWagAAx6QP/jjt1XYboVWVF/tX+ISJ\nmzO6uvrxwM56k4jaqFUHQoTry+Y8irJ/JrF9YqYRJoFWY8BJMX+TVAkqtSEm\nAmPW9wrNSb6eoITWOsR3tqO6c7Q/Q/A53q6GUD3O6exqIvzjEFRtOd9BNU6t\n1naDL6qBZRiHgOFpofpoFeOCEY451v+iIqtfBPq+prSRgGeYk2x2hdN6CuKd\nhViGgtef2lXjw3/RiuH/ldx8ODhMN4KhUNhWJjwwY3EOneLIM4lzJMqTIeHp\nRkV2d7TMdQpm5LNZNUft/80AC4a7Wm8FeUX6wntCloF1/jwMG22nVpWkbrLo\nC4knCsi0pMKMx8S3PIPSIQP5oDXiCXhl+pyA/kjy+TZhlRmgSawow9Tvxljq\nRoJG/1OcyQXqnkPqtiX5aG6J6GaWPsu9dY4jw4xnLfMurYY2sR581EEHRkuQ\nuNox25wepps4qJgMnR9HbPggKRVGDCbKSuHwmMi1Gfq0uJ9c+y4ju43EuJDu\nmS/3NQbYJthEj2/R4kH3YT5mBLRgSLZOAU8DWAwsi93HMDiiefboKbFuyJKH\nS4SNHMmuh93aV7xxZZOdvTCJniMplAkSPgGziHVbn2POuRheF88czPUamRTl\na+Byf1dEXa5/86LZPMcKWdkp4WMepStkYUlzGVjZqJT4oS1ZQIMVjMZI8xzT\nsHtx\r\n=8dhQ\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "d9b52043907170d38e06711d9477fde29ab46fa8",
    "tarball": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.3.6.tgz",
    "unpackedSize": 140076
  },
  "engines": {
    "node": "^8.11.2 || >=9.4"
  },
  "homepage": "https://grpc.io/",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "build/src/index.js",
  "maintainers": [
    {
      "name": "grpc-packages",
      "email": "grpc-packages@google.com"
    },
    {
      "name": "murgatroid99",
      "email": "mlumish@google.com"
    },
    {
      "name": "nicolasnoble",
      "email": "nicolas@nobis-crew.org"
    }
  ],
  "name": "@grpc/grpc-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js"
  },
  "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.6"
}
