1 Star 0 Fork 13

尋常 / TensorFlow.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.86 KB
一键复制 编辑 原始数据 按行查看 历史
{
"devDependencies": {
"@bazel/bazelisk": "^1.11.0",
"@bazel/buildifier": "4.2.4",
"@bazel/concatjs": "4.6.1",
"@bazel/esbuild": "4.6.1",
"@bazel/jasmine": "4.6.1",
"@bazel/rollup": "4.6.1",
"@bazel/terser": "4.6.1",
"@bazel/typescript": "4.6.1",
"@octokit/rest": "15.17.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/argparse": "^1.0.38",
"@types/jasmine": "~3.0.0",
"@types/long": "4.0.1",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.5",
"@types/node-fetch": "~2.1.2",
"@types/offscreencanvas": "~2019.3.0",
"@types/seedrandom": "^2.4.28",
"@types/shelljs": "^0.8.7",
"@types/webgl-ext": "0.0.30",
"@types/webgl2": "0.0.6",
"ajv": "~6.12.3",
"argparse": "^1.0.10",
"chalk": "~2.4.2",
"clang-format": "~1.2.4",
"console-table-printer": "^2.4.32",
"copyfiles": "~1.2.0",
"core-js": "3",
"deep-equal": "^1.0.1",
"jasmine": "~3.1.0",
"jasmine-core": "~3.1.0",
"js-yaml": "^3.14.0",
"karma": "^6.3.16",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "~1.0.1",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.8",
"long": "4.0.0",
"mkdirp": "~0.5.1",
"opn": "~5.1.0",
"protobufjs": "~6.8.6",
"requirejs": "^2.3.6",
"rimraf": "~2.6.2",
"rollup": "^2.46.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "~3.3.2",
"seedrandom": "^3.0.5",
"shelljs": "~0.8.5",
"terser": "^5.7.0",
"ts-morph": "^11.0.3",
"ts-node": "~8.8.2",
"tslint": "^6.1.3",
"tslint-no-circular-imports": "~0.7.0",
"typescript": "3.5.3"
},
"scripts": {
"lint": "tslint -p tsconfig_tslint.json",
"test-packages-ci": "yarn generate-cloudbuild-for-packages && ./scripts/run-build.sh",
"generate-cloudbuild-for-packages": "./scripts/generate_cloudbuild_for_packages.js",
"test-generate-cloudbuild": "jasmine run scripts/generate_cloudbuild_test.js",
"test-run-flaky": "jasmine run scripts/run_flaky_test.js",
"release": "ts-node -s ./scripts/release.ts",
"release-tfjs": "ts-node -s ./scripts/release-tfjs.ts",
"publish-npm": "ts-node -s ./scripts/publish-npm.ts",
"release-notes": "ts-node -s ./scripts/release_notes/release_notes.ts",
"test-release-notes": "ts-node -s ./scripts/release_notes/run_tests.ts",
"update-tfjs-lockfiles": "ts-node -s ./scripts/update-tfjs-lockfiles",
"tag-tfjs-release": "ts-node -s ./scripts/tag-tfjs-release",
"update-cloudbuild-tests": "yarn generate-cloudbuild-for-packages tfjs-node -o scripts/cloudbuild_tfjs_node_expected.yml && yarn generate-cloudbuild-for-packages e2e -o scripts/cloudbuild_e2e_expected.yml",
"bazel:format": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-actions,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,out-of-order-load,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unsorted-dict-items,unused-variable",
"bazel:format-check": "yarn bazel:format --mode=check",
"bazel:lint": "yarn bazel:format --lint=warn",
"bazel:lint-fix": "yarn bazel:format --lint=fix",
"bazel:lint-check": "yarn bazel:format --lint=warn --mode=check",
"buildifier-ci": "./scripts/buildifier-ci.sh"
},
"dependencies": {
"@webgpu/types": "0.1.13",
"node-fetch": "^2.6.7"
},
"resolutions": {
"minimist": "1.2.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ZhangXianKai/TensorFlowjs.git
git@gitee.com:ZhangXianKai/TensorFlowjs.git
ZhangXianKai
TensorFlowjs
TensorFlow.js
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891