A RetroSearch Logo

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

Search Query:

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

npm-packlist@10.0.0 · npm/cli@4906f3d · GitHub

File tree Expand file treeCollapse file tree 6 files changed

+36

-8

lines changed

Filter options

Expand file treeCollapse file tree 6 files changed

+36

-8

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

@@ -175,7 +175,6 @@

175 175

!/npm-install-checks

176 176

!/npm-normalize-package-bin

177 177

!/npm-package-arg

178 -

!/npm-packlist

179 178

!/npm-pick-manifest

180 179

!/npm-profile

181 180

!/npm-registry-fetch

@@ -186,6 +185,9 @@

186 185

!/p-map

187 186

!/package-json-from-dist

188 187

!/pacote

188 +

!/pacote/node_modules/

189 +

/pacote/node_modules/*

190 +

!/pacote/node_modules/npm-packlist

189 191

!/parse-conflict-json

190 192

!/path-key

191 193

!/path-scurry

File renamed without changes.

File renamed without changes.

File renamed without changes.

Original file line number Diff line number Diff line change

@@ -169,7 +169,7 @@

169 169

"cli-table3": "^0.6.4",

170 170

"diff": "^5.2.0",

171 171

"nock": "^13.4.0",

172 -

"npm-packlist": "^9.0.0",

172 +

"npm-packlist": "^10.0.0",

173 173

"remark": "^14.0.2",

174 174

"remark-gfm": "^3.0.1",

175 175

"remark-github": "^11.2.4",

@@ -2102,6 +2102,19 @@

2102 2102

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

2103 2103

}

2104 2104

},

2105 +

"mock-registry/node_modules/npm-packlist": {

2106 +

"version": "9.0.0",

2107 +

"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",

2108 +

"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",

2109 +

"dev": true,

2110 +

"license": "ISC",

2111 +

"dependencies": {

2112 +

"ignore-walk": "^7.0.0"

2113 +

},

2114 +

"engines": {

2115 +

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

2116 +

}

2117 +

},

2105 2118

"node_modules/@actions/core": {

2106 2119

"version": "1.11.1",

2107 2120

"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",

@@ -12194,16 +12207,16 @@

12194 12207

}

12195 12208

},

12196 12209

"node_modules/npm-packlist": {

12197 -

"version": "9.0.0",

12198 -

"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",

12199 -

"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",

12200 -

"inBundle": true,

12210 +

"version": "10.0.0",

12211 +

"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.0.tgz",

12212 +

"integrity": "sha512-rht9U6nS8WOBDc53eipZNPo5qkAV4X2rhKE2Oj1DYUQ3DieXfj0mKkVmjnf3iuNdtMd8WfLdi2L6ASkD/8a+Kg==",

12213 +

"dev": true,

12201 12214

"license": "ISC",

12202 12215

"dependencies": {

12203 12216

"ignore-walk": "^7.0.0"

12204 12217

},

12205 12218

"engines": {

12206 -

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

12219 +

"node": "^20.17.0 || >=22.9.0"

12207 12220

}

12208 12221

},

12209 12222

"node_modules/npm-pick-manifest": {

@@ -12861,6 +12874,19 @@

12861 12874

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

12862 12875

}

12863 12876

},

12877 +

"node_modules/pacote/node_modules/npm-packlist": {

12878 +

"version": "9.0.0",

12879 +

"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",

12880 +

"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",

12881 +

"inBundle": true,

12882 +

"license": "ISC",

12883 +

"dependencies": {

12884 +

"ignore-walk": "^7.0.0"

12885 +

},

12886 +

"engines": {

12887 +

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

12888 +

}

12889 +

},

12864 12890

"node_modules/parent-module": {

12865 12891

"version": "1.0.1",

12866 12892

"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",

Original file line number Diff line number Diff line change

@@ -200,7 +200,7 @@

200 200

"cli-table3": "^0.6.4",

201 201

"diff": "^5.2.0",

202 202

"nock": "^13.4.0",

203 -

"npm-packlist": "^9.0.0",

203 +

"npm-packlist": "^10.0.0",

204 204

"remark": "^14.0.2",

205 205

"remark-gfm": "^3.0.1",

206 206

"remark-github": "^11.2.4",

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