97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"_from": "protobufjs@^5.0.1",
|
|
"_id": "protobufjs@5.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-55Kcx1MhPZX0zTbVosMQEO5R6/rikNXd9b6RQK4KSPcrSIIwoXTtebIczUrXlwaSrbz4x8XUVThGPob1n8I4QA==",
|
|
"_location": "/protobufjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "protobufjs@^5.0.1",
|
|
"name": "protobufjs",
|
|
"escapedName": "protobufjs",
|
|
"rawSpec": "^5.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mumble-streams"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-5.0.3.tgz",
|
|
"_shasum": "e4dfe9fb67c90b2630d15868249bcc4961467a17",
|
|
"_spec": "protobufjs@^5.0.1",
|
|
"_where": "/home/sergiu/linx-audio-simulator/node_modules/mumble-streams",
|
|
"author": {
|
|
"name": "Daniel Wirtz",
|
|
"email": "dcode@dcode.io"
|
|
},
|
|
"bin": {
|
|
"pbjs": "./bin/pbjs"
|
|
},
|
|
"browser": {
|
|
"fs": false,
|
|
"path": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dcodeIO/protobuf.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Frank Xu",
|
|
"email": "yyfrankyy@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"ascli": "~1",
|
|
"bytebuffer": "~5",
|
|
"glob": "^7.0.5",
|
|
"yargs": "^3.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Protocol Buffers for JavaScript. Finally.",
|
|
"devDependencies": {
|
|
"closurecompiler": "~1",
|
|
"fixture-stdout": "^0.2.1",
|
|
"jsdoc": "~3.3.0-alpha10",
|
|
"metascript": ">=0.18 <1",
|
|
"testjs": "~1 >=1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"homepage": "https://github.com/dcodeIO/protobuf.js",
|
|
"keywords": [
|
|
"net",
|
|
"buffer",
|
|
"protobuf",
|
|
"serialization",
|
|
"bytebuffer",
|
|
"websocket",
|
|
"webrtc"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/protobuf.js",
|
|
"name": "protobufjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcodeIO/protobuf.js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"compile": "npm run-script compile-full && npm run-script compile-light",
|
|
"compile-full": "ccjs dist/protobuf.js --create_source_map=dist/protobuf.min.map --compilation_level=SIMPLE_OPTIMIZATIONS > dist/protobuf.min.js",
|
|
"compile-light": "ccjs dist/protobuf-light.js --create_source_map=dist/protobuf-light.min.map --compilation_level=SIMPLE_OPTIMIZATIONS > dist/protobuf-light.min.js",
|
|
"compress": "npm run-script compress-full && npm run-script compress-light",
|
|
"compress-full": "gzip -c -9 dist/protobuf.min.js > dist/protobuf.min.js.gz",
|
|
"compress-light": "gzip -c -9 dist/protobuf-light.min.js > dist/protobuf-light.min.js.gz",
|
|
"descriptor2json": "node bin/pbjs src/google/protobuf/descriptor.proto --target=json > src/google/protobuf/descriptor.json",
|
|
"jsdoc": "node node_modules/jsdoc/jsdoc.js -c jsdoc.json",
|
|
"make": "npm run-script build && npm run-script compile && npm run-script descriptor2json && npm run-script compress && npm test && npm run-script jsdoc",
|
|
"prepublish": "npm test",
|
|
"test": "node bin/pbjs tests/complex.proto --target=json > tests/complex.json && node node_modules/testjs/bin/testjs tests/suite.js"
|
|
},
|
|
"version": "5.0.3"
|
|
}
|