{
  "_args": [
    [
      "resolve-protobuf-schema@2.1.0",
      "/var/www/html"
    ]
  ],
  "_from": "resolve-protobuf-schema@2.1.0",
  "_id": "resolve-protobuf-schema@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==",
  "_location": "/resolve-protobuf-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "resolve-protobuf-schema@2.1.0",
    "name": "resolve-protobuf-schema",
    "escapedName": "resolve-protobuf-schema",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/pbf"
  ],
  "_resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/resolve-protobuf-schema/issues"
  },
  "dependencies": {
    "protocol-buffers-schema": "^3.3.1"
  },
  "description": "Read a protobuf schema from the disk, parse it and resolve all imports",
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "homepage": "https://github.com/mafintosh/resolve-protobuf-schema",
  "license": "MIT",
  "main": "index.js",
  "name": "resolve-protobuf-schema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/resolve-protobuf-schema.git"
  },
  "scripts": {
    "test": "tape test/index.js"
  },
  "version": "2.1.0"
}
