1 Star 2 Fork 2

polokk / balena-io-etcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.77 KB
一键复制 编辑 原始数据 按行查看 历史
Balena CI 提交于 2020-02-20 19:33 . v1.5.79
{
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.5.79",
"packageType": "local",
"updates": {
"enabled": true,
"sleepDays": 7,
"semverRange": "<2.0.0"
},
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
"homepage": "https://github.com/balena-io/etcher",
"gypfile": true,
"repository": {
"type": "git",
"url": "git@github.com:balena-io/etcher.git"
},
"scripts": {
"test": "make lint test sanity-checks",
"start": "./node_modules/.bin/electron .",
"postshrinkwrap": "ts-node ./scripts/clean-shrinkwrap.ts",
"configure": "node-gyp configure",
"build": "node-gyp build",
"install": "node-gyp rebuild",
"webpack": "webpack",
"watch": "webpack --watch",
"concourse-build-electron": "make webpack",
"concourse-test": "npx npm@6.7.0 test",
"concourse-test-electron": "npx npm@6.7.0 test"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./**/*.{ts,tsx}": [
"make lint-ts",
"git add"
]
},
"author": "Balena Inc. <hello@etcher.io>",
"license": "Apache-2.0",
"platformSpecificDependencies": [
"fsevents",
"winusb-driver-generator"
],
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"bindings": "^1.3.0",
"bluebird": "^3.5.3",
"bootstrap-sass": "^3.3.6",
"color": "^2.0.1",
"d3": "^4.13.0",
"debug": "^3.1.0",
"electron-updater": "4.0.6",
"etcher-sdk": "^2.0.17",
"flexboxgrid": "^6.3.0",
"immutable": "^3.8.1",
"inactivity-timer": "^1.0.0",
"lodash": "^4.17.10",
"mime-types": "^2.1.18",
"nan": "^2.14.0",
"node-ipc": "^9.1.1",
"path-is-inside": "^1.0.2",
"pretty-bytes": "^5.3.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"redux": "^3.5.2",
"rendition": "^11.24.0",
"request": "^2.81.0",
"resin-corvus": "^2.0.5",
"roboto-fontface": "^0.9.0",
"semver": "^5.1.1",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0",
"sudo-prompt": "^9.0.0",
"sys-class-rgb-led": "^2.1.0",
"tmp": "^0.1.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"@types/bindings": "^1.3.0",
"@types/chai": "^4.2.7",
"@types/mime-types": "^2.1.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.24",
"@types/node-ipc": "^9.1.2",
"@types/react-dom": "^16.8.4",
"@types/request": "^2.48.4",
"@types/semver": "^6.2.0",
"@types/sinon": "^7.5.1",
"@types/tmp": "^0.1.0",
"@types/webpack-node-externals": "^1.7.0",
"chai": "^4.2.0",
"chalk": "^1.1.3",
"electron": "7.1.11",
"electron-builder": "^22.1.0",
"electron-mocha": "^8.2.0",
"electron-notarize": "^0.1.1",
"html-loader": "^0.5.1",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"mocha": "^7.0.1",
"node-gyp": "^3.8.0",
"node-sass": "^4.12.0",
"omit-deep-lodash": "1.1.4",
"resin-lint": "^3.2.0",
"sass-lint": "^1.12.1",
"simple-progress-webpack-plugin": "^1.1.2",
"sinon": "^8.0.4",
"spectron": "^9.0.0",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^1.7.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/polokk/balena-io-etcher.git
git@gitee.com:polokk/balena-io-etcher.git
polokk
balena-io-etcher
balena-io-etcher
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891