Skip to content

Commit ad99360

Browse files
committed
1 parent 82dc75f commit ad99360

File tree

8 files changed

+34
-192
lines changed

8 files changed

+34
-192
lines changed

node_modules/npm-install-checks/index.js

-79
This file was deleted.
+22-7
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,48 @@
11
{
22
"name": "npm-install-checks",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Check the engines and platform fields in package.json",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"dependencies": {
77
"semver": "^7.1.1"
88
},
99
"devDependencies": {
10-
"tap": "^14.10.6"
10+
"@npmcli/eslint-config": "^3.0.1",
11+
"@npmcli/template-oss": "3.2.2",
12+
"tap": "^16.0.1"
1113
},
1214
"scripts": {
1315
"test": "tap",
1416
"preversion": "npm test",
1517
"postversion": "npm publish",
16-
"postpublish": "git push origin --follow-tags"
18+
"postpublish": "git push origin --follow-tags",
19+
"lint": "eslint \"**/*.js\"",
20+
"postlint": "template-oss-check",
21+
"template-oss-apply": "template-oss-apply --force",
22+
"lintfix": "npm run lint -- --fix",
23+
"prepublishOnly": "git push origin --follow-tags",
24+
"snap": "tap",
25+
"posttest": "npm run lint"
1726
},
1827
"repository": {
1928
"type": "git",
20-
"url": "git://github.com/npm/npm-install-checks.git"
29+
"url": "https://github.com/npm/npm-install-checks.git"
2130
},
2231
"keywords": [
2332
"npm,",
2433
"install"
2534
],
2635
"license": "BSD-2-Clause",
2736
"files": [
28-
"index.js"
37+
"bin/",
38+
"lib/"
2939
],
3040
"engines": {
31-
"node": ">=10"
41+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
42+
},
43+
"author": "GitHub Inc.",
44+
"templateOSS": {
45+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
46+
"version": "3.2.2"
3247
}
3348
}

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

-27
This file was deleted.

node_modules/npm-pick-manifest/node_modules/npm-install-checks/package.json

-48
This file was deleted.

package-lock.json

+10-29
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"node-gyp": "^9.0.0",
134134
"nopt": "^5.0.0",
135135
"npm-audit-report": "^3.0.0",
136-
"npm-install-checks": "^4.0.0",
136+
"npm-install-checks": "^5.0.0",
137137
"npm-package-arg": "^9.0.1",
138138
"npm-pick-manifest": "^7.0.1",
139139
"npm-profile": "^6.0.2",
@@ -4948,14 +4948,15 @@
49484948
}
49494949
},
49504950
"node_modules/npm-install-checks": {
4951-
"version": "4.0.0",
4951+
"version": "5.0.0",
4952+
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
4953+
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
49524954
"inBundle": true,
4953-
"license": "BSD-2-Clause",
49544955
"dependencies": {
49554956
"semver": "^7.1.1"
49564957
},
49574958
"engines": {
4958-
"node": ">=10"
4959+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
49594960
}
49604961
},
49614962
"node_modules/npm-license-corrections": {
@@ -5015,18 +5016,6 @@
50155016
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
50165017
}
50175018
},
5018-
"node_modules/npm-pick-manifest/node_modules/npm-install-checks": {
5019-
"version": "5.0.0",
5020-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
5021-
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
5022-
"inBundle": true,
5023-
"dependencies": {
5024-
"semver": "^7.1.1"
5025-
},
5026-
"engines": {
5027-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
5028-
}
5029-
},
50305019
"node_modules/npm-profile": {
50315020
"version": "6.0.2",
50325021
"inBundle": true,
@@ -9584,7 +9573,7 @@
95849573
"mkdirp": "^1.0.4",
95859574
"mkdirp-infer-owner": "^2.0.0",
95869575
"nopt": "^5.0.0",
9587-
"npm-install-checks": "^4.0.0",
9576+
"npm-install-checks": "^5.0.0",
95889577
"npm-package-arg": "^9.0.0",
95899578
"npm-pick-manifest": "^7.0.0",
95909579
"npm-registry-fetch": "^13.0.0",
@@ -10261,7 +10250,7 @@
1026110250
"mkdirp-infer-owner": "^2.0.0",
1026210251
"nock": "^13.2.0",
1026310252
"nopt": "^5.0.0",
10264-
"npm-install-checks": "^4.0.0",
10253+
"npm-install-checks": "5.0.0",
1026510254
"npm-package-arg": "^9.0.0",
1026610255
"npm-pick-manifest": "^7.0.0",
1026710256
"npm-registry-fetch": "^13.0.0",
@@ -12997,7 +12986,9 @@
1299712986
}
1299812987
},
1299912988
"npm-install-checks": {
13000-
"version": "4.0.0",
12989+
"version": "5.0.0",
12990+
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
12991+
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
1300112992
"requires": {
1300212993
"semver": "^7.1.1"
1300312994
}
@@ -13037,16 +13028,6 @@
1303713028
"npm-normalize-package-bin": "^1.0.1",
1303813029
"npm-package-arg": "^9.0.0",
1303913030
"semver": "^7.3.5"
13040-
},
13041-
"dependencies": {
13042-
"npm-install-checks": {
13043-
"version": "5.0.0",
13044-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
13045-
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
13046-
"requires": {
13047-
"semver": "^7.1.1"
13048-
}
13049-
}
1305013031
}
1305113032
},
1305213033
"npm-profile": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"node-gyp": "^9.0.0",
101101
"nopt": "^5.0.0",
102102
"npm-audit-report": "^3.0.0",
103-
"npm-install-checks": "^4.0.0",
103+
"npm-install-checks": "^5.0.0",
104104
"npm-package-arg": "^9.0.1",
105105
"npm-pick-manifest": "^7.0.1",
106106
"npm-profile": "^6.0.2",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mkdirp": "^1.0.4",
2121
"mkdirp-infer-owner": "^2.0.0",
2222
"nopt": "^5.0.0",
23-
"npm-install-checks": "^4.0.0",
23+
"npm-install-checks": "^5.0.0",
2424
"npm-package-arg": "^9.0.0",
2525
"npm-pick-manifest": "^7.0.0",
2626
"npm-registry-fetch": "^13.0.0",

0 commit comments

Comments
 (0)