2024-04-09 14:15:15 +00:00
|
|
|
{
|
2018-10-19 14:38:50 +00:00
|
|
|
"name": "balena-cli",
|
2024-07-10 21:05:55 +00:00
|
|
|
"version": "18.2.23",
|
2020-09-18 14:35:36 +00:00
|
|
|
"description": "The official balena Command Line Interface",
|
2019-08-28 18:51:56 +00:00
|
|
|
"main": "./build/app.js",
|
2018-10-19 14:38:50 +00:00
|
|
|
"homepage": "https://github.com/balena-io/balena-cli",
|
2014-12-09 19:46:47 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-10-19 14:38:50 +00:00
|
|
|
"url": "git@github.com:balena-io/balena-cli.git"
|
2014-12-09 19:46:47 +00:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2017-11-23 12:04:48 +00:00
|
|
|
"files": [
|
2020-07-03 18:22:44 +00:00
|
|
|
"bin/.fast-boot.json",
|
2019-06-05 12:12:10 +00:00
|
|
|
"bin/",
|
2017-11-23 12:04:48 +00:00
|
|
|
"build/",
|
2017-11-23 12:12:03 +00:00
|
|
|
"doc/",
|
2019-07-02 17:15:32 +00:00
|
|
|
"lib/",
|
2019-07-02 19:20:07 +00:00
|
|
|
"patches/",
|
2024-01-05 20:48:01 +00:00
|
|
|
"!patches/**/**.dev.patch",
|
2019-07-02 19:20:07 +00:00
|
|
|
"*.md",
|
2020-06-26 15:05:16 +00:00
|
|
|
"npm-shrinkwrap.json",
|
|
|
|
"oclif.manifest.json"
|
2017-11-23 12:04:48 +00:00
|
|
|
],
|
2014-11-27 13:10:51 +00:00
|
|
|
"bin": {
|
2024-03-11 17:33:30 +00:00
|
|
|
"balena": "./bin/run.js"
|
2014-11-27 13:10:51 +00:00
|
|
|
},
|
2017-12-12 17:02:37 +00:00
|
|
|
"pkg": {
|
|
|
|
"scripts": [
|
2020-07-01 23:45:54 +00:00
|
|
|
"build/**/*.js",
|
2020-07-31 14:35:20 +00:00
|
|
|
"node_modules/balena-sdk/es2018/index.js",
|
2020-08-04 13:17:51 +00:00
|
|
|
"node_modules/pinejs-client-request/node_modules/pinejs-client-core/es2018/index.js",
|
2022-06-28 12:22:42 +00:00
|
|
|
"node_modules/@balena/compose/dist/parse/schemas/*.json"
|
2017-12-12 17:02:37 +00:00
|
|
|
],
|
|
|
|
"assets": [
|
2017-12-14 12:29:44 +00:00
|
|
|
"build/auth/pages/*.ejs",
|
2020-06-15 22:53:01 +00:00
|
|
|
"node_modules/balena-sdk/node_modules/balena-pine/**/*",
|
|
|
|
"node_modules/balena-pine/**/*",
|
|
|
|
"node_modules/pinejs-client-core/**/*",
|
2020-03-11 01:12:07 +00:00
|
|
|
"node_modules/open/xdg-open",
|
2019-10-13 23:52:43 +00:00
|
|
|
"node_modules/windosu/*.bat",
|
2020-06-26 15:05:16 +00:00
|
|
|
"node_modules/windosu/*.cmd",
|
2024-01-17 11:43:14 +00:00
|
|
|
"node_modules/axios/**/*",
|
2021-05-22 00:44:45 +00:00
|
|
|
"npm-shrinkwrap.json",
|
2020-06-26 15:05:16 +00:00
|
|
|
"oclif.manifest.json"
|
2017-12-12 17:02:37 +00:00
|
|
|
]
|
|
|
|
},
|
2014-10-31 13:37:29 +00:00
|
|
|
"scripts": {
|
2020-07-13 20:58:32 +00:00
|
|
|
"postinstall": "node patches/apply-patches.js",
|
2019-05-23 00:44:08 +00:00
|
|
|
"prebuild": "rimraf build/ build-bin/",
|
2024-03-11 18:37:34 +00:00
|
|
|
"pretarball": "ts-node --transpile-only ../../automation/run.ts sign:binaries",
|
2020-01-20 14:01:58 +00:00
|
|
|
"build": "npm run build:src && npm run catch-uncommitted",
|
2021-06-25 23:42:07 +00:00
|
|
|
"build:t": "npm run lint && npm run build:fast && npm run build:test",
|
2021-02-28 20:40:25 +00:00
|
|
|
"build:src": "npm run lint && npm run build:fast && npm run build:test && npm run build:doc && npm run build:completion",
|
2022-01-04 15:03:05 +00:00
|
|
|
"build:pages": "mkdirp ./build/auth/pages/&& inline-source --compress ./lib/auth/pages/error.ejs ./build/auth/pages/error.ejs && inline-source --compress ./lib/auth/pages/success.ejs ./build/auth/pages/success.ejs",
|
|
|
|
"build:fast": "npm run build:pages && tsc && npx oclif manifest",
|
2022-01-03 16:00:04 +00:00
|
|
|
"build:test": "tsc -P ./tsconfig.dev.json --noEmit",
|
2021-11-23 11:25:40 +00:00
|
|
|
"build:doc": "ts-node --transpile-only automation/capitanodoc/index.ts > docs/balena-cli.md",
|
2021-02-28 20:40:25 +00:00
|
|
|
"build:completion": "node completion/generate-completion.js",
|
2020-03-10 16:56:42 +00:00
|
|
|
"build:standalone": "ts-node --transpile-only automation/run.ts build:standalone",
|
|
|
|
"build:installer": "ts-node --transpile-only automation/run.ts build:installer",
|
2019-06-06 14:19:35 +00:00
|
|
|
"package": "npm run build:fast && npm run build:standalone && npm run build:installer",
|
2017-11-23 12:49:47 +00:00
|
|
|
"pretest": "npm run build",
|
2023-12-04 13:37:56 +00:00
|
|
|
"test": "npm run test:shrinkwrap && npm run test:core",
|
|
|
|
"test:core": "npm run test:source && npm run test:standalone",
|
2020-08-06 11:20:25 +00:00
|
|
|
"test:shrinkwrap": "ts-node --transpile-only automation/run.ts test-shrinkwrap",
|
2020-08-11 15:03:36 +00:00
|
|
|
"test:source": "cross-env BALENA_CLI_TEST_TYPE=source mocha",
|
2020-07-09 18:48:06 +00:00
|
|
|
"test:standalone": "npm run build:standalone && npm run test:standalone:fast",
|
2020-11-15 00:51:35 +00:00
|
|
|
"test:standalone:fast": "cross-env BALENA_CLI_TEST_TYPE=standalone mocha --config .mocharc-standalone.js",
|
2020-07-09 18:48:06 +00:00
|
|
|
"test:fast": "npm run build:fast && npm run test:source",
|
2021-07-28 13:19:57 +00:00
|
|
|
"test:debug": "cross-env BALENA_CLI_TEST_TYPE=source mocha --inspect-brk=0.0.0.0",
|
2020-08-11 15:03:36 +00:00
|
|
|
"test:only": "npm run build:fast && cross-env BALENA_CLI_TEST_TYPE=source mocha \"tests/**/${npm_config_test}.spec.ts\"",
|
2020-03-10 16:56:42 +00:00
|
|
|
"catch-uncommitted": "ts-node --transpile-only automation/run.ts catch-uncommitted",
|
2020-02-06 13:10:28 +00:00
|
|
|
"ci": "npm run test && npm run catch-uncommitted",
|
2021-11-23 18:11:25 +00:00
|
|
|
"lint": "npm run lint-tsconfig && npm run lint-other",
|
|
|
|
"lint-tsconfig": "balena-lint -e ts -e js -t tsconfig.dev.json --fix automation/ lib/ tests/ typings/",
|
2024-03-11 17:33:30 +00:00
|
|
|
"lint-other": "balena-lint -e ts -e js --fix bin/run.js bin/dev.js completion/ .mocharc.js .mocharc-standalone.js",
|
2020-03-10 16:56:42 +00:00
|
|
|
"update": "ts-node --transpile-only ./automation/update-module.ts",
|
2020-07-03 18:22:44 +00:00
|
|
|
"prepare": "echo {} > bin/.fast-boot.json",
|
2017-09-14 13:59:31 +00:00
|
|
|
"prepublishOnly": "npm run build"
|
2014-10-31 13:37:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2018-10-19 14:38:50 +00:00
|
|
|
"balena",
|
|
|
|
"balena.io",
|
|
|
|
"balenaCloud",
|
|
|
|
"balenaOS",
|
2014-10-31 13:37:29 +00:00
|
|
|
"resin",
|
2018-10-19 14:38:50 +00:00
|
|
|
"resin.io",
|
2014-10-31 13:37:29 +00:00
|
|
|
"git"
|
|
|
|
],
|
2021-06-21 22:14:36 +00:00
|
|
|
"author": "Balena Inc. (https://balena.io/)",
|
2016-01-04 03:58:51 +00:00
|
|
|
"license": "Apache-2.0",
|
2017-06-22 16:58:09 +00:00
|
|
|
"engines": {
|
2024-04-16 10:01:04 +00:00
|
|
|
"node": "^20.6.0"
|
2017-06-22 16:58:09 +00:00
|
|
|
},
|
2019-10-17 20:12:40 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2022-10-18 06:45:12 +00:00
|
|
|
"pre-commit": "node automation/check-npm-version.js && ts-node automation/check-doc.ts"
|
2019-10-17 20:12:40 +00:00
|
|
|
}
|
|
|
|
},
|
2019-04-02 11:26:21 +00:00
|
|
|
"oclif": {
|
|
|
|
"bin": "balena",
|
2020-10-02 11:42:23 +00:00
|
|
|
"commands": "./build/commands",
|
2020-09-04 14:34:34 +00:00
|
|
|
"helpClass": "./build/help",
|
2024-03-11 13:19:15 +00:00
|
|
|
"topicSeparator": " ",
|
2019-08-28 01:14:19 +00:00
|
|
|
"hooks": {
|
2020-09-07 12:35:35 +00:00
|
|
|
"prerun": "./build/hooks/prerun/track",
|
|
|
|
"command_not_found": "./build/hooks/command-not-found/suggest"
|
2019-08-28 01:14:19 +00:00
|
|
|
},
|
2023-09-06 14:39:31 +00:00
|
|
|
"additionalHelpFlags": [
|
|
|
|
"help"
|
|
|
|
],
|
2019-04-02 11:26:21 +00:00
|
|
|
"macos": {
|
2019-06-18 23:59:56 +00:00
|
|
|
"identifier": "io.balena.cli",
|
2024-03-11 13:45:16 +00:00
|
|
|
"sign": "\"Developer ID Installer: Balena Ltd (66H43P8FRG)\""
|
2023-07-06 17:02:19 +00:00
|
|
|
}
|
2019-04-02 11:26:21 +00:00
|
|
|
},
|
2014-10-31 13:37:29 +00:00
|
|
|
"devDependencies": {
|
2024-03-14 12:11:53 +00:00
|
|
|
"@balena/lint": "^8.0.0",
|
2023-06-28 11:26:16 +00:00
|
|
|
"@electron/notarize": "^2.0.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@octokit/plugin-throttling": "^3.5.1",
|
|
|
|
"@octokit/rest": "^18.6.7",
|
|
|
|
"@types/archiver": "^5.1.1",
|
|
|
|
"@types/bluebird": "^3.5.36",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/body-parser": "^1.19.2",
|
|
|
|
"@types/chai": "^4.3.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/chai-as-promised": "^7.1.4",
|
|
|
|
"@types/cli-truncate": "^2.0.0",
|
|
|
|
"@types/common-tags": "^1.8.1",
|
2023-10-27 14:57:07 +00:00
|
|
|
"@types/diff": "^5.0.3",
|
2024-04-15 02:23:23 +00:00
|
|
|
"@types/dockerode": "3.3.23",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/ejs": "^3.1.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/express": "^4.17.13",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/global-agent": "^2.1.1",
|
|
|
|
"@types/global-tunnel-ng": "^2.1.1",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/http-proxy": "^1.17.8",
|
2023-05-08 16:48:33 +00:00
|
|
|
"@types/inquirer": "^7.3.3",
|
2019-09-30 14:08:28 +00:00
|
|
|
"@types/intercept-stdout": "^0.1.0",
|
2020-02-21 00:31:53 +00:00
|
|
|
"@types/is-root": "^2.1.2",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
|
|
|
"@types/jsonwebtoken": "^8.5.6",
|
|
|
|
"@types/klaw": "^3.0.3",
|
|
|
|
"@types/lodash": "^4.14.178",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/mixpanel": "^2.14.3",
|
|
|
|
"@types/mocha": "^8.2.3",
|
2021-12-24 16:40:37 +00:00
|
|
|
"@types/mock-require": "^2.0.1",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/moment-duration-format": "^2.2.3",
|
|
|
|
"@types/ndjson": "^2.0.1",
|
2020-08-13 07:56:32 +00:00
|
|
|
"@types/net-keepalive": "^0.4.1",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/nock": "^11.1.0",
|
2024-01-17 11:43:14 +00:00
|
|
|
"@types/node": "^20.0.0",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/node-cleanup": "^2.1.2",
|
|
|
|
"@types/parse-link-header": "^1.0.1",
|
2024-07-02 08:48:40 +00:00
|
|
|
"@types/prettyjson": "^0.0.33",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/progress-stream": "^2.0.2",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/request": "^2.48.7",
|
2019-08-07 11:31:03 +00:00
|
|
|
"@types/rewire": "^2.5.28",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/rimraf": "^3.0.2",
|
2022-04-08 15:07:41 +00:00
|
|
|
"@types/semver": "^7.3.9",
|
2019-05-23 00:44:08 +00:00
|
|
|
"@types/shell-escape": "^0.2.0",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/sinon": "^10.0.6",
|
2020-04-25 11:00:36 +00:00
|
|
|
"@types/split": "^1.0.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/stream-to-promise": "^2.2.1",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/tar-stream": "^2.2.2",
|
2020-08-13 07:56:32 +00:00
|
|
|
"@types/through2": "^2.0.36",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@types/tmp": "^0.2.3",
|
2021-07-09 13:44:38 +00:00
|
|
|
"@types/which": "^2.0.1",
|
2023-10-27 14:57:07 +00:00
|
|
|
"@types/window-size": "^1.1.1",
|
2021-07-09 13:44:38 +00:00
|
|
|
"archiver": "^5.3.0",
|
2021-04-27 13:58:54 +00:00
|
|
|
"catch-uncommitted": "^2.0.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"chai": "^4.3.4",
|
2019-08-07 11:31:03 +00:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2021-07-09 13:44:38 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2020-06-16 23:38:03 +00:00
|
|
|
"deep-object-diff": "^1.1.0",
|
2021-07-09 13:44:38 +00:00
|
|
|
"diff": "^5.0.0",
|
2015-03-16 12:51:26 +00:00
|
|
|
"ent": "^2.2.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"filehound": "^1.17.5",
|
2021-07-09 13:44:38 +00:00
|
|
|
"fs-extra": "^9.1.0",
|
2020-06-15 22:53:04 +00:00
|
|
|
"http-proxy": "^1.18.1",
|
2021-07-09 13:44:38 +00:00
|
|
|
"husky": "^4.3.8",
|
2022-01-04 15:03:05 +00:00
|
|
|
"inline-source-cli": "^2.0.0",
|
2019-09-06 13:43:53 +00:00
|
|
|
"intercept-stdout": "^0.1.2",
|
2024-07-02 09:48:15 +00:00
|
|
|
"jsonwebtoken": "^9.0.0",
|
2024-03-14 14:41:10 +00:00
|
|
|
"klaw": "^3.0.0",
|
2022-01-04 15:03:05 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-07-09 13:44:38 +00:00
|
|
|
"mocha": "^8.4.0",
|
2020-03-06 21:19:24 +00:00
|
|
|
"mock-require": "^3.0.3",
|
2021-12-21 18:24:26 +00:00
|
|
|
"nock": "^13.2.1",
|
2023-09-28 21:35:59 +00:00
|
|
|
"oclif": "^3.17.1",
|
2022-10-18 12:18:22 +00:00
|
|
|
"parse-link-header": "^2.0.0",
|
2020-11-11 17:05:10 +00:00
|
|
|
"rewire": "^5.0.0",
|
2022-10-18 06:43:44 +00:00
|
|
|
"simple-git": "^3.14.1",
|
2021-06-25 23:42:07 +00:00
|
|
|
"sinon": "^11.1.2",
|
2021-12-21 18:24:26 +00:00
|
|
|
"ts-node": "^10.4.0",
|
2024-06-20 21:18:36 +00:00
|
|
|
"typescript": "^5.5.2"
|
2014-10-31 15:59:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-15 02:23:23 +00:00
|
|
|
"@balena/compose": "^3.2.1",
|
2020-05-01 11:18:11 +00:00
|
|
|
"@balena/dockerignore": "^1.0.2",
|
2023-12-11 16:55:49 +00:00
|
|
|
"@balena/env-parsing": "^1.1.8",
|
2021-12-21 18:24:26 +00:00
|
|
|
"@balena/es-version": "^1.0.1",
|
2024-06-21 12:48:10 +00:00
|
|
|
"@oclif/core": "^3.27.0",
|
2017-05-18 22:25:01 +00:00
|
|
|
"@resin.io/valid-email": "^0.1.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"@sentry/node": "^6.16.1",
|
2024-06-21 20:48:02 +00:00
|
|
|
"@types/fast-levenshtein": "0.0.4",
|
2020-08-13 07:56:32 +00:00
|
|
|
"@types/update-notifier": "^4.1.1",
|
2024-01-17 11:43:14 +00:00
|
|
|
"@yao-pkg/pkg": "^5.11.1",
|
2021-11-24 23:00:38 +00:00
|
|
|
"balena-config-json": "^4.2.0",
|
2024-04-09 14:15:15 +00:00
|
|
|
"balena-device-init": "^7.0.1",
|
2023-04-05 06:23:00 +00:00
|
|
|
"balena-errors": "^4.7.3",
|
2021-01-21 19:27:07 +00:00
|
|
|
"balena-image-fs": "^7.0.6",
|
2023-10-26 17:25:22 +00:00
|
|
|
"balena-image-manager": "^10.0.1",
|
2024-04-09 15:09:05 +00:00
|
|
|
"balena-preload": "^15.0.5",
|
2024-01-23 14:49:13 +00:00
|
|
|
"balena-sdk": "^19.4.0",
|
2020-07-31 15:25:48 +00:00
|
|
|
"balena-semver": "^2.3.0",
|
2023-05-23 10:08:42 +00:00
|
|
|
"balena-settings-client": "^5.0.2",
|
2023-08-16 17:02:56 +00:00
|
|
|
"balena-settings-storage": "^8.1.0",
|
2020-01-24 22:20:39 +00:00
|
|
|
"bluebird": "^3.7.2",
|
2021-12-24 16:40:37 +00:00
|
|
|
"body-parser": "^1.19.1",
|
2024-07-10 00:37:52 +00:00
|
|
|
"bonjour-service": "^1.2.1",
|
2020-03-02 17:13:16 +00:00
|
|
|
"chalk": "^3.0.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"chokidar": "^3.5.2",
|
2020-08-13 16:01:19 +00:00
|
|
|
"cli-truncate": "^2.1.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"color-hash": "^1.1.1",
|
2015-08-13 12:11:58 +00:00
|
|
|
"columnify": "^1.5.2",
|
2018-04-11 17:31:03 +00:00
|
|
|
"common-tags": "^1.7.2",
|
2019-05-23 00:29:54 +00:00
|
|
|
"denymount": "^2.3.0",
|
2024-04-15 02:23:23 +00:00
|
|
|
"docker-modem": "^5.0.3",
|
2022-05-13 16:18:53 +00:00
|
|
|
"docker-progress": "^5.1.3",
|
2024-04-15 02:23:23 +00:00
|
|
|
"dockerode": "^4.0.2",
|
2021-12-24 16:40:37 +00:00
|
|
|
"ejs": "^3.1.6",
|
2024-07-02 12:53:24 +00:00
|
|
|
"etcher-sdk": "9.1.0",
|
2024-07-02 10:48:33 +00:00
|
|
|
"event-stream": "3.3.5",
|
2021-12-24 16:40:37 +00:00
|
|
|
"express": "^4.17.2",
|
2020-06-24 14:20:20 +00:00
|
|
|
"fast-boot2": "^1.1.0",
|
2020-09-07 12:35:35 +00:00
|
|
|
"fast-levenshtein": "^3.0.0",
|
2021-07-20 21:38:39 +00:00
|
|
|
"filenamify": "^4.3.0",
|
2020-08-13 16:01:19 +00:00
|
|
|
"get-stdin": "^8.0.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"glob": "^7.2.0",
|
|
|
|
"global-agent": "^2.2.0",
|
2018-02-05 15:55:26 +00:00
|
|
|
"global-tunnel-ng": "^2.1.1",
|
2021-12-24 16:40:37 +00:00
|
|
|
"got": "^11.8.3",
|
2017-12-11 22:37:56 +00:00
|
|
|
"humanize": "0.0.9",
|
2020-08-13 07:56:32 +00:00
|
|
|
"inquirer": "^7.3.3",
|
2019-10-13 23:52:43 +00:00
|
|
|
"is-elevated": "^3.0.0",
|
|
|
|
"is-root": "^2.1.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-05-02 15:46:32 +00:00
|
|
|
"JSONStream": "^1.0.3",
|
2021-12-24 16:40:37 +00:00
|
|
|
"livepush": "^3.5.1",
|
2021-07-20 16:18:16 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-12-24 16:40:37 +00:00
|
|
|
"moment": "^2.29.1",
|
2020-01-24 22:20:39 +00:00
|
|
|
"moment-duration-format": "^2.3.2",
|
2021-04-09 21:41:30 +00:00
|
|
|
"ndjson": "^2.0.0",
|
2017-10-06 09:05:24 +00:00
|
|
|
"node-cleanup": "^2.1.2",
|
2020-01-24 22:20:39 +00:00
|
|
|
"node-unzip-2": "^0.2.8",
|
2020-08-13 07:56:32 +00:00
|
|
|
"open": "^7.1.0",
|
2024-04-09 16:24:32 +00:00
|
|
|
"patch-package": "^6.5.1",
|
2022-01-12 20:58:31 +00:00
|
|
|
"prettyjson": "^1.2.5",
|
2017-06-13 17:28:37 +00:00
|
|
|
"progress-stream": "^2.0.0",
|
2021-01-21 19:27:07 +00:00
|
|
|
"reconfix": "^1.0.0-v0-1-0-fork-46760acff4d165f5238bfac5e464256ef1944476",
|
2020-02-29 21:52:09 +00:00
|
|
|
"request": "^2.88.2",
|
2024-04-08 17:54:04 +00:00
|
|
|
"resin-cli-form": "^3.0.0",
|
2024-04-08 17:22:04 +00:00
|
|
|
"resin-cli-visuals": "^2.0.0",
|
2022-01-12 20:58:31 +00:00
|
|
|
"resin-doodles": "^0.2.0",
|
2018-11-26 18:16:22 +00:00
|
|
|
"resin-stream-logger": "^0.1.2",
|
2020-02-29 21:52:09 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-12-24 16:40:37 +00:00
|
|
|
"semver": "^7.3.5",
|
2019-10-13 23:52:43 +00:00
|
|
|
"shell-escape": "^0.2.0",
|
2018-03-15 13:16:33 +00:00
|
|
|
"split": "^1.0.1",
|
2020-03-02 17:13:16 +00:00
|
|
|
"stream-to-promise": "^2.2.0",
|
2021-12-24 16:40:37 +00:00
|
|
|
"string-width": "^4.2.3",
|
2018-03-15 13:16:33 +00:00
|
|
|
"strip-ansi-stream": "^1.0.0",
|
2020-08-13 07:56:32 +00:00
|
|
|
"tar-stream": "^2.1.3",
|
2020-08-13 22:05:11 +00:00
|
|
|
"tar-utils": "^2.1.1",
|
2017-12-11 22:37:56 +00:00
|
|
|
"through2": "^2.0.3",
|
2020-08-04 15:24:02 +00:00
|
|
|
"tmp": "^0.2.1",
|
2020-07-31 15:25:48 +00:00
|
|
|
"typed-error": "^3.2.1",
|
2021-12-24 16:40:37 +00:00
|
|
|
"update-notifier": "^5.1.0",
|
2020-01-09 00:13:32 +00:00
|
|
|
"which": "^2.0.2",
|
2017-12-11 22:37:56 +00:00
|
|
|
"window-size": "^1.1.0"
|
2017-03-28 09:09:58 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2019-10-13 23:52:43 +00:00
|
|
|
"windosu": "^0.3.0"
|
2021-07-09 21:30:25 +00:00
|
|
|
},
|
|
|
|
"versionist": {
|
2024-07-10 21:05:55 +00:00
|
|
|
"publishedAt": "2024-07-10T21:05:52.453Z"
|
2014-10-31 13:37:29 +00:00
|
|
|
}
|
2018-02-20 17:12:45 +00:00
|
|
|
}
|