package.json
2.57 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
{
"_from": "@grpc/grpc-js@0.6.9",
"_id": "@grpc/grpc-js@0.6.9",
"_inBundle": false,
"_integrity": "sha512-r1nDOEEiYmAsVYBaS4DPPqdwPOXPw7YhVOnnpPdWhlNtKbYzPash6DqWTTza9gBiYMA5d2Wiq6HzrPqsRaP4yA==",
"_location": "/@grpc/grpc-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@grpc/grpc-js@0.6.9",
"name": "@grpc/grpc-js",
"escapedName": "@grpc%2fgrpc-js",
"scope": "@grpc",
"rawSpec": "0.6.9",
"saveSpec": null,
"fetchSpec": "0.6.9"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-0.6.9.tgz",
"_shasum": "49e0b32b92b822df294cc576df169cc6112063b4",
"_spec": "@grpc/grpc-js@0.6.9",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\google-gax",
"author": {
"name": "Google Inc."
},
"bundleDependencies": false,
"contributors": [
{
"name": "Google Inc."
}
],
"dependencies": {
"semver": "^6.2.0"
},
"deprecated": false,
"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",
"gts": "^1.1.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",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
"files": [
"build/src/*.{js,d.ts}",
"LICENSE"
],
"homepage": "https://grpc.io/",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@grpc/grpc-js",
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js"
},
"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"
},
"types": "build/src/index.d.ts",
"version": "0.6.9"
}