{
  "_args": [
    [
      "pbf@3.2.1",
      "/var/www/peopleship.me/projekat_1"
    ]
  ],
  "_from": "pbf@3.2.1",
  "_id": "pbf@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==",
  "_location": "/pbf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pbf@3.2.1",
    "name": "pbf",
    "escapedName": "pbf",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/mapbox-gl",
    "/vt-pbf"
  ],
  "_resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz",
  "_spec": "3.2.1",
  "_where": "/var/www/peopleship.me/projekat_1",
  "author": {
    "name": "Konstantin Kaefer"
  },
  "bin": {
    "pbf": "bin/pbf"
  },
  "bugs": {
    "url": "https://github.com/mapbox/pbf/issues"
  },
  "dependencies": {
    "ieee754": "^1.1.12",
    "resolve-protobuf-schema": "^2.1.0"
  },
  "description": "a low-level, lightweight protocol buffers implementation in JavaScript",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.2.3",
    "eslint": "^5.15.1",
    "eslint-config-mourner": "^2.0.3",
    "mkdirp": "^0.5.1",
    "protobufjs": "^6.8.8",
    "protocol-buffers": "^4.1.0",
    "tap": "^12.6.0",
    "tile-stats-runner": "^1.0.0",
    "uglify-js": "^3.6.1"
  },
  "eslintConfig": {
    "extends": "mourner",
    "rules": {
      "space-before-function-paren": [
        2,
        "never"
      ],
      "key-spacing": 0,
      "no-empty": 0,
      "global-require": 0,
      "no-cond-assign": 0,
      "indent": [
        2,
        4,
        {
          "flatTernaryExpressions": true
        }
      ]
    }
  },
  "files": [
    "bin",
    "dist",
    "compile.js"
  ],
  "homepage": "https://github.com/mapbox/pbf",
  "jsdelivr": "dist/pbf.js",
  "keywords": [
    "protocol",
    "buffer",
    "pbf",
    "protobuf",
    "binary",
    "format",
    "serialization",
    "encoder",
    "decoder"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "pbf",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mapbox/pbf.git"
  },
  "scripts": {
    "bench": "node bench/bench.js",
    "build-dev": "mkdirp dist && browserify index.js -d -s Pbf > dist/pbf-dev.js",
    "build-min": "mkdirp dist && browserify index.js -s Pbf | uglifyjs -c -m > dist/pbf.js",
    "cov": "tap test/*.test.js --cov --coverage-report=html",
    "prepublishOnly": "npm run build-dev && npm run build-min",
    "test": "eslint index.js compile.js test/*.js bench/bench-tiles.js bin/pbf && tap test/*.test.js && npm run build-min"
  },
  "unpkg": "dist/pbf.js",
  "version": "3.2.1"
}
