Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-21 00:33:09 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-04-26 23:27:44 +0300
commit4d1398e347ed56464d7afd8ef0b3a3bc82b2f19f (patch)
tree711e66683a93e32e759caa6873936abcba9901f5
parent532883ffc35fc1cc9aec09f03bf5ee0f256b94a4 (diff)
deps: npm-profile@6.0.3
-rw-r--r--node_modules/npm-profile/package.json26
-rw-r--r--package-lock.json17
-rw-r--r--package.json2
3 files changed, 25 insertions, 20 deletions
diff --git a/node_modules/npm-profile/package.json b/node_modules/npm-profile/package.json
index 68b04bba6..5e8f2d239 100644
--- a/node_modules/npm-profile/package.json
+++ b/node_modules/npm-profile/package.json
@@ -1,27 +1,28 @@
{
"name": "npm-profile",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
- "npm-registry-fetch": "^13.0.0",
+ "npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
- "url": "git+https://github.com/npm/npm-profile.git"
+ "url": "https://github.com/npm/npm-profile.git"
},
"files": [
- "bin",
- "lib"
+ "bin/",
+ "lib/"
],
"devDependencies": {
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/eslint-config": "^3.0.1",
+ "@npmcli/template-oss": "3.4.1",
"nock": "^13.2.4",
- "tap": "^15.1.6"
+ "tap": "^16.0.1"
},
"scripts": {
"preversion": "npm test",
@@ -30,18 +31,19 @@
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
- "lint": "eslint '**/*.js'",
- "postlint": "npm-template-check",
+ "lint": "eslint \"**/*.js\"",
+ "postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
- "template-copy": "npm-template-copy --force"
+ "template-oss-apply": "template-oss-apply --force"
},
"tap": {
"check-coverage": true
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16"
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
- "version": "2.7.1"
+ "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
+ "version": "3.4.1"
}
}
diff --git a/package-lock.json b/package-lock.json
index a52bfe39c..65c68cd80 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -133,7 +133,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
- "npm-profile": "^6.0.2",
+ "npm-profile": "^6.0.3",
"npm-registry-fetch": "^13.1.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",
@@ -5202,15 +5202,16 @@
}
},
"node_modules/npm-profile": {
- "version": "6.0.2",
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.0.3.tgz",
+ "integrity": "sha512-TVeHhnol2Iemud+Sr70/uqax5LnLJ9y361w+m5+Z7WYV2B1t6FhRDxDu72+yYYTvsgshkhnXEqbPjuD87kYXfA==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
- "npm-registry-fetch": "^13.0.0",
+ "npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16"
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/npm-registry-fetch": {
@@ -13472,9 +13473,11 @@
}
},
"npm-profile": {
- "version": "6.0.2",
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-6.0.3.tgz",
+ "integrity": "sha512-TVeHhnol2Iemud+Sr70/uqax5LnLJ9y361w+m5+Z7WYV2B1t6FhRDxDu72+yYYTvsgshkhnXEqbPjuD87kYXfA==",
"requires": {
- "npm-registry-fetch": "^13.0.0",
+ "npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0"
}
},
diff --git a/package.json b/package.json
index 6cedd2b87..6ff2768f9 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
"npm-install-checks": "^5.0.0",
"npm-package-arg": "^9.0.2",
"npm-pick-manifest": "^7.0.1",
- "npm-profile": "^6.0.2",
+ "npm-profile": "^6.0.3",
"npm-registry-fetch": "^13.1.1",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",