mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bumps [electron-store](https://github.com/sindresorhus/electron-store) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/sindresorhus/electron-store/releases) - [Commits](https://github.com/sindresorhus/electron-store/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: electron-store dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1,017 B
JSON
42 lines
1,017 B
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "3.3.0-canary.2",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "zeit/hyper",
|
|
"dependencies": {
|
|
"@electron/remote": "2.0.8",
|
|
"async-retry": "1.3.3",
|
|
"chokidar": "^3.5.3",
|
|
"color": "4.2.3",
|
|
"default-shell": "1.0.1",
|
|
"electron-fetch": "1.7.4",
|
|
"electron-is-dev": "2.0.0",
|
|
"electron-store": "8.0.2",
|
|
"fs-extra": "10.1.0",
|
|
"git-describe": "4.1.1",
|
|
"lodash": "4.17.21",
|
|
"mkdirp": "1.0.4",
|
|
"ms": "2.1.3",
|
|
"native-process-working-directory": "^1.0.2",
|
|
"node-pty": "0.10.1",
|
|
"os-locale": "5.0.0",
|
|
"parse-url": "5.0.8",
|
|
"pify": "5.0.0",
|
|
"queue": "6.0.2",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"semver": "7.3.7",
|
|
"shell-env": "3.0.1",
|
|
"sudo-prompt": "^9.2.1",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"native-reg": "1.0.0"
|
|
}
|
|
}
|