Initial commit
This commit is contained in:
+97
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_from": "@grpc/proto-loader@^0.6.1",
|
||||
"_id": "@grpc/[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QzTPIyJxU0u+r2qGe8VMl3j/W2ryhEvBv7hc42OjYfthSj370fUrb7na65rG6w3YLZS/fb8p89iTBobfWGDgdw==",
|
||||
"_location": "/@grpc/proto-loader",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@grpc/proto-loader@^0.6.1",
|
||||
"name": "@grpc/proto-loader",
|
||||
"escapedName": "@grpc%2fproto-loader",
|
||||
"scope": "@grpc",
|
||||
"rawSpec": "^0.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@grpc/grpc-js",
|
||||
"/google-gax"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.7.tgz",
|
||||
"_shasum": "e62a202f4cf5897bdd0e244dec1dbc80d84bdfa1",
|
||||
"_spec": "@grpc/proto-loader@^0.6.1",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/google-gax",
|
||||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"bin": {
|
||||
"proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/grpc/grpc-node/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Michael Lumish",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/long": "^4.0.1",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"long": "^4.0.0",
|
||||
"protobufjs": "^6.10.0",
|
||||
"yargs": "^16.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "gRPC utility library for loading .proto files",
|
||||
"devDependencies": {
|
||||
"@types/lodash.camelcase": "^4.3.4",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "^10.17.26",
|
||||
"@types/yargs": "^15.0.5",
|
||||
"clang-format": "^1.2.2",
|
||||
"gts": "^1.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "~3.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"build/src/*.d.ts",
|
||||
"build/src/*.js",
|
||||
"build/bin/*.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": "node -e 'require(\"rimraf\")(\"./build\", () => {})'",
|
||||
"compile": "tsc -p .",
|
||||
"fix": "gts fix",
|
||||
"format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts",
|
||||
"generate-golden": "node ./build/bin/proto-loader-gen-types.js --keepCase --longs=String --enums=String --defaults --oneofs --json --includeComments -I deps/gapic-showcase/schema/ deps/googleapis/ -O ./golden-generated --grpcLib @grpc/grpc-js google/showcase/v1beta1/echo.proto",
|
||||
"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",
|
||||
"validate-golden": "rm -rf ./golden-generated-old && mv ./golden-generated/ ./golden-generated-old && npm run generate-golden && diff -r ./golden-generated ./golden-generated-old"
|
||||
},
|
||||
"typings": "build/src/index.d.ts",
|
||||
"version": "0.6.7"
|
||||
}
|
||||
Reference in New Issue
Block a user