1 Star 0 Fork 13

weiwangchina / TensorFlow.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 934 Bytes
一键复制 编辑 原始数据 按行查看 历史
Na Li 提交于 2020-08-11 09:06 . Update lockfile script. (#3746)
{
"devDependencies": {
"@octokit/rest": "15.17.0",
"@types/argparse": "^1.0.38",
"@types/jasmine": "2.8.7",
"@types/node": "^12.7.5",
"@types/mkdirp": "^0.5.2",
"@types/shelljs": "^0.8.7",
"argparse": "^1.0.10",
"chalk": "~2.4.2",
"clang-format": "~1.2.4",
"jasmine": "3.1.0",
"shelljs": "~0.8.3",
"mkdirp": "~0.5.1",
"ts-node": "~8.8.2",
"tslint": "~5.20.0",
"typescript": "3.5.3"
},
"scripts": {
"find-affected-packages": "./scripts/find-affected-packages.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"
}
}
JavaScript
1
https://gitee.com/wangweichina/TensorFlowjs.git
git@gitee.com:wangweichina/TensorFlowjs.git
wangweichina
TensorFlowjs
TensorFlow.js
master

搜索帮助