Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
690 B
27 lines
690 B
{ |
|
"name": "google-protobuf", |
|
"version": "3.19.4", |
|
"description": "Protocol Buffers for JavaScript", |
|
"main": "google-protobuf.js", |
|
"files": [ |
|
"google" |
|
], |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"glob": "~7.1.4", |
|
"google-closure-compiler": "~20190819.0.0", |
|
"google-closure-deps": "^20210406.0.0", |
|
"google-closure-library": "~20190819.0.0", |
|
"gulp": "~4.0.2", |
|
"jasmine": "~3.4.0" |
|
}, |
|
"scripts": { |
|
"test": "node ./node_modules/gulp/bin/gulp.js test" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/protocolbuffers/protobuf/tree/master/js" |
|
}, |
|
"author": "Google Protocol Buffers Team", |
|
"license": "BSD-3-Clause" |
|
}
|
|
|