mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.21.2 to 7.21.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.3/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "hyper",
|
|
"productName": "Hyper",
|
|
"description": "A terminal built on web technologies",
|
|
"version": "4.0.0-canary.3",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZEIT, Inc.",
|
|
"email": "team@zeit.co"
|
|
},
|
|
"repository": "zeit/hyper",
|
|
"dependencies": {
|
|
"@babel/parser": "7.21.3",
|
|
"@electron/remote": "2.0.9",
|
|
"async-retry": "1.3.3",
|
|
"chokidar": "^3.5.3",
|
|
"color": "4.2.3",
|
|
"default-shell": "1.0.1",
|
|
"electron-fetch": "1.9.1",
|
|
"electron-is-dev": "2.0.0",
|
|
"electron-store": "8.1.0",
|
|
"fs-extra": "11.1.0",
|
|
"git-describe": "4.1.1",
|
|
"lodash": "4.17.21",
|
|
"ms": "2.1.3",
|
|
"native-process-working-directory": "^1.0.2",
|
|
"node-pty": "0.11.0-beta30",
|
|
"os-locale": "5.0.0",
|
|
"parse-url": "8.1.0",
|
|
"queue": "6.0.2",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"recast": "0.22.0",
|
|
"semver": "7.3.8",
|
|
"shell-env": "3.0.1",
|
|
"sudo-prompt": "^9.2.1",
|
|
"uuid": "9.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"native-reg": "1.1.1"
|
|
}
|
|
}
|