Ai
1 Star 0 Fork 12

skymysky/TensorFlowjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
Shanqing Cai 提交于 2018-08-15 01:05 +08:00 . Bump version: 0.12.4 --> 0.12.5 (#606)
{
"name": "@tensorflow/tfjs",
"version": "0.12.5",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
"jsnext:main": "dist/tf.esm.js",
"module": "dist/tf.esm.js",
"jsdelivr": "dist/tf.min.js",
"unpkg": "dist/tf.min.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@octokit/rest": "15.2.6",
"@types/jasmine": "~2.8.6",
"@types/node": "~9.6.1",
"babel-core": "~6.26.3",
"babel-plugin-external-helpers": "~6.22.0",
"babel-preset-env": "~1.7.0",
"clang-format": "~1.2.2",
"commander": "~2.14.1",
"jasmine": "3.1.0",
"jasmine-core": "~3.1.0",
"karma": "~2.0.0",
"karma-browserstack-launcher": "~1.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.1.0",
"karma-jasmine": "~1.1.1",
"karma-typescript": "~3.0.12",
"mkdirp": "~0.5.1",
"nodemon": "1.17.3",
"rimraf": "~2.6.2",
"rollup": "~0.58.2",
"rollup-plugin-babel": "~3.0.4",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-json": "~3.0.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-typescript2": "0.13.0",
"rollup-plugin-uglify": "~3.0.0",
"shelljs": "~0.8.1",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "2.7.2",
"yalc": "~1.0.0-pre.21"
},
"scripts": {
"build": "tsc",
"build-npm": "./scripts/build-npm.sh",
"link-local": "yalc link",
"publish-local": "yarn build-npm && yalc push",
"lint": "tslint -p . -t verbose",
"test": "ts-node ./scripts/release_notes/run_tests.ts && karma start",
"test-travis": "ts-node ./scripts/release_notes/run_tests.ts && karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun",
"release-notes": "ts-node ./scripts/release_notes/release_notes.ts"
},
"dependencies": {
"@tensorflow/tfjs-converter": "0.5.7",
"@tensorflow/tfjs-core": "0.12.11",
"@tensorflow/tfjs-layers": "0.7.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skymysky/TensorFlowjs.git
git@gitee.com:skymysky/TensorFlowjs.git
skymysky
TensorFlowjs
TensorFlowjs
master

搜索帮助