Files
RoboCommander/node_modules/protobufjs/package.json

98 lines
2.3 KiB
JSON
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "protobufjs",
"version": "6.8.8",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/dcodeIO/protobuf.js.git"
},
"homepage": "http://dcode.io/protobuf.js",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"pbjs": "bin/pbjs",
"pbts": "bin/pbts"
},
"dependencies": {
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2",
"@protobufjs/codegen": "^2.0.4",
"@protobufjs/eventemitter": "^1.1.0",
"@protobufjs/fetch": "^1.1.0",
"@protobufjs/float": "^1.0.2",
"@protobufjs/inquire": "^1.1.0",
"@protobufjs/path": "^1.1.2",
"@protobufjs/pool": "^1.1.0",
"@protobufjs/utf8": "^1.1.0",
"@types/long": "^4.0.0",
"@types/node": "^10.1.0",
"long": "^4.0.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.2.2",
"browserify-wrap": "^1.0.2",
"bundle-collapser": "^1.3.0",
"chalk": "^2.4.1",
"escodegen": "^1.9.1",
"eslint": "^4.19.1",
"espree": "^3.5.4",
"estraverse": "^4.2.0",
"gh-pages": "^1.1.0",
"git-raw-commits": "^1.3.6",
"git-semver-tags": "^1.3.6",
"glob": "^7.1.2",
"google-protobuf": "^3.5.0",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"jaguarjs-jsdoc": "github:dcodeIO/jaguarjs-jsdoc",
"jsdoc": "^3.5.5",
"minimist": "^1.2.0",
"reflect-metadata": "^0.1.12",
"semver": "^5.5.0",
"tape": "^4.9.0",
"tmp": "0.0.33",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.25",
"vinyl-buffer": "^1.0.1",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0"
},
"cliDependencies": [
"semver",
"chalk",
"glob",
"jsdoc",
"minimist",
"tmp",
"uglify-js",
"espree",
"escodegen",
"estraverse"
],
"files": [
"index.js",
"index.d.ts",
"light.d.ts",
"light.js",
"minimal.d.ts",
"minimal.js",
"package-lock.json",
"tsconfig.json",
"scripts/postinstall.js",
"bin/**",
"cli/**",
"dist/**",
"ext/**",
"google/**",
"src/**"
]
}