{"name":"protobufjs","version":"6.10.3","keywords":["protobuf","protocol-buffers","serialization","typescript"],"author":{"name":"Daniel Wirtz","email":"dcode+protobufjs@dcode.io"},"license":"BSD-3-Clause","_id":"protobufjs@6.10.3","maintainers":[{"name":"dcode","email":"dcode+npm@dcode.io"},{"name":"google-wombot","email":"node-team-npm+wombot@google.com"}],"homepage":"https://protobufjs.github.io/protobuf.js/","bugs":{"url":"https://github.com/dcodeIO/protobuf.js/issues"},"bin":{"pbjs":"bin/pbjs","pbts":"bin/pbts"},"dist":{"shasum":"11ed1dd02acbfcb330becf1611461d4b407f9eef","tarball":"https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.3.tgz","fileCount":115,"integrity":"sha512-yvAslS0hNdBhlSKckI4R1l7wunVilX66uvrjzE4MimiAt7/qw1nLpMhZrn/ObuUTM/c3Xnfl01LYMdcSJe6dwg==","signatures":[{"sig":"MEYCIQCM5A8aCQXvTGjnOrZ1UmYP84LxDXT97kwSvJUmWPJH8wIhAPhNRVj4MZkgG3nX6y67VRwrp+TSVDih+hOkO0B7tvbF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3244856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih+eXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqycw//WuburrIVYMeVSiE8Q4IBdyhkZyAnU8F/uy33N2nO+ACXBh4v\r\naGgDYlt6PTyx8RD50yxLmC8Al7KufocOXU3JWBXb7jrvGYTO+u2quXibdDqc\r\nVIELu2fxDvyGYiAEsxYX+DeowECGW+B915HRa+CTvDk5xxq4n+AhfTjerTOB\r\nBeTsBCnhtoTuU5yaBADVIzHfM+Ntnf2EFFLCZTUQ4GcfSs55OOIAs29SCgV6\r\nzTlVAc2vIyyBRb1RYX7567y5ABD7+Wlb8e9QtqbWOKbhabRlz/ttlhRASjut\r\nDFO3m6KJeody7bEWItTDsNrGMeP2C5qgkpeJW3yt6PaCUSPDxO/mR5Nn0SVX\r\nbohBQjMczJMRtK/6CTzYtsqlsvU2HNpX56umhQVr4h8s4BP4LQYHwFjFR8mL\r\nV2AreBvM1nmEjQpz9M+GkoV7t8z6gEsMOGc+NaYFmft35Ot9rNOOfBlG4TsQ\r\nEDD6129LfT0ljyZY0xelPqYFAlbsmATwqjioaBjc7W7tnY3yszEt5GsgG1/8\r\nDBCORAF4BI3FWtsOIEHvRhdbiUlhTTx8CNsT3vOXv6fMRrD2CPgnO1NJxcjn\r\nDkKj6nQ5Xd/+3woiPIEbxw9k7+sPU7Lbtpp/nnHWcHlsTtCEzZXDR7XXs50h\r\ny3khwYwtmLST2RaV8bobEY4oE5PLlc1QDGM=\r\n=/371\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","types":"index.d.ts","gitHead":"aebd426754e0dc84d77a804f90c4aae6d5c94f29","scripts":{"docs":"jsdoc -c config/jsdoc.json -R README.md --verbose --pedantic","lint":"npm run lint:sources && npm run lint:types","make":"npm run lint:sources && npm run build && npm run lint:types && node ./scripts/gentests.js && npm test","prof":"node bench/prof","test":"npm run test:sources && npm run test:types","bench":"node bench","build":"npm run build:bundle && npm run build:types","pages":"node scripts/pages","coverage":"nyc tape -r ./lib/tape-adapter tests/*.js tests/node/*.js","changelog":"node scripts/changelog -w","lint:types":"tslint \"**/*.d.ts\" -e \"**/node_modules/**\" -t stylish -c config/tslint.json","prepublish":"node scripts/prepublish","test:types":"tsc tests/comp_typescript.ts --lib es2015 --strictNullChecks --experimentalDecorators --emitDecoratorMetadata && tsc tests/data/test.js.ts --lib es2015 --noEmit --strictNullChecks && tsc tests/data/*.ts --lib es2015 --noEmit --strictNullChecks","build:types":"node bin/pbts --main --global protobuf --out index.d.ts src/ lib/aspromise/index.js lib/base64/index.js lib/codegen/index.js lib/eventemitter/index.js lib/float/index.js lib/fetch/index.js lib/inquire/index.js lib/path/index.js lib/pool/index.js lib/utf8/index.js","postinstall":"node scripts/postinstall","build:bundle":"gulp --gulpfile scripts/gulpfile.js","lint:sources":"eslint \"**/*.js\" -c config/eslint.json","test:sources":"tape -r ./lib/tape-adapter tests/*.js tests/node/*.js"},"_npmUser":{"name":"google-wombot","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/protobufjs/protobuf.js.git","type":"git"},"_npmVersion":"6.14.17","description":"Protocol Buffers for JavaScript (& TypeScript).","directories":{},"_nodeVersion":"14.19.2","dependencies":{"long":"^4.0.0","@types/long":"^4.0.1","@types/node":"^13.7.0","@protobufjs/path":"^1.1.2","@protobufjs/pool":"^1.1.0","@protobufjs/utf8":"^1.1.0","@protobufjs/fetch":"^1.1.0","@protobufjs/float":"^1.0.2","@protobufjs/base64":"^1.1.2","@protobufjs/codegen":"^2.0.4","@protobufjs/inquire":"^1.1.0","@protobufjs/aspromise":"^1.1.2","@protobufjs/eventemitter":"^1.1.0"},"versionScheme":"~","_hasShrinkwrap":false,"readmeFilename":"README.md","cliDependencies":["semver","chalk","glob","jsdoc","minimist","tmp","uglify-js","espree","escodegen","estraverse"],"devDependencies":{"nyc":"^15.0.0","tmp":"^0.2.0","glob":"^7.1.6","gulp":"^4.0.2","tape":"^5.0.0","chalk":"^4.0.0","jsdoc":"^3.6.3","eslint":"^8.15.0","espree":"^7.0.0","semver":"^7.1.2","tslint":"^6.0.0","gulp-if":"^3.0.0","gh-pages":"^3.0.0","minimist":"^1.2.0","vinyl-fs":"^3.0.3","benchmark":"^2.1.4","escodegen":"^1.13.0","uglify-js":"^3.7.7","browserify":"^17.0.0","estraverse":"^5.1.0","typescript":"^3.7.5","gulp-header":"^2.0.9","gulp-uglify":"^3.0.2","vinyl-buffer":"^1.0.1","jaguarjs-jsdoc":"github:dcodeIO/jaguarjs-jsdoc","browserify-wrap":"^1.0.2","git-raw-commits":"^2.0.3","git-semver-tags":"^4.0.0","google-protobuf":"^3.11.3","gulp-sourcemaps":"^2.6.5","bundle-collapser":"^1.3.0","reflect-metadata":"^0.1.13","vinyl-source-stream":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/protobufjs_6.10.3_1653073815137_0.5599244879355305","host":"s3://npm-registry-packages"}}