chore: update node_modules with new binary files and dependencies
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
This commit is contained in:
25
node_modules/onnx-proto/package.json
generated
vendored
Normal file
25
node_modules/onnx-proto/package.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "onnx-proto",
|
||||
"version": "4.0.4",
|
||||
"description": "Onnx Protobuf definition for JavaScript",
|
||||
"main": "dist/onnx.js",
|
||||
"types": "dist/onnx.d.ts",
|
||||
"unpkg": "dist/onnx.min.js",
|
||||
"scripts": {
|
||||
"build": "sh scripts/run.sh",
|
||||
"publish-npm": "npm publish"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chaosmail/onnx-proto.git"
|
||||
},
|
||||
"keywords": [
|
||||
"onnx",
|
||||
"protobuf"
|
||||
],
|
||||
"author": "Christoph Koerner",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"protobufjs": "^6.8.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user