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:
Diffstat (limited to 'node_modules/@npmcli/git/package.json')
-rw-r--r--node_modules/@npmcli/git/package.json25
1 files changed, 13 insertions, 12 deletions
diff --git a/node_modules/@npmcli/git/package.json b/node_modules/@npmcli/git/package.json
index 86b8e8539..91381accd 100644
--- a/node_modules/@npmcli/git/package.json
+++ b/node_modules/@npmcli/git/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/git",
- "version": "3.0.2",
+ "version": "4.0.1",
"main": "lib/index.js",
"files": [
"bin/",
@@ -15,9 +15,6 @@
"license": "ISC",
"scripts": {
"lint": "eslint \"**/*.js\"",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint",
@@ -27,33 +24,37 @@
},
"tap": {
"check-coverage": true,
- "coverage-map": "map.js"
+ "coverage-map": "map.js",
+ "nyc-arg": [
+ "--exclude",
+ "tap-snapshots/**"
+ ]
},
"devDependencies": {
- "@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/eslint-config": "^4.0.0",
+ "@npmcli/template-oss": "4.5.1",
"npm-package-arg": "^9.1.0",
"rimraf": "^3.0.2",
"slash": "^3.0.0",
"tap": "^16.0.1"
},
"dependencies": {
- "@npmcli/promise-spawn": "^3.0.0",
+ "@npmcli/promise-spawn": "^4.0.0",
"lru-cache": "^7.4.4",
"mkdirp": "^1.0.4",
- "npm-pick-manifest": "^7.0.0",
- "proc-log": "^2.0.0",
+ "npm-pick-manifest": "^8.0.0",
+ "proc-log": "^3.0.0",
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^2.0.2"
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
- "version": "3.5.0"
+ "version": "4.5.1"
}
}