Skip to content

Commit

Permalink
deps: npm-install-checks@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 6, 2022
1 parent 82dc75f commit ad99360
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 192 deletions.
79 changes: 0 additions & 79 deletions node_modules/npm-install-checks/index.js

This file was deleted.

29 changes: 22 additions & 7 deletions node_modules/npm-install-checks/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,48 @@
{
"name": "npm-install-checks",
"version": "4.0.0",
"version": "5.0.0",
"description": "Check the engines and platform fields in package.json",
"main": "index.js",
"main": "lib/index.js",
"dependencies": {
"semver": "^7.1.1"
},
"devDependencies": {
"tap": "^14.10.6"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"tap": "^16.0.1"
},
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"postpublish": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/npm-install-checks.git"
"url": "https://github.com/npm/npm-install-checks.git"
},
"keywords": [
"npm,",
"install"
],
"license": "BSD-2-Clause",
"files": [
"index.js"
"bin/",
"lib/"
],
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
}
}

This file was deleted.

This file was deleted.

39 changes: 10 additions & 29 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"node-gyp": "^9.0.0",
"nopt": "^5.0.0",
"npm-audit-report": "^3.0.0",
"npm-install-checks": "^4.0.0",
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.1",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
Expand Down Expand Up @@ -4948,14 +4948,15 @@
}
},
"node_modules/npm-install-checks": {
"version": "4.0.0",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
"inBundle": true,
"license": "BSD-2-Clause",
"dependencies": {
"semver": "^7.1.1"
},
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/npm-license-corrections": {
Expand Down Expand Up @@ -5015,18 +5016,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/npm-pick-manifest/node_modules/npm-install-checks": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
"inBundle": true,
"dependencies": {
"semver": "^7.1.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/npm-profile": {
"version": "6.0.2",
"inBundle": true,
Expand Down Expand Up @@ -9584,7 +9573,7 @@
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"nopt": "^5.0.0",
"npm-install-checks": "^4.0.0",
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.0",
Expand Down Expand Up @@ -10261,7 +10250,7 @@
"mkdirp-infer-owner": "^2.0.0",
"nock": "^13.2.0",
"nopt": "^5.0.0",
"npm-install-checks": "^4.0.0",
"npm-install-checks": "5.0.0",
"npm-package-arg": "^9.0.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.0",
Expand Down Expand Up @@ -12997,7 +12986,9 @@
}
},
"npm-install-checks": {
"version": "4.0.0",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
"requires": {
"semver": "^7.1.1"
}
Expand Down Expand Up @@ -13037,16 +13028,6 @@
"npm-normalize-package-bin": "^1.0.1",
"npm-package-arg": "^9.0.0",
"semver": "^7.3.5"
},
"dependencies": {
"npm-install-checks": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz",
"integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==",
"requires": {
"semver": "^7.1.1"
}
}
}
},
"npm-profile": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"node-gyp": "^9.0.0",
"nopt": "^5.0.0",
"npm-audit-report": "^3.0.0",
"npm-install-checks": "^4.0.0",
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.1",
"npm-pick-manifest": "^7.0.1",
"npm-profile": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"nopt": "^5.0.0",
"npm-install-checks": "^4.0.0",
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.0",
Expand Down

0 comments on commit ad99360

Please sign in to comment.