暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 347B

12345678910111213
  1. {
  2. "name": "@protobufjs/codegen",
  3. "description": "A minimalistic code generation utility.",
  4. "version": "2.0.4",
  5. "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/dcodeIO/protobuf.js.git"
  9. },
  10. "license": "BSD-3-Clause",
  11. "main": "index.js",
  12. "types": "index.d.ts"
  13. }