1ffe3c632Sopenharmony_ci{
2ffe3c632Sopenharmony_ci  "name": "google-protobuf",
3ffe3c632Sopenharmony_ci  "version": "3.13.0",
4ffe3c632Sopenharmony_ci  "description": "Protocol Buffers for JavaScript",
5ffe3c632Sopenharmony_ci  "main": "google-protobuf.js",
6ffe3c632Sopenharmony_ci  "files": [
7ffe3c632Sopenharmony_ci    "google"
8ffe3c632Sopenharmony_ci  ],
9ffe3c632Sopenharmony_ci  "dependencies": {},
10ffe3c632Sopenharmony_ci  "devDependencies": {
11ffe3c632Sopenharmony_ci    "glob": "~7.1.4",
12ffe3c632Sopenharmony_ci    "google-closure-compiler": "~20190819.0.0",
13ffe3c632Sopenharmony_ci    "google-closure-library": "~20190819.0.0",
14ffe3c632Sopenharmony_ci    "gulp": "~4.0.2",
15ffe3c632Sopenharmony_ci    "jasmine": "~3.4.0"
16ffe3c632Sopenharmony_ci  },
17ffe3c632Sopenharmony_ci  "scripts": {
18ffe3c632Sopenharmony_ci    "test": "node ./node_modules/gulp/bin/gulp.js test"
19ffe3c632Sopenharmony_ci  },
20ffe3c632Sopenharmony_ci  "repository": {
21ffe3c632Sopenharmony_ci    "type": "git",
22ffe3c632Sopenharmony_ci    "url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
23ffe3c632Sopenharmony_ci  },
24ffe3c632Sopenharmony_ci  "author": "Google Protocol Buffers Team",
25ffe3c632Sopenharmony_ci  "license": "BSD-3-Clause"
26ffe3c632Sopenharmony_ci}
27