A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/cd0c649ec2b421b59012854e61788a11a77194f2 below:

ci-info@4.0.0 · npm/cli@cd0c649 · GitHub

File tree Expand file treeCollapse file tree 7 files changed

+41

-26

lines changed

Filter options

Expand file treeCollapse file tree 7 files changed

+41

-26

lines changed Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

{

2 2

"name": "ci-info",

3 -

"version": "3.9.0",

3 +

"version": "4.0.0",

4 4

"description": "Get details about the current Continuous Integration environment",

5 5

"main": "index.js",

6 6

"typings": "index.d.ts",

Original file line number Diff line number Diff line change

@@ -1,4 +1,10 @@

1 1

[

2 +

{

3 +

"name": "Agola CI",

4 +

"constant": "AGOLA",

5 +

"env": "AGOLA_GIT_REF",

6 +

"pr": "AGOLA_PULL_REQUEST_ID"

7 +

},

2 8

{

3 9

"name": "Appcircle",

4 10

"constant": "APPCIRCLE",

@@ -104,6 +110,11 @@

104 110

"constant": "DSARI",

105 111

"env": "DSARI"

106 112

},

113 +

{

114 +

"name": "Earthly",

115 +

"constant": "EARTHLY",

116 +

"env": "EARTHLY_CI"

117 +

},

107 118

{

108 119

"name": "Expo Application Services",

109 120

"constant": "EAS",

@@ -114,6 +125,11 @@

114 125

"constant": "GERRIT",

115 126

"env": "GERRIT_PROJECT"

116 127

},

128 +

{

129 +

"name": "Gitea Actions",

130 +

"constant": "GITEA_ACTIONS",

131 +

"env": "GITEA_ACTIONS"

132 +

},

117 133

{

118 134

"name": "GitHub Actions",

119 135

"constant": "GITHUB_ACTIONS",

@@ -199,6 +215,11 @@

199 215

"ne": "false"

200 216

}

201 217

},

218 +

{

219 +

"name": "Prow",

220 +

"constant": "PROW",

221 +

"env": "PROW_JOB_ID"

222 +

},

202 223

{

203 224

"name": "ReleaseHub",

204 225

"constant": "RELEASEHUB",

@@ -233,20 +254,6 @@

233 254

"env": "SEMAPHORE",

234 255

"pr": "PULL_REQUEST_NUMBER"

235 256

},

236 -

{

237 -

"name": "Shippable",

238 -

"constant": "SHIPPABLE",

239 -

"env": "SHIPPABLE",

240 -

"pr": {

241 -

"IS_PULL_REQUEST": "true"

242 -

}

243 -

},

244 -

{

245 -

"name": "Solano CI",

246 -

"constant": "SOLANO",

247 -

"env": "TDDIUM",

248 -

"pr": "TDDIUM_PR_ID"

249 -

},

250 257

{

251 258

"name": "Sourcehut",

252 259

"constant": "SOURCEHUT",

@@ -281,6 +288,14 @@

281 288

"ne": "false"

282 289

}

283 290

},

291 +

{

292 +

"name": "Vela",

293 +

"constant": "VELA",

294 +

"env": "VELA",

295 +

"pr": {

296 +

"VELA_PULL_REQUEST": "1"

297 +

}

298 +

},

284 299

{

285 300

"name": "Vercel",

286 301

"constant": "VERCEL",

Original file line number Diff line number Diff line change

@@ -102,7 +102,7 @@

102 102

"archy": "~1.0.0",

103 103

"cacache": "^18.0.0",

104 104

"chalk": "^5.3.0",

105 -

"ci-info": "^3.9.0",

105 +

"ci-info": "^4.0.0",

106 106

"cli-columns": "^4.0.0",

107 107

"cli-table3": "^0.6.3",

108 108

"columnify": "^1.6.0",

@@ -4904,9 +4904,9 @@

4904 4904

}

4905 4905

},

4906 4906

"node_modules/ci-info": {

4907 -

"version": "3.9.0",

4908 -

"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",

4909 -

"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",

4907 +

"version": "4.0.0",

4908 +

"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",

4909 +

"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",

4910 4910

"funding": [

4911 4911

{

4912 4912

"type": "github",

@@ -17603,7 +17603,7 @@

17603 17603

"license": "ISC",

17604 17604

"dependencies": {

17605 17605

"@npmcli/map-workspaces": "^3.0.2",

17606 -

"ci-info": "^3.8.0",

17606 +

"ci-info": "^4.0.0",

17607 17607

"ini": "^4.1.0",

17608 17608

"nopt": "^7.0.0",

17609 17609

"proc-log": "^3.0.0",

@@ -17668,7 +17668,7 @@

17668 17668

"dependencies": {

17669 17669

"@npmcli/arborist": "^7.2.1",

17670 17670

"@npmcli/run-script": "^7.0.2",

17671 -

"ci-info": "^3.7.1",

17671 +

"ci-info": "^4.0.0",

17672 17672

"npm-package-arg": "^11.0.1",

17673 17673

"npmlog": "^7.0.1",

17674 17674

"pacote": "^17.0.4",

@@ -17766,7 +17766,7 @@

17766 17766

"version": "9.0.1",

17767 17767

"license": "ISC",

17768 17768

"dependencies": {

17769 -

"ci-info": "^3.6.1",

17769 +

"ci-info": "^4.0.0",

17770 17770

"normalize-package-data": "^6.0.0",

17771 17771

"npm-package-arg": "^11.0.1",

17772 17772

"npm-registry-fetch": "^16.0.0",

Original file line number Diff line number Diff line change

@@ -64,7 +64,7 @@

64 64

"archy": "~1.0.0",

65 65

"cacache": "^18.0.0",

66 66

"chalk": "^5.3.0",

67 -

"ci-info": "^3.9.0",

67 +

"ci-info": "^4.0.0",

68 68

"cli-columns": "^4.0.0",

69 69

"cli-table3": "^0.6.3",

70 70

"columnify": "^1.6.0",

Original file line number Diff line number Diff line change

@@ -37,7 +37,7 @@

37 37

},

38 38

"dependencies": {

39 39

"@npmcli/map-workspaces": "^3.0.2",

40 -

"ci-info": "^3.8.0",

40 +

"ci-info": "^4.0.0",

41 41

"ini": "^4.1.0",

42 42

"nopt": "^7.0.0",

43 43

"proc-log": "^3.0.0",

Original file line number Diff line number Diff line change

@@ -61,7 +61,7 @@

61 61

"dependencies": {

62 62

"@npmcli/arborist": "^7.2.1",

63 63

"@npmcli/run-script": "^7.0.2",

64 -

"ci-info": "^3.7.1",

64 +

"ci-info": "^4.0.0",

65 65

"npm-package-arg": "^11.0.1",

66 66

"npmlog": "^7.0.1",

67 67

"pacote": "^17.0.4",

Original file line number Diff line number Diff line change

@@ -38,7 +38,7 @@

38 38

"bugs": "https://github.com/npm/cli/issues",

39 39

"homepage": "https://npmjs.com/package/libnpmpublish",

40 40

"dependencies": {

41 -

"ci-info": "^3.6.1",

41 +

"ci-info": "^4.0.0",

42 42

"normalize-package-data": "^6.0.0",

43 43

"npm-package-arg": "^11.0.1",

44 44

"npm-registry-fetch": "^16.0.0",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4