package.json
2.34 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
{
"_args": [
[
"@grpc/proto-loader@0.5.4",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "@grpc/proto-loader@0.5.4",
"_id": "@grpc/proto-loader@0.5.4",
"_inBundle": false,
"_integrity": "sha512-HTM4QpI9B2XFkPz7pjwMyMgZchJ93TVkL3kWPW8GDMDKYxsMnmf4w2TNMJK7+KNiYHS5cJrCEAFlF+AwtXWVPA==",
"_location": "/@grpc/proto-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@grpc/proto-loader@0.5.4",
"name": "@grpc/proto-loader",
"escapedName": "@grpc%2fproto-loader",
"scope": "@grpc",
"rawSpec": "0.5.4",
"saveSpec": null,
"fetchSpec": "0.5.4"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.5.4.tgz",
"_spec": "0.5.4",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/grpc/grpc-node/issues"
},
"contributors": [
{
"name": "Michael Lumish",
"email": "mlumish@google.com"
}
],
"dependencies": {
"lodash.camelcase": "^4.3.0",
"protobufjs": "^6.8.6"
},
"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": "^1.1.0",
"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.4"
}