Skip to content

Commit 00f48d9

Browse files
committed
1 parent 7a368e7 commit 00f48d9

File tree

7 files changed

+27
-25
lines changed

7 files changed

+27
-25
lines changed

node_modules/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
!/imurmurhash
101101
!/ini
102102
!/init-package-json
103+
!/init-package-json/node_modules/
104+
/init-package-json/node_modules/*
105+
!/init-package-json/node_modules/validate-npm-package-name
103106
!/ip-address
104107
!/ip-regex
105108
!/is-cidr
@@ -140,9 +143,6 @@
140143
!/npm-install-checks
141144
!/npm-normalize-package-bin
142145
!/npm-package-arg
143-
!/npm-package-arg/node_modules/
144-
/npm-package-arg/node_modules/*
145-
!/npm-package-arg/node_modules/validate-npm-package-name
146146
!/npm-packlist
147147
!/npm-pick-manifest
148148
!/npm-profile

node_modules/npm-package-arg/node_modules/validate-npm-package-name/package.json renamed to node_modules/init-package-json/node_modules/validate-npm-package-name/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "7.0.0",
3+
"version": "6.0.2",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {
77
"test": "test"
88
},
99
"devDependencies": {
1010
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.27.1",
11+
"@npmcli/template-oss": "4.25.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
@@ -45,11 +45,11 @@
4545
"lib/"
4646
],
4747
"engines": {
48-
"node": "^20.17.0 || >=22.9.0"
48+
"node": "^18.17.0 || >=20.5.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.27.1",
52+
"version": "4.25.0",
5353
"publish": true
5454
},
5555
"tap": {

node_modules/validate-npm-package-name/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {
77
"test": "test"
88
},
99
"devDependencies": {
1010
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.25.0",
11+
"@npmcli/template-oss": "4.27.1",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
@@ -45,11 +45,11 @@
4545
"lib/"
4646
],
4747
"engines": {
48-
"node": "^18.17.0 || >=20.5.0"
48+
"node": "^20.17.0 || >=22.9.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.25.0",
52+
"version": "4.27.1",
5353
"publish": true
5454
},
5555
"tap": {

package-lock.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"text-table": "~0.2.0",
149149
"tiny-relative-date": "^2.0.2",
150150
"treeverse": "^3.0.0",
151-
"validate-npm-package-name": "^6.0.2",
151+
"validate-npm-package-name": "^7.0.0",
152152
"which": "^6.0.0"
153153
},
154154
"bin": {
@@ -6050,6 +6050,16 @@
60506050
"node": "^20.17.0 || >=22.9.0"
60516051
}
60526052
},
6053+
"node_modules/init-package-json/node_modules/validate-npm-package-name": {
6054+
"version": "6.0.2",
6055+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz",
6056+
"integrity": "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==",
6057+
"inBundle": true,
6058+
"license": "ISC",
6059+
"engines": {
6060+
"node": "^18.17.0 || >=20.5.0"
6061+
}
6062+
},
60536063
"node_modules/internal-slot": {
60546064
"version": "1.1.0",
60556065
"dev": true,
@@ -8552,16 +8562,6 @@
85528562
"node": "^20.17.0 || >=22.9.0"
85538563
}
85548564
},
8555-
"node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
8556-
"version": "7.0.0",
8557-
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz",
8558-
"integrity": "sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==",
8559-
"inBundle": true,
8560-
"license": "ISC",
8561-
"engines": {
8562-
"node": "^20.17.0 || >=22.9.0"
8563-
}
8564-
},
85658565
"node_modules/npm-packlist": {
85668566
"version": "10.0.3",
85678567
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.3.tgz",
@@ -14121,11 +14121,13 @@
1412114121
}
1412214122
},
1412314123
"node_modules/validate-npm-package-name": {
14124-
"version": "6.0.2",
14124+
"version": "7.0.0",
14125+
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz",
14126+
"integrity": "sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==",
1412514127
"inBundle": true,
1412614128
"license": "ISC",
1412714129
"engines": {
14128-
"node": "^18.17.0 || >=20.5.0"
14130+
"node": "^20.17.0 || >=22.9.0"
1412914131
}
1413014132
},
1413114133
"node_modules/vfile": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"text-table": "~0.2.0",
116116
"tiny-relative-date": "^2.0.2",
117117
"treeverse": "^3.0.0",
118-
"validate-npm-package-name": "^6.0.2",
118+
"validate-npm-package-name": "^7.0.0",
119119
"which": "^6.0.0"
120120
},
121121
"bundleDependencies": [

0 commit comments

Comments
 (0)