mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +00:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"_from": "@grpc/proto-loader@^0.5.0",
|
|
"_id": "@grpc/proto-loader@0.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eBKD/FPxQoY1x6QONW2nBd54QUEyzcFP9FenujmoeDPy1rutVSHki1s/wR68F6O1QfCNDx+ayBH1O2CVNMzyyw==",
|
|
"_location": "/@grpc/proto-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@grpc/proto-loader@^0.5.0",
|
|
"name": "@grpc/proto-loader",
|
|
"escapedName": "@grpc%2fproto-loader",
|
|
"scope": "@grpc",
|
|
"rawSpec": "^0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@firebase/firestore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.5.2.tgz",
|
|
"_shasum": "c84f83be962f518bc303ca2d5e6ef2239439786c",
|
|
"_spec": "@grpc/proto-loader@^0.5.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@firebase\\firestore",
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/grpc/grpc-node/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Lumish",
|
|
"email": "mlumish@google.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"lodash.camelcase": "^4.3.0",
|
|
"protobufjs": "^6.8.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "gRPC utility library for loading .proto files",
|
|
"devDependencies": {
|
|
"@types/lodash.camelcase": "^4.3.4",
|
|
"@types/node": "^10.12.5",
|
|
"clang-format": "^1.2.2",
|
|
"gts": "^0.5.3",
|
|
"typescript": "~3.3.3333"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"build/src/*.d.ts",
|
|
"build/src/*.js"
|
|
],
|
|
"homepage": "https://grpc.io/",
|
|
"license": "Apache-2.0",
|
|
"main": "build/src/index.js",
|
|
"name": "@grpc/proto-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/grpc/grpc-node.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run compile",
|
|
"check": "gts check",
|
|
"clean": "gts clean",
|
|
"compile": "tsc -p .",
|
|
"fix": "gts fix",
|
|
"format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts",
|
|
"lint": "tslint -c node_modules/google-ts-style/tslint.json -p . -t codeFrame --type-check",
|
|
"posttest": "npm run check",
|
|
"prepare": "npm run compile",
|
|
"pretest": "npm run compile",
|
|
"test": "gulp test"
|
|
},
|
|
"typings": "build/src/index.d.ts",
|
|
"version": "0.5.2"
|
|
}
|