2016-06-30 22:01:04 -08:00
|
|
|
{
|
2016-10-06 07:28:43 -08:00
|
|
|
"name": "hyper",
|
|
|
|
|
"productName": "Hyper",
|
2016-10-17 00:29:49 -08:00
|
|
|
"description": "A terminal built on web technologies",
|
2020-02-19 14:28:05 -09:00
|
|
|
"version": "3.1.0-canary.4",
|
2016-07-13 12:44:24 -08:00
|
|
|
"license": "MIT",
|
2016-07-25 14:52:39 -08:00
|
|
|
"author": {
|
2018-01-17 06:58:49 -09:00
|
|
|
"name": "ZEIT, Inc.",
|
2016-08-19 23:47:30 -08:00
|
|
|
"email": "team@zeit.co"
|
2016-07-25 14:52:39 -08:00
|
|
|
},
|
2016-10-06 07:28:43 -08:00
|
|
|
"repository": "zeit/hyper",
|
2016-06-30 22:01:04 -08:00
|
|
|
"dependencies": {
|
2020-01-06 04:03:48 -09:00
|
|
|
"async-retry": "1.3.1",
|
2021-01-18 02:00:56 -09:00
|
|
|
"chokidar": "^3.5.1",
|
2020-10-28 15:26:21 -08:00
|
|
|
"color": "3.1.3",
|
2016-07-24 09:59:21 -08:00
|
|
|
"convert-css-color-name-to-hex": "0.1.1",
|
|
|
|
|
"default-shell": "1.0.1",
|
2021-01-18 02:01:09 -09:00
|
|
|
"electron-fetch": "1.7.3",
|
2021-03-01 02:00:53 -09:00
|
|
|
"electron-is-dev": "2.0.0",
|
2021-04-12 03:00:43 -08:00
|
|
|
"electron-store": "7.0.3",
|
2019-10-24 13:54:35 -08:00
|
|
|
"file-uri-to-path": "2.0.0",
|
2021-01-25 07:48:59 -09:00
|
|
|
"fs-extra": "9.1.0",
|
2019-10-24 13:36:19 -08:00
|
|
|
"git-describe": "4.0.4",
|
2021-02-22 02:00:49 -09:00
|
|
|
"lodash": "4.17.21",
|
2020-04-05 09:38:04 -08:00
|
|
|
"mkdirp": "1.0.4",
|
2020-12-15 16:07:02 -09:00
|
|
|
"ms": "2.1.3",
|
2021-02-08 02:01:04 -09:00
|
|
|
"node-pty": "0.10.0",
|
2020-03-23 08:12:09 -08:00
|
|
|
"os-locale": "5.0.0",
|
2020-09-01 14:48:04 -08:00
|
|
|
"parse-url": "5.0.2",
|
2020-02-17 01:03:45 -09:00
|
|
|
"pify": "5.0.0",
|
2021-01-11 02:00:56 -09:00
|
|
|
"queue": "6.0.2",
|
2021-03-29 03:00:57 -08:00
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2",
|
2021-03-29 04:19:12 -08:00
|
|
|
"semver": "7.3.5",
|
2021-01-18 02:00:50 -09:00
|
|
|
"shell-env": "3.0.1",
|
2021-02-19 02:07:09 -09:00
|
|
|
"sudo-prompt": "^9.2.1",
|
2020-12-15 16:07:54 -09:00
|
|
|
"uuid": "8.3.2"
|
2020-02-14 23:17:45 -09:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2021-03-21 19:59:31 -08:00
|
|
|
"native-reg": "0.3.5"
|
2016-10-17 00:29:12 -08:00
|
|
|
}
|
2016-07-01 13:31:23 -08:00
|
|
|
}
|