{
  "_from": "protobufjs@^5.0.0",
  "_id": "protobufjs@5.0.2",
  "_inBundle": false,
  "_integrity": "sha1-WXSNfc8D0tsiwT2p/rAk4Wq4DJE=",
  "_location": "/protobufjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "protobufjs@^5.0.0",
    "name": "protobufjs",
    "escapedName": "protobufjs",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/grpc"
  ],
  "_resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-5.0.2.tgz",
  "_shasum": "59748d7dcf03d2db22c13da9feb024e16ab80c91",
  "_spec": "protobufjs@^5.0.0",
  "_where": "/Users/ilker.guller/Projects/ran/functions/node_modules/grpc",
  "author": {
    "name": "Daniel Wirtz",
    "email": "dcode@dcode.io"
  },
  "bin": {
    "pbjs": "./bin/pbjs"
  },
  "browser": {
    "fs": false,
    "path": false
  },
  "bugs": {
    "url": "https://github.com/dcodeIO/protobuf.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Frank Xu",
      "email": "yyfrankyy@gmail.com"
    }
  ],
  "dependencies": {
    "ascli": "~1",
    "bytebuffer": "~5",
    "glob": "^7.0.5",
    "yargs": "^3.10.0"
  },
  "deprecated": false,
  "description": "Protocol Buffers for JavaScript. Finally.",
  "devDependencies": {
    "closurecompiler": "~1",
    "fixture-stdout": "^0.2.1",
    "jsdoc": "~3.3.0-alpha10",
    "metascript": ">=0.18 <1",
    "testjs": "~1 >=1.0.4"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/dcodeIO/protobuf.js",
  "keywords": [
    "net",
    "buffer",
    "protobuf",
    "serialization",
    "bytebuffer",
    "websocket",
    "webrtc"
  ],
  "license": "Apache-2.0",
  "main": "./dist/protobuf.js",
  "name": "protobufjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcodeIO/protobuf.js.git"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "compile": "npm run-script compile-full && npm run-script compile-light",
    "compile-full": "ccjs dist/protobuf.js --create_source_map=dist/protobuf.min.map --compilation_level=SIMPLE_OPTIMIZATIONS > dist/protobuf.min.js",
    "compile-light": "ccjs dist/protobuf-light.js --create_source_map=dist/protobuf-light.min.map --compilation_level=SIMPLE_OPTIMIZATIONS > dist/protobuf-light.min.js",
    "compress": "npm run-script compress-full && npm run-script compress-light",
    "compress-full": "gzip -c -9 dist/protobuf.min.js > dist/protobuf.min.js.gz",
    "compress-light": "gzip -c -9 dist/protobuf-light.min.js > dist/protobuf-light.min.js.gz",
    "descriptor2json": "node bin/pbjs src/google/protobuf/descriptor.proto --target=json > src/google/protobuf/descriptor.json",
    "jsdoc": "node node_modules/jsdoc/jsdoc.js -c jsdoc.json",
    "make": "npm run-script build && npm run-script compile && npm run-script descriptor2json && npm run-script compress && npm test && npm run-script jsdoc",
    "prepublish": "npm test",
    "test": "node bin/pbjs tests/complex.proto --target=json > tests/complex.json && node node_modules/testjs/bin/testjs tests/suite.js"
  },
  "version": "5.0.2"
}
