package.json
2.73 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
97
98
99
100
101
102
{
"_args": [
[
"@grpc/grpc-js@1.0.5",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "@grpc/grpc-js@1.0.5",
"_id": "@grpc/grpc-js@1.0.5",
"_inBundle": false,
"_integrity": "sha512-Hm+xOiqAhcpT9RYM8lc15dbQD7aQurM7ZU8ulmulepiPlN7iwBXXwP3vSBUimoFoApRqz7pSIisXU8pZaCB4og==",
"_location": "/@grpc/grpc-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@grpc/grpc-js@1.0.5",
"name": "@grpc/grpc-js",
"escapedName": "@grpc%2fgrpc-js",
"scope": "@grpc",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.0.5.tgz",
"_spec": "1.0.5",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Google Inc."
},
"contributors": [
{
"name": "Google Inc."
}
],
"dependencies": {
"semver": "^6.2.0"
},
"description": "gRPC Library for Node - pure JS implementation",
"devDependencies": {
"@grpc/proto-loader": "^0.5.0",
"@types/gulp": "^4.0.6",
"@types/gulp-mocha": "0.0.32",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6",
"@types/ncp": "^2.0.1",
"@types/node": "^12.7.5",
"@types/pify": "^3.0.2",
"@types/semver": "^6.0.1",
"clang-format": "^1.0.55",
"execa": "^2.0.3",
"google-auth-library": "^6.0.0",
"gts": "^2.0.0",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"lodash": "^4.17.4",
"mocha-jenkins-reporter": "^0.4.1",
"ncp": "^2.0.0",
"pify": "^4.0.1",
"rimraf": "^3.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.7.2"
},
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
"files": [
"src/*.ts",
"build/src/*.{js,d.ts,js.map}",
"LICENSE"
],
"homepage": "https://grpc.io/",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@grpc/grpc-js",
"peerDependencies": {
"google-auth-library": "5.x || 6.x"
},
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js"
},
"scripts": {
"build": "npm run compile",
"check": "gts check src/**/*.ts",
"clean": "node -e 'require(\"rimraf\")(\"./build\", () => {})'",
"compile": "tsc -p .",
"fix": "gts fix src/**/*.ts",
"format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts",
"lint": "npm run check",
"posttest": "npm run check",
"prepare": "npm run compile",
"pretest": "npm run compile",
"test": "gulp test"
},
"types": "build/src/index.d.ts",
"version": "1.0.5"
}