{
  "_from": "proto3-json-serializer@^1.0.0",
  "_id": "proto3-json-serializer@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-AwAuY4g9nxx0u52DnSMkqqgyLHaW/XaPLtaAo3y/ZCfeaQB/g4YDH4kb8Wc/mWzWvu0YjOznVnfn373MVZZrgw==",
  "_location": "/proto3-json-serializer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "proto3-json-serializer@^1.0.0",
    "name": "proto3-json-serializer",
    "escapedName": "proto3-json-serializer",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-1.1.1.tgz",
  "_shasum": "1b5703152b6ce811c5cdcc6468032caf53521331",
  "_spec": "proto3-json-serializer@^1.0.0",
  "_where": "/usr/share/nginx/html/anki_kol/tts/node_modules/google-gax",
  "bugs": {
    "url": "https://github.com/googleapis/proto3-json-serializer-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "protobufjs": "^7.0.0"
  },
  "deprecated": false,
  "description": "Support for proto3 JSON serialiazation/deserialization for protobuf.js",
  "devDependencies": {
    "@types/mocha": "^9.0.0",
    "@types/node": "^18.0.0",
    "c8": "^7.7.3",
    "google-proto-files": "^3.0.0",
    "gts": "^3.1.0",
    "jsdoc": "^4.0.0",
    "jsdoc-fresh": "^2.0.0",
    "jsdoc-region-tag": "^2.0.0",
    "linkinator": "^4.0.0",
    "mocha": "^9.2.2",
    "pack-n-play": "^1.0.0-2",
    "typescript": "^4.6.4"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "build/src"
  ],
  "homepage": "https://github.com/googleapis/proto3-json-serializer-nodejs#readme",
  "keywords": [
    "protobufjs",
    "protobuf.js",
    "protobuf",
    "proto3",
    "json",
    "serialization",
    "deserialization"
  ],
  "license": "Apache-2.0",
  "main": "build/src/index.js",
  "name": "proto3-json-serializer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/proto3-json-serializer-nodejs.git"
  },
  "scripts": {
    "clean": "gts clean",
    "compile": "tsc",
    "compile-test-protos": "cd test-fixtures/proto && pbjs -t json test.proto > test.json",
    "docs": "jsdoc -c .jsdoc.js",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts lint",
    "posttest": "npm run lint",
    "predocs-test": "npm run docs",
    "prelint": "cd samples && npm link ../ && npm install",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/test/system",
    "test": "c8 node_modules/mocha/bin/mocha build/test/unit"
  },
  "types": "build/src/index.d.ts",
  "version": "1.1.1"
}
