package.json
3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_from": "@grpc/proto-loader@^0.6.1",
"_id": "@grpc/proto-loader@0.6.2",
"_inBundle": false,
"_integrity": "sha512-q2Qle60Ht2OQBCp9S5hv1JbI4uBBq6/mqSevFNK3ZEgRDBCAkWqZPUhD/K9gXOHrHKluliHiVq2L9sw1mVyAIg==",
"_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": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.2.tgz",
"_shasum": "412575f3ff5ef0a9b79d4ea12c08cba5601041cb",
"_spec": "@grpc/proto-loader@^0.6.1",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\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": "mlumish@google.com"
}
],
"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.2"
}