mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
143 lines
3.8 KiB
JSON
143 lines
3.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"grpc@1.24.2",
|
|
"C:\\Users\\matia\\Documents\\GitHub\\Musix-V3"
|
|
]
|
|
],
|
|
"_from": "grpc@1.24.2",
|
|
"_id": "grpc@1.24.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EG3WH6AWMVvAiV15d+lr+K77HJ/KV/3FvMpjKjulXHbTwgDZkhkcWbwhxFAoTdxTkQvy0WFcO3Nog50QBbHZWw==",
|
|
"_location": "/grpc",
|
|
"_phantomChildren": {
|
|
"ascli": "1.0.1",
|
|
"bytebuffer": "5.0.1",
|
|
"yargs": "3.32.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "grpc@1.24.2",
|
|
"name": "grpc",
|
|
"escapedName": "grpc",
|
|
"rawSpec": "1.24.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.24.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@firebase/firestore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/grpc/-/grpc-1.24.2.tgz",
|
|
"_spec": "1.24.2",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"binary": {
|
|
"module_name": "grpc_node",
|
|
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}",
|
|
"host": "https://node-precompiled-binaries.grpc.io/",
|
|
"remote_path": "{name}/v{version}",
|
|
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/grpc/grpc-node/issues"
|
|
},
|
|
"bundleDependencies": [
|
|
"node-pre-gyp"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Lumish",
|
|
"email": "mlumish@google.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@types/bytebuffer": "^5.0.40",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"lodash.clone": "^4.5.0",
|
|
"nan": "^2.13.2",
|
|
"node-pre-gyp": "^0.14.0",
|
|
"protobufjs": "^5.0.3"
|
|
},
|
|
"description": "gRPC Library for Node",
|
|
"devDependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"electron-mocha": "^3.1.1",
|
|
"express": "^4.14.0",
|
|
"google-protobuf": "^3.0.0",
|
|
"istanbul": "^0.4.4",
|
|
"lodash": "^4.17.4",
|
|
"minimist": "^1.1.0",
|
|
"node-forge": "^0.7.5",
|
|
"poisson-process": "^0.2.1"
|
|
},
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"deps/grpc/etc/",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"src/*.js",
|
|
"ext/*.{cc,h}",
|
|
"deps/grpc/include/grpc/**/*.h",
|
|
"deps/grpc/src/core/**/*.{c,cc,h}",
|
|
"deps/grpc/src/boringssl/err_data.c",
|
|
"deps/grpc/third_party/abseil-cpp/absl/**/*.{h,hh,inc}",
|
|
"deps/grpc/third_party/boringssl/crypto/**/*.{c,cc,h}",
|
|
"deps/grpc/third_party/boringssl/include/**/*.{c,cc,h}",
|
|
"deps/grpc/third_party/boringssl/ssl/**/*.{c,cc,h}",
|
|
"deps/grpc/third_party/boringssl/third_party/**/*.{c,h}",
|
|
"deps/grpc/third_party/nanopb/*.{c,cc,h}",
|
|
"deps/grpc/third_party/upb/**/*.{c,h,inc}",
|
|
"deps/grpc/third_party/zlib/**/*.{c,cc,h}",
|
|
"deps/grpc/third_party/address_sorting/**/*.{c,h}",
|
|
"deps/grpc/third_party/cares/**/*.{c,h}",
|
|
"binding.gyp"
|
|
],
|
|
"homepage": "https://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": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "grpc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/grpc/grpc-node.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node-pre-gyp build",
|
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha test",
|
|
"electron-build": "node-pre-gyp configure build --runtime=electron --disturl=https://atom.io/download/atom-shell",
|
|
"install": "node-pre-gyp install --fallback-to-build --library=static_library",
|
|
"prepack": "git submodule update --init --recursive && npm install"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"version": "1.24.2"
|
|
}
|