A RetroSearch Logo

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

Search Query:

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

update npm-package-arg@12.0.0 · npm/cli@50a7bc8 · GitHub

File tree Expand file treeCollapse file tree 38 files changed

+1329

-112

lines changed

Filter options

Expand file treeCollapse file tree 38 files changed

+1329

-112

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

@@ -51,7 +51,7 @@

51 51

"@npmcli/template-oss": "4.23.3",

52 52

"json-stringify-safe": "^5.0.1",

53 53

"nock": "^13.3.3",

54 -

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

54 +

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

55 55

"pacote": "^18.0.6",

56 56

"tap": "^16.3.8"

57 57

}

Original file line number Diff line number Diff line change

@@ -52,10 +52,8 @@

52 52

!/@npmcli/package-json/node_modules/@npmcli/git

53 53

!/@npmcli/package-json/node_modules/isexe

54 54

!/@npmcli/package-json/node_modules/npm-normalize-package-bin

55 -

!/@npmcli/package-json/node_modules/npm-package-arg

56 55

!/@npmcli/package-json/node_modules/npm-pick-manifest

57 56

!/@npmcli/package-json/node_modules/proc-log

58 -

!/@npmcli/package-json/node_modules/validate-npm-package-name

59 57

!/@npmcli/package-json/node_modules/which

60 58

!/@npmcli/promise-spawn

61 59

!/@npmcli/promise-spawn/node_modules/

@@ -163,8 +161,6 @@

163 161

!/init-package-json/node_modules/

164 162

/init-package-json/node_modules/*

165 163

!/init-package-json/node_modules/mute-stream

166 -

!/init-package-json/node_modules/npm-package-arg

167 -

!/init-package-json/node_modules/proc-log

168 164

!/init-package-json/node_modules/read

169 165

!/init-package-json/node_modules/validate-npm-package-name

170 166

!/ip-address

@@ -237,12 +233,15 @@

237 233

!/npm-package-arg

238 234

!/npm-package-arg/node_modules/

239 235

/npm-package-arg/node_modules/*

240 -

!/npm-package-arg/node_modules/hosted-git-info

236 +

!/npm-package-arg/node_modules/proc-log

237 +

!/npm-package-arg/node_modules/validate-npm-package-name

241 238

!/npm-packlist

242 239

!/npm-pick-manifest

243 240

!/npm-pick-manifest/node_modules/

244 241

/npm-pick-manifest/node_modules/*

242 +

!/npm-pick-manifest/node_modules/hosted-git-info

245 243

!/npm-pick-manifest/node_modules/npm-install-checks

244 +

!/npm-pick-manifest/node_modules/npm-package-arg

246 245

!/npm-profile

247 246

!/npm-registry-fetch

248 247

!/npm-registry-fetch/node_modules/

@@ -253,7 +252,9 @@

253 252

!/npm-registry-fetch/node_modules/@npmcli/fs

254 253

!/npm-registry-fetch/node_modules/@npmcli/redact

255 254

!/npm-registry-fetch/node_modules/cacache

255 +

!/npm-registry-fetch/node_modules/hosted-git-info

256 256

!/npm-registry-fetch/node_modules/make-fetch-happen

257 +

!/npm-registry-fetch/node_modules/npm-package-arg

257 258

!/npm-registry-fetch/node_modules/unique-filename

258 259

!/npm-registry-fetch/node_modules/unique-slug

259 260

!/npm-user-validate

@@ -272,6 +273,7 @@

272 273

!/pacote/node_modules/hosted-git-info

273 274

!/pacote/node_modules/json-parse-even-better-errors

274 275

!/pacote/node_modules/normalize-package-data

276 +

!/pacote/node_modules/npm-package-arg

275 277

!/pacote/node_modules/unique-filename

276 278

!/pacote/node_modules/unique-slug

277 279

!/parse-conflict-json

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

Original file line number Diff line number Diff line change

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

1 1

{

2 2

"name": "npm-package-arg",

3 -

"version": "11.0.3",

3 +

"version": "12.0.0",

4 4

"description": "Parse the things that can be arguments to `npm install`",

5 5

"main": "./lib/npa.js",

6 6

"directories": {

@@ -11,14 +11,14 @@

11 11

"lib/"

12 12

],

13 13

"dependencies": {

14 -

"hosted-git-info": "^7.0.0",

15 -

"proc-log": "^4.0.0",

14 +

"hosted-git-info": "^8.0.0",

15 +

"proc-log": "^5.0.0",

16 16

"semver": "^7.3.5",

17 -

"validate-npm-package-name": "^5.0.0"

17 +

"validate-npm-package-name": "^6.0.0"

18 18

},

19 19

"devDependencies": {

20 -

"@npmcli/eslint-config": "^4.0.0",

21 -

"@npmcli/template-oss": "4.23.1",

20 +

"@npmcli/eslint-config": "^5.0.0",

21 +

"@npmcli/template-oss": "4.23.3",

22 22

"tap": "^16.0.1"

23 23

},

24 24

"scripts": {

@@ -44,7 +44,7 @@

44 44

},

45 45

"homepage": "https://github.com/npm/npm-package-arg",

46 46

"engines": {

47 -

"node": "^16.14.0 || >=18.0.0"

47 +

"node": "^18.17.0 || >=20.5.0"

48 48

},

49 49

"tap": {

50 50

"branches": 97,

@@ -55,7 +55,7 @@

55 55

},

56 56

"templateOSS": {

57 57

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

58 -

"version": "4.23.1",

58 +

"version": "4.23.3",

59 59

"publish": true

60 60

}

61 61

}

File renamed without changes.

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