File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/grpc/package.json
{
"_args": [
[
{
"raw": "grpc@^1.0.0",
"scope": null,
"escapedName": "grpc",
"name": "grpc",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\@google-cloud\\common"
]
],
"_from": "grpc@>=1.0.0 <2.0.0",
"_id": "grpc@1.0.1",
"_inCache": true,
"_location": "/grpc",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/grpc-1.0.1.tgz_1477610022951_0.7040955133270472"
},
"_npmUser": {
"name": "murgatroid99",
"email": "michael.lumish@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "grpc@^1.0.0",
"scope": null,
"escapedName": "grpc",
"name": "grpc",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/grpc/-/grpc-1.0.1.tgz",
"_shasum": "e965544b5e56c998058102184e2ab1f27f123afd",
"_shrinkwrap": null,
"_spec": "grpc@^1.0.0",
"_where": "D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\@google-cloud\\common",
"author": {
"name": "Google Inc."
},
"binary": {
"module_name": "grpc_node",
"module_path": "src/node/extension_binary",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"bugs": {
"url": "https://github.com/grpc/grpc/issues"
},
"bundleDependencies": [
"node-pre-gyp"
],
"contributors": [
{
"name": "Michael Lumish",
"email": "mlumish@google.com"
}
],
"dependencies": {
"arguejs": "^0.2.3",
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.6.0",
"protobufjs": "^5.0.0"
},
"description": "gRPC Library for Node",
"devDependencies": {
"async": "^2.0.1",
"google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0",
"istanbul": "^0.4.4",
"jsdoc": "^3.3.2",
"jshint": "^2.5.0",
"minimist": "^1.1.0",
"mocha": "^3.0.2",
"mocha-jenkins-reporter": "^0.2.3",
"poisson-process": "^0.2.1"
},
"directories": {
"lib": "src/node/src"
},
"dist": {
"shasum": "e965544b5e56c998058102184e2ab1f27f123afd",
"tarball": "https://registry.npmjs.org/grpc/-/grpc-1.0.1.tgz"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"LICENSE",
"src/node/README.md",
"src/proto",
"etc",
"src/node/index.js",
"src/node/src",
"src/node/ext",
"include/grpc",
"src/core",
"src/boringssl",
"src/zlib",
"third_party/nanopb",
"third_party/zlib",
"third_party/boringssl",
"binding.gyp"
],
"homepage": "http://www.grpc.io/",
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"esnext": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"maxlen": 80,
"mocha": true,
"newcap": true,
"node": true,
"noarg": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true,
"unused": "vars"
},
"license": "BSD-3-Clause",
"main": "src/node/index.js",
"maintainers": [
{
"name": "murgatroid99",
"email": "mlumish@google.com"
},
{
"name": "tbetbetbe",
"email": "temiola@google.com"
},
{
"name": "grpc-packages",
"email": "grpc-packages@google.com"
}
],
"name": "grpc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/grpc/grpc.git"
},
"scripts": {
"coverage": "istanbul cover ./node_modules/.bin/_mocha src/node/test",
"gen_docs": "jsdoc -c src/node/jsdoc_conf.json",
"install": "node-pre-gyp install --fallback-to-build",
"lint": "node ./node_modules/jshint/bin/jshint src/node/src src/node/test src/node/interop src/node/index.js --exclude-path=src/node/.jshintignore",
"test": "mocha src/node/test && npm run-script lint"
},
"version": "1.0.1"
}