File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/protobufjs/package.json
{
"_args": [
[
{
"raw": "protobufjs@^5.0.0",
"scope": null,
"escapedName": "protobufjs",
"name": "protobufjs",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\grpc"
]
],
"_from": "protobufjs@>=5.0.0 <6.0.0",
"_id": "protobufjs@5.0.1",
"_inCache": true,
"_location": "/protobufjs",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "dcode",
"email": "dcode@dcode.io"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "protobufjs@^5.0.0",
"scope": null,
"escapedName": "protobufjs",
"name": "protobufjs",
"rawSpec": "^5.0.0",
"spec": ">=5.0.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/grpc"
],
"_resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-5.0.1.tgz",
"_shasum": "589ecdda1a555fd69df4699adc142d36f133aa0b",
"_shrinkwrap": null,
"_spec": "protobufjs@^5.0.0",
"_where": "D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\grpc",
"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"
},
"contributors": [
{
"name": "Frank Xu",
"email": "yyfrankyy@gmail.com"
}
],
"dependencies": {
"ascli": "~1",
"bytebuffer": "~5",
"glob": "^5.0.10",
"yargs": "^3.10.0"
},
"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"
},
"directories": {},
"dist": {
"shasum": "589ecdda1a555fd69df4699adc142d36f133aa0b",
"tarball": "https://registry.npmjs.org/protobufjs/-/protobufjs-5.0.1.tgz"
},
"engines": {
"node": ">=0.8"
},
"gitHead": "54f9d741bf6758f0c9af4639f1c50bdad6a83bd5",
"homepage": "https://github.com/dcodeIO/protobuf.js",
"keywords": [
"net",
"buffer",
"protobuf",
"serialization",
"bytebuffer",
"websocket",
"webrtc"
],
"license": "Apache-2.0",
"main": "./dist/protobuf.js",
"maintainers": [
{
"name": "dcode",
"email": "dcode@dcode.io"
}
],
"name": "protobufjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1"
}