initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
40
dawidd6/action-download-artifact-v3/node_modules/@protobuf-ts/plugin-framework/package.json
generated
vendored
Normal file
40
dawidd6/action-download-artifact-v3/node_modules/@protobuf-ts/plugin-framework/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "@protobuf-ts/plugin-framework",
|
||||
"version": "2.9.3",
|
||||
"description": "framework to create protoc plugins",
|
||||
"license": "(Apache-2.0 AND BSD-3-Clause)",
|
||||
"author": "Timo Stamm <ts@timostamm.com>",
|
||||
"homepage": "https://github.com/timostamm/protobuf-ts",
|
||||
"keywords": [
|
||||
"Protocol Buffers",
|
||||
"protobuf",
|
||||
"TypeScript",
|
||||
"protoc"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/timostamm/protobuf-ts.git",
|
||||
"directory": "packages/plugin-framework"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "./build/commonjs/index.js",
|
||||
"module": "./build/es2015/index.js",
|
||||
"typings": "./build/types/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^3.5.10",
|
||||
"@types/node": "^14.0.13",
|
||||
"jasmine": "^3.5.0",
|
||||
"jasmine-spec-reporter": "^5.0.2",
|
||||
"ts-node": "^8.10.2",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"tslib": ">=1.6.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@protobuf-ts/runtime": "^2.9.3",
|
||||
"typescript": "^3.9"
|
||||
},
|
||||
"gitHead": "bbda0c30ecc8e826c07a41105e93e05dbb9638b2"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue