{
  "_args": [
    [
      "protocol-buffers-schema@3.3.2",
      "/var/www/html"
    ]
  ],
  "_from": "protocol-buffers-schema@3.3.2",
  "_id": "protocol-buffers-schema@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-Xdayp8sB/mU+sUV4G7ws8xtYMGdQnxbeIfLjyO9TZZRJdztBGhlmbI5x1qcY4TG5hBkIKGnc28i7nXxaugu88w==",
  "_location": "/protocol-buffers-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "protocol-buffers-schema@3.3.2",
    "name": "protocol-buffers-schema",
    "escapedName": "protocol-buffers-schema",
    "rawSpec": "3.3.2",
    "saveSpec": null,
    "fetchSpec": "3.3.2"
  },
  "_requiredBy": [
    "/resolve-protobuf-schema"
  ],
  "_resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.3.2.tgz",
  "_spec": "3.3.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/protocol-buffers-schema/issues"
  },
  "description": "No nonsense protocol buffers schema parser written in Javascript",
  "devDependencies": {
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/mafintosh/protocol-buffers-schema",
  "keywords": [
    "protobuf",
    "protocol",
    "buffers",
    "schema",
    "parser",
    "parse"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "protocol-buffers-schema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/protocol-buffers-schema.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "version": "3.3.2"
}
